@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Overpass:400,700&display=swap');
@font-face {
  font-family: 'itou';
  src:  url('fonts/itou.eot?5zq4wu');
  src:  url('fonts/itou.eot?5zq4wu#iefix') format('embedded-opentype'),
    url('fonts/itou.ttf?5zq4wu') format('truetype'),
    url('fonts/itou.woff?5zq4wu') format('woff'),
    url('fonts/itou.svg?5zq4wu#itou') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'itou' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow::before {
  content: "\e900";
}
.icon-faq::before {
  content: "\e901";
}
.icon-mail::before {
  content: "\e902";
}
.icon-open::before {
  content: "\e903";
}
.icon-search::before {
  content: "\e904";
}
.icon-voice::before {
  content: "\e905";
}
.icon-cart::before {
  content: "\e906";
}
.icon-arrow-min::before {
  content: "\e907";
}
.icon-check::before {
  content: "\e908";
  color: #fff;
}
.icon-home::before {
  content: "\e909";
  color: #fff;
}

.ico-common {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

/*-------------------------------------------
	共通
---------------------------------------------*/
* {}
html {
	font-size: 62.5%;
}
body {
	position: relative;
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    -webkit-text-size-adjust: 100%;
}
ul,ol,ul li,ol li {
	list-style: none;
	text-decoration: none;
}
li:last-child {
	margin-bottom: 0 !important;
}
img {
	width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
a {
	color: #333333;
	display: block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
button {
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
}
@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}
@media screen and (min-width: 992px) {
	body {
    	font-size: 1.6rem;
	}
}
.tel a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 283px;
}
.tel a span {
	display: block;
	font-size: 1rem;
}
.content-area {
	padding: 0 20px;
	max-width: 1480px;
	margin: 0 auto;
}
.content-mb {
	margin-bottom: 60px;
}
.content-area.content-mb {
	margin: 0 auto 60px auto;
}
.content-area-bg {
	padding: 60px 0;
}
/* ec-cube */
.ec-layoutRole .ec-layoutRole__contents {
	width: 100%;
	max-width: 100%;
}
.ec-layoutRole__mainTop {
	margin: 30px 0 60px 0;
}
.ec-blockTopBtn.pagetop {
	display: none !important;
}
@media screen and (min-width: 992px) {
	.content-mb {
		margin-bottom: 120px;
	}
	.content-area-bg {
		padding: 120px 0;
	}
	.ec-layoutRole__mainTop {
		margin: 60px 0 120px;
	}
	.content-area.content-mb {
		margin: 0 auto 120px auto;
	}
}
/*-------------------------------------------
	共通
---------------------------------------------*/
.header-on,
.modal-open {
	overflow: hidden;
}
.header-on body {
	right: 230px;
} 
/*-------------------------------------------
	header
---------------------------------------------*/
.header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 0 20px;
}
.header-inner .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}
.header-inner .logo span {
	display: block;
	margin-bottom: 8px;
	width: 100%;
	font-weight: normal;
	font-size: 1.0rem;
}
.header-responce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-responce p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-responce .btn p .ico-common::before  {
	font-size: 1.8rem;
	margin-right: 10px;
}
.header-responce .tel {
	margin-left: 30px;
}
.header-responce .tel img {
	max-width: 283px;
}
@media screen and (max-width: 767px) {
	.header-responce {
		display: none;
	}
	.fixed-header {
		display: none !important;
	}
}
@media screen and (max-width: 1199px) {
	.header {
		height: 75px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.header-inner {
		width: 100%;
	}
	.header-inner .logo {
		max-width: 250px;
	}
	/* .header-responce {
		display: none;
	} */
	.hamburger-content {
		width: 75px;
		height: 75px;
		background: #0d4d95;
		padding: 20px 0 15px;
	}
	.hamburger-content .hamburger {
		width: 20px;
		height: 20px;
		margin: 0 auto 10px;
		position: relative;
	}
	.hamburger-content .hamburger span,
	.hamburger-content .hamburger span::before,
	.hamburger-content .hamburger span::after {
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		left: 0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.hamburger-content .hamburger span {
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.hamburger-content .hamburger span::before {
		content: "";
		top: -7px;
	}
	.hamburger-content .hamburger span::after {
		content: "";
		bottom: -7px;
	}
	.hamburger-content .hamburger-txt {
		color: #fff;
		font-size: 1.2rem;
		text-align: center;
		-webkit-transition: .4s;
		-o-transition: .4s;
		transition: .4s;
		font-family: 'Overpass', sans-serif;
		font-weight: bold;
	}
	.header-menu .hamburger-txt.txt-close {
		display: none;
	}
	.header-on .header-menu .hamburger-txt.txt-open {
		display: none
	}
	.header-on .header-menu .hamburger-txt.txt-close {
		display: block;
	}

	.hamburger-menu {
		position: fixed;
		top: 0;
		right: -230px;
		background: #0d4d95;
		width: 230px;
		height: 100vh;
		overflow-y: scroll;
		-webkit-transition: .4s;
		-o-transition: .4s;
		transition: .4s;
		padding: 40px 20px 100px 20px;
		z-index: 1;
	}
	.hamburger-menu-list {
		margin-bottom: 60px;
	}
	.hamburger-menu-btn {
		margin-bottom: 15px;
	}
	.hamburger-menu-btn > ul > li {
		margin-bottom: 10px;
	}
	.hamburger-menu-btn > ul > li:last-child {
		margin-bottom: 0;
	}
	.hamburger-menu .btn a {
		font-size: 1.4rem;
		border-radius: 3px;
	}
	.hamburger-menu .btn a.btn-line {
		padding: 15px 10px;
	}
	.hamburger-menu .btn a p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.hamburger-menu .btn a p span {
		margin-right: 5px;
	}
	.hamburger-menu-btn > ul > li:first-child a span {
		font-size: 1.8rem;
	}
	.hamburger-menu-list > ul > li {
		position: relative;
		padding: 15px 0;
		border-bottom: 1px solid #2e72bf;
	}
	.hamburger-menu-list > ul > li > a {
		position: relative;
		font-size: 1.6rem;
		font-weight: bold;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;

	}
	.hamburger-menu-list > ul > li > span,
	.hamburger-menu-list > ul > li > .ico-common {
		width: 15px;
		height: 15px;
		position: absolute;
		top: 15px;
		right: 0;
	}
	.hamburger-menu-list > ul > li > .ico-common {
		top: 20px;
	}
	.hamburger-menu-list > ul > li > span::before,
	.hamburger-menu-list > ul > li > span::after {
		content: "";
		display: inline-block;
		background: #fff;
		position: absolute;
		-webkit-transition: .4s;
		-o-transition: .4s;
		transition: .4s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.hamburger-menu-list > ul > li > span::before {
		width: 100%;
		height: 1px;
		top: 7.5px;
		left: 0;
	}
	.hamburger-menu-list > ul > li > span::after {
		width: 1px;
		height: 100%;
		top: 0;
		left: 7.5px;
	}
	.hamburger-menu-list > ul > li > span.open::before {
		-webkit-transform: rotate(360deg);
		    -ms-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
	.hamburger-menu-list > ul > li > span.open::after {
		opacity: 0;
	}
	.hamburger-menu-list > ul > li > .ico-common {
		color: #fff;
	}
	.hamburger-menu-list a {
		color: #fff;
	}
	.hamburger-sub-list {
		padding-top: 15px;
		display: none;
	}
	.hamburger-sub-list ul {
		padding-left: 1em;
	}
	.hamburger-sub-list li {
		margin-bottom: 5px;
	}
	.hamburger-sub-list li:last-child {
		margin-bottom: 0;
	}

	.header-on .hamburger-menu {
		right: 0;
	}
	.header-on .hamburger-content .hamburger span {
		-webkit-transform: translateY(-50%) rotate(-45deg);
		    -ms-transform: translateY(-50%) rotate(-45deg);
		        transform: translateY(-50%) rotate(-45deg);
	}
	.header-on .hamburger-content .hamburger span::before {
		top: 0;
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
	}
	.header-on .hamburger-content .hamburger span::after {
		opacity: 0;
	}
}
@media screen and (min-width: 768px) {
	.fixed-header {
		position: fixed;
    	top: 0;
    	left: 0;
    	width: 100%;
    	background: #fff;
    	z-index: 100;
    	-webkit-box-shadow: rgba(185, 181, 174, 0.2) 0px 20px 20px;
    	        box-shadow: rgba(185, 181, 174, 0.2) 0px 20px 20px;
	}
	.header-menu,
	.hamburger-content {
		display: none;
	}
	.header-inner {
		padding: 10px 20px;
	}
	.header-responce .btn {
		height: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.header-inner .logo {
		max-width: 250px;
		margin-right: 10px;
	}
	.header-responce .btn a.btn-02 {
		max-width: 220px;
    	padding: 0 10px;
    	height: 100%;
    	font-size: 1.2rem;
	}
	.header-responce .btn p .ico-common::before {
		font-size: 1.2rem;
		margin-right: 5px;
	}
	.header-responce .tel {
		margin-left: 10px;
	}
	.header-responce .tel a {
		max-width: 223px;
	}
}
@media screen and (min-width: 1200px) {
	.header-inner {
		padding: 25px 20px;
	}
	.header-responce .btn {
		min-width: 320px;
	}
	.header-menu,
	.hamburger-menu {
		display: none;
	}
}
@media screen and (min-width: 1500px) {
	.header-inner {
		padding: 25px 20px;
	}
}


/*-------------------------------------------
	modal
---------------------------------------------*/
.modal-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, .8);
	z-index: 100;
	padding-top: 90px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0;
	visibility: hidden;
}
.modal-inner {
	position: relative;
}
.modal-main-inner {
	background: #fff;
	padding: 0 20px 20px;
	border-left: 3px solid #eff0f4;
	border-right: 3px solid #eff0f4;
	border-bottom: 3px solid #eff0f4;
}
.modal-close {
	position: absolute;
	top: -60px;
	right: 25px;
}
.modal-close span {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: relative;
	background: #0d4d95;
	cursor: pointer;
}
.modal-close span::before,
.modal-close span::after {
	content: "";
	display: inline-block;
	background: #fff;
	width: 50%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.modal-close span::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	    -ms-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close span::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	    -ms-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-ttl {
	background: #0d4d95;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}
.modal-txt {
	padding-top: 15px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.modal-main-inner > ul > li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.modal-main-inner > ul > li > a span {
	margin-right: 10px;
}
.modal-main-inner > ul > li:first-child a {
	border: 1px solid #0d4d95;
}
.modal-main-inner > ul > li a p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.modal-main-inner > ul > li:nth-child(2) a span {
	font-size: 1.8rem;
}
.modal-open {
	overflow: hidden;	
}
.modal-open .modal-content {
	visibility: visible;
	opacity: 1;
}
/* .modal-open .header,
.modal-open .global-nav,
.modal-open .top-mv,
.modal-open .ec-layoutRole__contents,
.modal-open .ec-layoutRole__footer {
	-ms-filter: blur(6px);
  	filter: blur(6px);
} */
/*-------------------------------------------
	contact
---------------------------------------------*/
.response-area {
	background: #eef1f4;
}
.response-area .btn {
	height: 100%;
}
.response-area .btn a {
	max-width: 465px;
	width: 100%;
	height: 100%;
	font-size: 1.8rem;
}
.response-area li:first-child a {
	font-weight: bold;
}
.response-area li:first-child a p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.response-area li:first-child a .ico-common {
	margin-right: 15px;
}
.response-area li:first-child a .ico-common::before {
	font-size: 2.2rem;
}
.response-area li .btn-tel {
	overflow: visible;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.response-area li .btn-tel img {
	max-width: 81%;
}
.response-area li .btn-tel::before {
	content: none;
}
.response-area li .btn-tel::after {
	content: "";
	display: inline-block;
	background-image: url('../img/common/img-tel02.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
	right: -8px;
}
.response-area > .content-area > ul > li:last-child {
	text-align: center;
}
.response-area > .content-area > ul > li:last-child a {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.response-area li:first-child a {
		height: 80px;
	}
	.response-area li:nth-child(2) a {
		padding: 20px ;
	}
}
@media screen and (min-width: 768px) {
	.response-area li:first-child a {
		margin: 0 0 0 auto;
	}
	.response-area li:nth-child(2) a {
		margin: 0 auto 0 0;
		padding-left: 2em;
	}
	.response-area li:last-child a img {
		margin: 0 auto;
	}
	.response-area a img {
		-webkit-transition: .4s;
		-o-transition: .4s;
		transition: .4s;
	}
	.response-area a:hover img {
		opacity: .6;
	}
	.response-area .btn a {
		border-radius: 7px;
	}
}
@media screen and (min-width: 992px) {
	.response-area .btn {
		height: 100px;
		font-size: 2rem;
	}
	.response-area li:nth-child(2) a {
		padding-left: 3em;
	}
	.response-area li .btn-tel::after {
		width: 130px;
		height: 140px;
		right: -7px;
	}
	.response-area li .btn-tel img {
		max-width: 283px;
	}
}
/*-------------------------------------------
	pagetop
---------------------------------------------*/
.pagetop-inner {
	background: #171717;
	height: 45px;
}
.pagetop-inner a {
	color: #fff;
	position: relative;
	overflow: hidden;
	max-width: 100px;
	height: 100%;
	margin: 0 0 0 auto;
	background: #0d4d95;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pagetop-inner a .ico-common {
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
	.pagetop-area {
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 99;
	}
	.pagetop-inner {
		width: 75px;
		height: 75px;
		background: #0d4d95;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
 	.pagetop-inner a {
 		width: 100%;
 		margin: 0;
	}
	.pagetop-inner a::before {
		content: "";
		display: inline-block;
		background: rgba(255, 255, 255, 0.3);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: translateY(100%);
		    -ms-transform: translateY(100%);
		        transform: translateY(100%);
		z-index: 0;
		opacity: 1;
		-webkit-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
		-o-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
		transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
	}
	.pagetop-inner a:hover::before {
		background: #3268ab;
    	opacity: 1;
    	z-index: 0;
    	-webkit-transform: translateY(0);
    	    -ms-transform: translateY(0);
    	        transform: translateY(0);
	}
	.ec-layoutRole__footer {
		position: relative;
	}
	.pagetop-area.page-top-end {
		position: absolute;
		top: -75px;
		right: 0;
	}
}
/*-------------------------------------------
	footer
---------------------------------------------*/
.footer {
	padding-top: 60px;
	background: #333;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer-logo {
	max-width: 330px;
	margin-bottom: 30px;
}
.footer-address p {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer-address li {
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.footer-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer-list {
	margin-right: 50px;
}
.footer-list:last-child {
	margin-right: 0;
}
.footer-list > p {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
}
.footer-list > p::before,
.footer-right .footer-list:last-child li::before {
	content: "";
	display: inline-block;
	width: 0;
  	height: 0;
	border-left: 4px solid #fff;
  	border-top: 2px solid transparent;
  	border-bottom: 2px solid transparent;
	position: absolute;
	top: 50%;
	left: -15px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.footer-list ul li {
	position: relative;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.footer-list ul li a {
	font-size: 	1.4rem;
}
.footer-right .footer-list:nth-child(2) ul li:first-child {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}
.footer-list-cloumn2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer-list-cloumn2 ul:first-child {
	margin-right: 30px;
}
.footer-right .footer-list:last-child ul li {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer-right .footer-list:last-child li a .ico-common {
	margin-left: 5px;
}
.footer-right .footer-list:last-child li a .ico-common::before {
	font-size: 1.2rem;
}
.copy {
	text-align: center;
	padding-top: 40px;
}
.copy small {
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	font-family: 'Overpass', sans-serif;
}
@media screen and (max-width: 767px) {
	.footer {
		padding-bottom: 60px;
		padding-top: 50px;
	}
	.footer-address > p {
		display: none;
	}
	.footer-right {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.footer-inner {
		padding-bottom: 110px;
	}
	.footer-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.footer-logo {
		max-width: 115px;
		max-height: 107px;
		margin-bottom: 0;
		margin-right: 30px;
	}
	.footer-list a:hover {
		color: #a1a1a1;
	}
	.copy {
		padding: 20px;
		background: #171717;
	}
	.copy small {
		color: #fff;
		font-size: 1.4rem;
	}
	.footer-right .footer-list:nth-child(2) ul {
		width: 50%;
	}
}
@media screen and (min-width: 992px) {
	.footer {
		padding-top: 80px;
	}
	.footer-address li {
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.footer-left {
		margin-bottom: 60px;
	}
	.footer-right {
		padding: 0 20px;
	}
	.footer-list:nth-child(2) {
		width: 40%;
	}
}
@media screen and (min-width: 1200px) {
	.footer-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer-left {
		width: 40%;
	}
	.footer-right {
		width: 60%;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.footer-right .footer-list:nth-child(2) {
		width: 40%;
	}
}
@media screen and (min-width: 1500px) {
	.footer-list {
		margin-right: 60px;
	}
}

/*-------------------------------------------
	固定フッター
---------------------------------------------*/
.fixed-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 99;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixed-footer-inner > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.fixed-footer-inner > ul > li {
	width: 50%;
}
.fixed-footer-inner > ul > li > a,
.fixed-footer-inner > ul > li > .modal-btn {
	font-size: 1.2rem;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 60px;

}
.fixed-footer-inner > ul > li > .modal-btn {
	cursor: pointer;
}
.fixed-footer-inner > ul > li > a p,
.fixed-footer-inner > ul > li > .modal-btn p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.fixed-footer-inner > ul > li:first-child a{
	background: #ffe902;
}
.fixed-footer-inner > ul > li:nth-child(2) a{
	background-color: #ea4c4c;
	color: #fff;
}

.fixed-footer-inner > ul > li:nth-child(2) a span{
	display: inline-block;
	background-image: url("../img/common/ico-tel.svg");
	height:15px;
	width:15px;
	background-size: contain;
}

.fixed-footer-inner > ul > li:last-child .modal-btn {
	background: #0d4d95;
	color: #fff;
}
.fixed-footer-inner > ul > li:last-child .modal-btn span {
	font-size: 1.8rem;
}
.fixed-footer-inner > ul > li > a span,
.fixed-footer-inner > ul > li > .modal-btn span {
	margin-right: 10px;
}
.fixed-footer.fixed-footer-end {
	opacity: 0;
	visibility: hidden;
}
@media screen and (min-width: 768px) {
	.fixed-footer {
		display: none !important;
	}
}

/*-------------------------------------------
	共通パーツ タイトル
---------------------------------------------*/
.content-ttl {
	margin-bottom: 40px;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	line-height: 10px;
}
.content-ttl span {
	display: block;
	color: #0d4d95;
	font-size: 1.4rem;
	margin-top: 20px;
	font-family: 'Overpass', sans-serif;
}
.content-ttl-02 {
	text-align: left;
    font-size: 2.8rem;
    padding-left: .4em;
    font-weight: bold;
    margin-bottom: 25px;
    border-left: 5px solid #0d4d95;
}
@media screen and (min-width: 992px) {
	.content-ttl {
		font-size: 4rem;
		margin-bottom: 60px;
		line-height: 1;
	}
	.content-ttl-02 {
		font-size: 3.4rem;
		margin-bottom: 40px;
	}
}


/*-------------------------------------------
	共通パーツ テキスト
---------------------------------------------*/
.content-txt {
	margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
	.content-txt {
		text-align: center;
		margin-bottom: 60px;
	}
}

/*-------------------------------------------
	共通パーツ ボタン
---------------------------------------------*/
.btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 20px;
	width: 100%;
	font-size: 1.6rem;
	max-width: 330px;
	margin: 0 auto;
	border-radius: 5px;
	position: relative;
	font-weight: bold;
	overflow: hidden;
}
.btn a::before {
	content: "";
	display: inline-block;
	background: rgba(255, 255, 255, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	z-index: 0;
	opacity: 1;
	-webkit-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
	-o-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
	transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
}
.btn a.btn-01 {
	background: #333333;
	color: #fff;
}
.btn a.btn-02 {
	background: #ffe902;
	color: #333;
}
.btn-03 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.6rem;
	font-weight: bold;
}
.btn-03 .ico-common {
	background: #0d4d95;
	border-radius: 50%;
	color: #fff;
	width: 20px;
	height: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 10px;
    position: relative;
}
.btn-03 .ico-common::before {
	font-size: 1rem;
	position: absolute;
    top: 50%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.btn a.btn-tel {
	border: 1px solid #cacaca;
	background: #fff;
}
.btn a.btn-line {
	color: #fff;
	background: #00b900;
}
.btn a .material-icons {
	font-size: 1.8rem;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.btn a p {
	position: relative;
}
.btn > a > .ico-common {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.btn > a > .ico-common::before {
	font-size: 1rem;
}
.icon-line::before {
	content: "";
	display: inline-block;
	background-image: url('../img/common/ico-line.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
}
@media screen and (min-width: 768px) {
	.btn a:hover::before {
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
		opacity: 0;
	}
	.btn a.btn-01:hover {
		background: #333333;
		color: #fff;
	}
	.btn a.btn-02:hover {
		background: #ffe902;
	}
	.btn-03:hover {
		color: #0d4d95;
	}
	.btn a:hover > .ico-common {
		right: 10px;
	}
}
@media screen and (min-width: 992px) {
	.btn a {
		padding: 21px 20px;
	}
	.btn > a > .ico-common::before {
		font-size: 1.3rem;
	}
	.btn-03 .ico-common::before {
		font-size: 1.2rem;
	}
}


/*-------------------------------------------
	共通パーツ アイコン
---------------------------------------------*/
.plus {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
}
.plus::before,
.plus::after {
	content: "";
	display: inline-block;
	background: #0d4d95;
	position: absolute;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.plus::before {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
}
.plus::after {
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
}
/*------------------------------------------------------------
    pc・sp分ける
------------------------------------------------------------*/
.visibility--s,
.visibility--m,
.visibility--l {
    display: none !important;
}
@media screen and (min-width: 768px) {
    .hidden--s {
        display: none !important;
    }
    .visibility--s {
        display: block !important;
    }
}
/* ----- media END ----- */
@media screen and (min-width: 992px) {
    .hidden--m {
        display: none !important;
    }
    .visibility--m {
        display: block !important;
    }
}
/* ----- media END ----- */
@media screen and (min-width: 1200px) {
    .hidden--l {
        display: none !important;
    }
    .visibility--l {
        display: block !important;
    }
}


/*-------------------------------------------
	product_list
---------------------------------------------*/
#page_product_list .ec-layoutRole__main .content-area:not(.search-area) {
	max-width: 1000px;
}
#page_product_list .ec-layoutRole__contentTop {
	margin-bottom: 40px;
}
#page_product_list .ec-searchnavRole .ec-searchnavRole__infos {
	max-width: 100%;
}
#page_product_list .ec-shelfGrid {
	display: block;
	margin: 0;
}
#page_product_list .ec-searchnavRole__counter {
	color: #333;
}
#page_product_list .ec-topicpath {
	color: #2aaff3;
}
#page_product_list .ec-shelfGrid .ec-shelfGrid__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 40px;
	padding: 0;
	padding-bottom: 40px;
	width: 100%;
	border-bottom: 1px solid #cacaca;
}
#page_product_list .ec-shelfGrid .ec-shelfGrid__item-image {
	margin: 0;
	width: 30%;
	height: auto;
}
#page_product_list .ec-shelfGrid .ec-shelfGrid__item-image img {
	border: 1px solid #cacaca;
}
#page_product_list .ec-shelfGrid .ec-shelfGrid__item .product-detail {
	padding-left: 40px;
	width: 70%;
	color: #333;
}
#page_product_list .product-name {
	color: #0d4d95;
	font-weight: bold;
	font-size: 1.8rem;
}
#page_product_list .product-description {
	margin-bottom: 15px;
	color: #9d9d9d;
	font-size: 1.2rem;
}
#page_product_list .product-table {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
#page_product_list .product-table tr {
	border-bottom: 1px solid #cacaca;
}
#page_product_list .product-table th,
#page_product_list .product-table td {
	padding: 12px 0;
}
#page_product_list .product-table th {
	width: 25%;
	font-weight: bold;
	color: #0d4d95;
	text-align: left;
}
#page_product_list .product-btn {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 20px;
    width: 100%;
    font-size: 1.6rem;
    max-width: 330px;
    margin: 0  auto;
    border-radius: 5px;
    position: relative;
    font-weight: bold;
    overflow: hidden;
    background: #333333;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#page_product_list .product-btn::before {
	content: "";
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 0;
    opacity: 1;
    -webkit-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
    -o-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
    transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
}
#page_product_list .product-btn::after {
	content: "\e907";
	font-family: 'itou' !important;
  	speak: none;
  	font-style: normal;
  	font-weight: normal;
  	font-variant: normal;
  	text-transform: none;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	font-size: 1rem;
  	color: #fff;
  	position: absolute;
  	top: 50%;
  	right: 15px;
  	-webkit-transform: translateY(-50%);
  	    -ms-transform: translateY(-50%);
  	        transform: translateY(-50%);
  	-webkit-transition: .4s;
  	-o-transition: .4s;
  	transition: .4s;
}
#page_product_list .ec-searchnavRole .ec-searchnavRole__infos {
	border-color: #cacaca;
}
#page_product_list .page-ttl-03 {
	color: #333;
}
#page_product_list .category_desc_area {
	margin-bottom: 30px;
}
#page_product_list .category_desc_area > ul {
	margin: 0;
	padding: 20px;
	background-color: #EEF0F4;
}
#page_product_list .category_desc_area .fx-row-30-xs > [class*="fx-col"]{
	margin-top: 0;
}
#page_product_list .category_desc_area .fx-row-30-xs .fx-col-20-s{
	padding-left: 0;
}
#page_product_list .category_desc_area .page-ttl-04 {
	font-size: 20px;
	margin-bottom: 10px;
}
#page_product_list .category_desc_area .page-ttl-04 + p {
	color: #333;
}
#page_product_list .category_desc_area .page-ttl-04:nth-child(n + 2){
	margin-top: 30px;
}

.detail-pkz{
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 20px;
}
.detail-pkz .ec-topicpath{
	padding: 0;
	border: none;
}

@media screen and (max-width: 767px) {
	#page_product_list .ec-shelfGrid .ec-shelfGrid__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
  		-ms-flex-wrap: wrap;
  		    flex-wrap: wrap;
	}
	#page_product_list .ec-shelfGrid .ec-shelfGrid__item-image {
		margin: 0 auto 20px;
		width: 100%;
	}
	#page_product_list .ec-shelfGrid .ec-shelfGrid__item .product-detail {
		width: 100%;
		padding-left: 0;
	}
	#page_product_list .product-table th {
		width: 35%;
	}
	#page_product_list .ec-searchnavRole .ec-searchnavRole__infos {
		padding: 0;
	}
	#page_product_list .product-name {
		margin-bottom: 10px;
	}
	#page_product_list .product-table {
		font-size: 1.4rem;
	}
	#page_product_list .ec-layoutRole__mainBottom {
		margin: 60px 0 100px;
	}
	#page_product_list .ec-searchnavRole__topicpath {
		margin-bottom: 10px;
	}
	#page_product_list .ec-topicpath {
		padding: 10px 0;
	}
	#page_product_list .category_desc_area .fx-row-30-xs > [class*="fx-col"]{
		padding: 0;
	}
	#page_product_list .category_desc_area .fx-row-30-xs .fx-col-80-s{
		margin-top: 30px;
	}
}
@media screen and (min-width: 768px) {
	#page_product_list .ec-topicpath a:hover {
		color: #74cdfb;
	}
	#page_product_list .product-btn:hover::before {
		-webkit-transform: translateY(0);
    	-ms-transform: translateY(0);
    	transform: translateY(0);
    	opacity: 0;
	}
	#page_product_list .product-btn:hover::after {
		right: 10px;
	}
	#page_product_list .product-btn {
    	margin: 0 0 0 auto;
	}
	#page_product_list .product-table th {
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 992px) {
	#page_product_list .ec-layoutRole__contentTop {
		margin-bottom: 90px;
	}
	#page_product_list .product-btn {
		padding: 21px 20px;
	}
	#page_product_list .product-btn::after {
		font-size: 1.3rem;
	}
	#page_product_list .product-name {
		font-size: 2.4rem;
	}
	#page_product_list .product-description {
		font-size: 1.6rem;
	}
	#page_product_list .product-description {
		margin-bottom: 20px;
	}
	#page_product_list .product-table {
		margin-bottom: 40px;
	}
	#page_product_list .ec-shelfGrid .ec-shelfGrid__item {
		margin-bottom: 60px;
		padding-bottom: 60px;
	}
	#page_product_list .category_desc_area > ul {
		padding: 30px;
	}
}

/*-------------------------------------------
	pager
---------------------------------------------*/
.ec-pagerRole .ec-pager li+li {
	margin-left: 10px;
}
.ec-pager {
	margin-bottom: 60px;
	padding: 20px 0 0;
}
.ec-pager .ec-pager__item,
.ec-pager .ec-pager__item--active {
	margin: 0;
	padding: 0;
	background: none;
}
.ec-pager .ec-pager__item a,
.ec-pager .ec-pager__item--active a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
	font-size: 1.4rem;
	line-height: 1;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	background: #333;
	color: #fff;
	position: relative;
    font-weight: bold;
    overflow: hidden;
}
.ec-pager .ec-pager__item a::before {
	content: "";
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 0;
    opacity: 1;
    -webkit-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
    -o-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
    transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
}
.ec-pager .ec-pager__item--active a {
	background: #eef1f4;
	color: #9d9d9d;
}
.ec-pager .ec-pager__item--active a::before {
	content: none;
}
@media screen and (max-width: 767px) {
	.ec-pagerRole .ec-pager li + li {
		margin-left: 8px;
	}
	.ec-pager .ec-pager__item, .ec-pager .ec-pager__item--active {
		max-width: 35px;
	}
	.ec-pager .ec-pager__item a, .ec-pager .ec-pager__item--active a {
		padding: 12px 10px;
	}
}
@media screen and (min-width: 768px) {
	.ec-pager .ec-pager__item a:hover::before {
		-webkit-transform: translateY(0);
    	-ms-transform: translateY(0);
    	transform: translateY(0);
    	opacity: 0;
	}
	.ec-pager .ec-pager__item a:hover {
		color: #fff;
	}
}
@media screen and (min-width: 992px) {
	.ec-pager {
		margin-bottom: 120px;
	}
}
/*-------------------------------------------
	product-detail
---------------------------------------------*/
#page_product_detail .ec-layoutRole__contentTop {
	margin-bottom: 40px;
}
#page_product_detail .ec-layoutRole__main .content-area:not(.search-area) {
	max-width: 1000px;
}
#page_product_detail .product-detail-inner .ec-grid2 {
	margin-bottom: 40px;
	padding: 0;
	padding-bottom: 40px;
	width: 100%;
	border-bottom: 1px solid #cacaca;
}
#page_product_detail .product-detail-inner .ec-grid2__cell {
	width: 100%;
	color: #333;
}
#page_product_detail .product-detail-inner .ec-grid2__cell:first-of-type {
	margin: 0 auto;
	max-height: 500px;
	width: 100%;
	height: auto;
}
#page_product_detail .product-detail-inner .ec-sliderItemRole {
	padding: 0;
	border: 1px solid #cacaca;
}
#page_product_detail .ec-productRole .ec-productRole__profile {
	margin: 0;
}
#page_product_detail .ec-productRole .ec-productRole__title .ec-headingTitle {
	margin: 0;
	color: #0d4d95;
	font-weight: bold;
	font-size: 1.8rem;
}
#page_product_detail .product-description {
	margin-bottom: 20px;
	color: #9d9d9d;
	font-size: 1.2rem;
}
#page_product_detail .product-table {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	text-align: left;
}
#page_product_detail .product-table tr {
	border-bottom: 1px solid #cacaca;
}
#page_product_detail .product-table th,
#page_product_detail .product-table td {
	padding: 12px 0;
	color: #333;
}
#page_product_detail .product-table th {
	width: 35%;
    font-weight: bold;
    font-size: 1.6rem;
	color: #0d4d95;
	text-align: left;
}
#page_product_detail .ec-productRole__description {
	margin: 0 auto;
	width: 100%;
	color: #333;
}
#page_product_detail .ec-productRole__description table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	text-align: left;
}
#page_product_detail .ec-productRole__description table th {
	font-weight: bold;
}
#page_product_detail .ec-productRole__btn {
	margin-bottom: 0;
	width: 100%;
	max-width: 100%;
}
#page_product_detail .page-ttl-03 {
	color: #333;
}
#page_product_detail .ec-blockBtn--action {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 1.6rem;
    max-width: 330px;
    margin: 0  auto;
    border-radius: 5px;
    position: relative;
    font-weight: bold;
    overflow: hidden;
    background: #ffe902;
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    border: none;
    overflow: hidden;
    padding: 15px 20px;
    height: auto;
    line-height: 1.5;
}
#page_product_detail .ec-blockBtn--action::before {
	content: "";
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 0;
    opacity: 1;
    -webkit-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
    -o-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
    transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
}
#page_product_detail .ec-blockBtn--action::after {
	content: "\e907";
	font-family: 'itou' !important;
  	speak: none;
  	font-style: normal;
  	font-weight: normal;
  	font-variant: normal;
  	text-transform: none;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	font-size: 1rem;
  	color: #333;
  	position: absolute;
  	top: 50%;
  	right: 15px;
  	-webkit-transform: translateY(-50%);
  	    -ms-transform: translateY(-50%);
  	        transform: translateY(-50%);
  	-webkit-transition: .4s;
  	-o-transition: .4s;
  	transition: .4s;
}
@media screen and (max-width: 767px) {
	#page_product_detail .product-table {
		font-size: 1.4rem;
	}
	#page_product_detail .ec-productRole .ec-productRole__title .ec-headingTitle {
		margin-bottom: 10px;
	}
	#page_product_detail .ec-productRole__description table {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 768px) {
	#page_product_detail .product-detail-inner .ec-grid2__cell {
		padding-left: 40px;
		width: 70%;
	}
	#page_product_detail .product-detail-inner .ec-grid2__cell:first-of-type {
		margin: 0;
		max-height: 500px;
		width: 30%;
	}
	#page_product_detail .ec-blockBtn--action:hover {
		background: #ffe902;
	}
	#page_product_detail .ec-blockBtn--action:hover::before {
		-webkit-transform: translateY(0);
    	-ms-transform: translateY(0);
    	transform: translateY(0);
    	opacity: 0;
	}
	#page_product_detail .ec-blockBtn--action:hover::after {
		right: 10px;
	}
	#page_product_detail .ec-productRole__description table tr {
		border-bottom: 1px solid #cacaca;
	}
}
@media screen and (min-width: 992px) {
	#page_product_detail .ec-layoutRole__contentTop {
		margin-bottom: 90px;
	}
	#page_product_detail .product-description {
		font-size: 1.6rem;
	}
	#page_product_detail .ec-productRole .ec-productRole__title .ec-headingTitle {
		font-size: 2.8rem;
	}
	#page_product_detail .product-table {
		margin-bottom: 40px;
	}
	#page_product_detail .product-detail-inner .ec-grid2 {
		margin-bottom: 60px;
		padding-bottom: 60px;
	}
	#page_product_detail .ec-blockBtn--action {
		padding: 21px 20px;
	}
	#page_product_detail .ec-blockBtn--action::after {
		font-size: 1.3rem;
	}
}


/*-------------------------------------------
	PAGE TABLE
---------------------------------------------*/ 
#page_product_detail .ec-productRole__description table th,#page_product_detail .ec-productRole__description table td {
	display: block;
	border-top: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	padding: 15px;
}
#page_product_detail .ec-productRole__description table th {
	background: #0d4d95;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
#page_product_detail .ec-productRole__description table tr:last-child td {
	border-bottom: 1px solid #cacaca;
}
#page_product_detail .ec-productRole__description table td.custom-td > .txt-color-01 {
	font-weight: bold;
	margin-bottom: 10px;
}
#page_product_detail .ec-productRole__description table td.custom-td > ul {
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	#page_product_detail .ec-productRole__description table th,#page_product_detail .ec-productRole__description table td {
		display: table-cell;
		padding: 25px;
		border: none;
		border-top: 1px solid #cacaca;
		border-left: 1px solid #cacaca;
	}
	#page_product_detail .ec-productRole__description table th {
		vertical-align: top;
		width: 26%;
	}
	#page_product_detail .ec-productRole__description table td {
		border-right: 1px solid #cacaca;
	}
	#page_product_detail .ec-productRole__description table tr:last-child th {
		border-bottom: 1px solid #cacaca;
	}
	#page_product_detail .ec-productRole__description table tr:last-child td {
		border-bottom: 1px solid #cacaca;
	}
}



/*-------------------------------------------
	下層
---------------------------------------------*/
.product_page .ec-layoutRole__mainBottom {
	padding: 0 20px;
}
#page_product_list.product_page .ec-layoutRole__mainBottom ,
#page_product_detail.product_page .ec-layoutRole__mainBottom {
	padding: 0;
}

.column-list li a{
	margin-top: 10px;
	font-size: 1.4rem;
	padding: 10px;
	border: 1px solid #0d4d95;
	color: #0d4d95;
	font-weight: bold;

	border-radius: 5px;
}
@media screen and (max-width: 767px){
	.column-list li{
		width: 100%;
	}
}