@charset "UTF-8";

/* Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/

html{
	color:#333;
	background:#FFF;
}

body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6,pre, form, input, textarea,p, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

img {
	border:0;
}

address, em, strong, th {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
	*font-size:100%;
}

a {
	color:#96204C;
}

a:hover {
	color:#1972B9;
}

iframe[name="google_conversion_frame"] {
	position: absolute;
	height: 0;
}

/*==============================================
	reset font
===============================================*/
body {
	font:14px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Verdana, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif;
}

select,input,button,textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

table {
	font-size:inherit;
	font:100%;
}

/*	ClearFix
=======================================*/
.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
/* End hide from IE-mac */

/*-------------------------------------------------------------------
* ãƒ”ã‚¯ã‚»ãƒ«ã€€ï¼…  æ–‡å­—ã‚µã‚¤ã‚ºç›¸å¯¾æŒ‡å®šã¯%ã§è¡Œã†ã€‚
---------------------------------------------------------------------
10px   77  	%
11px   85  	%
12px   93  	%
13px  100  	%
14px  108  	%
15px  116  	%
16px  123.1	%
17px  131  	%  153.9	%
21px  161.6	%
22px  167  	%
23px  174  	%
26px  197  	%
*/


/*==================================================
  common
==================================================*/

a:hover img {
  filter: alpha(opacity=70);
  opacity:0.7;
  transition: 0.4s ease-in-out;
}

#wrapper {
	margin: 0;
	width: 100%;
	min-width: 980px;
	position: relative;
	background-image: url("../shared/back_plus.png");
	background-position: center top;
}

#wrapper #headermenu {
  border-bottom: 2px solid #10589E;
	width: 100%;
	height: 119px;
  padding: 0;
}

#wrapper #headermenu #hnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
	max-width: 1480px;
  min-width: 1210px;
  height: 100%;
	margin: 0 auto;
}

#wrapper #headermenu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#wrapper #headermenu li {
  position: relative;
  display: flex;
  align-items: center;
  border-left: solid 1px #CCCCCC;
	padding: 0;
	color:#FFF;
	text-decoration: none;
  height: 100%;
}

#wrapper #headermenu li.is-current-page::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 12px;
  transform: translateX(-50%);
  background-color: #10589E;
}

#wrapper #headermenu li a {
  display: block;
  width: 237px;
  text-align: center;
}

#wrapper #headermenu .end {
	border-right: solid 1px #CCCCCC;
}

#wrapper #headermenu .logo {
	border-left: 0px;
	width: 192px;
  margin: 0 20px;
}

#wrapper #headermenu .logolink {
	border-left: 0px;
}

#wrapper #headermenu .label {
	background:#1974B9;
	width: 160px;
	height: 8px;
	top: 72px;
	right: 159px;
}

#wrapper #contentrmenu {
	background:#1A74BB;
	width: 100%;
	height: 120px;
	margin: 0;
}

#wrapper #contentrmenu #cnav {
	position: relative;
	width: 980px;
	height: 70px;
	margin: 0 auto;
}

#wrapper #contentrmenu li {
	float: left;
}

#wrapper #contentrmenu li a {
	display: block;
	padding: 17px 0 8px 8px;
	color:#1972B8;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 148px;
	height: 23px;
	border: solid 1px #48B1EA;
	margin: 10px 3px 0 2px;
	background-color:#FFF;
	background-image: url("../shared/bt_menuicon.png");
	background-position: 4px 50%;
	background-repeat: no-repeat;
}

#wrapper #contentrmenu li a:hover {
	color:#FFF;
	background:#48B1EA;
	background-image: url("../shared/bt_menuicon.png");
	background-position: 4px 50%;
	background-repeat: no-repeat;
  transition: 0.4s ease-in-out;
}

#wrapper #contentrmenu #cnav a.on {
	color:#FFF;
	background:#48B1EA;
	background-image: url("../shared/bt_menuicon.png");
	background-position: 4px 50%;
	background-repeat: no-repeat;
}

#wrapper #contentrmenu .two a {
	padding: 8px 0 8px 8px;
	height: 32px;
}

#wrapper #contentrmenu .end a {
	margin-right: 0;
}

#wrapper .cnav__covid19{
	font-size: 123.1%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fadadf;text-align: center;
}

#wrapper .cnav__covid19.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
	z-index: 10;
}

#wrapper #contents {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#wrapper #contents .pan {
	width: 960px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}

#wrapper #contents .pan a {
	color:#96204C;
}

#wrapper #contents .pan a:hover {
	color:#1972B9;
}

#wrapper #contents .lonavi {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-top;
	text-align:center;
}

#wrapper #contents h1 {
	width: 820px;
	height: 80px;
	line-height: 80px;
	color:#1972B9;
	font-size:267%;
	font-weight:bold;
	background-position: 12px 100%;
	background-repeat: no-repeat;
}

#wrapper #contents #primary {
	width: 660px;
	float: left;
	border: solid 4px #BAE2F1;
	background:#FFF;
}

#wrapper #contents #primary h2 {
	width: 580px;
	color:#4CA3D4;
	font-size:197%;
	font-weight:bold;
	margin: 40px auto;
	padding-bottom: 16px;
}

#wrapper #contents #primary p {
	line-height: 160%;
	width: 580px;
	margin: 0 auto 40px;
}

#wrapper #contents #secondary {
	width: 260px;
	float: right;
}

#wrapper #contents #snav {
	width: 260px;
	background:#99D3EA;
	padding: 6px 0;
}

#wrapper #contents li {
	width: 240px;
	margin: 5px auto;
}

#wrapper #contents li a {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	color:#1A74BB;
	text-decoration: none;
	padding-left: 80px;
	background:#FFF;
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 13px;
}

#wrapper #contents li a:hover {
	color:#FFF;
	background:#48B1EA;
	background-position: 50%;
	background-repeat: no-repeat;
  transition: 0.4s ease-in-out;
}

#wrapper #contents .on a {
	color:#FFF;
	background:#48B1EA;
	background-position: 50%;
	background-repeat: no-repeat;
}

#wrapper #contents .index a {
	display: block;
	width: 119px;
	padding-left: 0;
	background:none;
}

#wrapper #contents #secondary .banner {
	margin-bottom: 14px;
}

#wrapper #contents #back-link {
	width: 100%;
}

#wrapper #contents #back-link a {
	display: block;
	width: 260px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-weight:bold;
	margin: 40px auto;
	color:#1A74BB;
	text-decoration: none;
	background:#BAE2F1;
	background-position: 24px 50%;
	background-repeat: no-repeat;
	border-radius: 16px;
}

#wrapper #contents #back-link a:hover {
	color:#FFF;
	background:#48B1EA;
	background-position: 24px 50%;
	background-repeat: no-repeat;
  transition: 0.4s ease-in-out;
}

#wrapper #contents .small {
	font-size:11px;
}

.menubtn {
	display:none;
}

#wrapper #contents #primary .fukidashi .fukidashi2 {
  float: right;
  margin: -40px 0 16px;
}

.pc {
	display:inline;
}

.sp {
	display:none;
}

/*==================================================
  responsive
==================================================*/
@media only screen and (max-width:571px) {

.menubtn {
	display:inline;
}

.pc {
	display:none;
}

.sp {
	display:inline;
}

.sp-ptop{
	text-align:right;
	float: right;
}

.sp-ptop a{
	padding: 15px;
	display: block;
	width: 97px;
}

.sp-ptop a img{
	width: 100%;
}

#wrapper {
	min-width: inherit;
}

#wrapper #headermenu {
	height: 140px;
	overflow: hidden;
}

#wrapper #headermenu #hnav {
  flex-direction: column;
  min-width: initial;
	height: 40px;
}

#wrapper #headermenu .logo {
  padding: 8px 0 4px 0;
	width: 100%;
  border-bottom: 2px solid #10589E;
	text-align: center;
}

#wrapper #headermenu .logo img {
	width: 120px;
}

#wrapper #headermenu .bt01 img {
  width: 56px;
}
#wrapper #headermenu .bt02 img {
  width: 80px;
}
#wrapper #headermenu .bt03 img {
  width: 80px;
}
#wrapper #headermenu .bt04 img {
  width: 80px;
}

#wrapper #headermenu .bt01 {

}

#wrapper #headermenu .bt01 {
  display: flex;
  justify-content: center;
  padding: 4px 0;
  width: 100%;
  height: auto;
	border-left: none;
  border-bottom: 1px solid #ccc;
}

#wrapper #headermenu .bt02 {
  display: inline-block;
  margin: 8px 0 0 0;
  padding: 0 4px 0 8px;
  height: 44px;
}

#wrapper #headermenu .bt03 {
  display: inline-block;
  margin: 8px 0 0 0;
  padding: 0 4px 0 8px;
  height: 44px;
}

#wrapper #headermenu .bt04 {
  display: inline-block;
  margin: 8px 0 0 0;
  padding: 0 4px 0 8px;
  height: 44px;
}

#wrapper #headermenu .label {
	display:none;
}


#wrapper #headermenu ul {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
}

#wrapper #headermenu ul li {
  height: auto;
}

#wrapper #headermenu li.is-current-page::after {
  display: none;
}

#wrapper #headermenu li a {
  display: flex;
  width: auto;
  height: 100%;
}

#wrapper #footermenu {
	width: 100%;
	height: 60px;
	font-size:85%;
	color:#FFF;
	background:#1974B9;
}

#wrapper #footermenu #fnav {
	width: 320px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}

#wrapper #footermenu li {
	float: none;
	font-size:11px;
	margin-top: 8px;
	display: inline-block;
}

#wrapper #footermenu .copy {
	float: none;
	width: 320px;
	font-size:6px;
	text-align: center;
}

#wrapper #footermenu li a {
	border-left: solid 1px #FFF;
	padding: 2px 15px;
	color:#FFF;
	text-decoration: none;
}

#wrapper #footermenu .end a {
	border-right: solid 1px #FFF;
}

#wrapper #footermenu li a:hover {
	color:#BDDCEE;
}

#wrapper #contentrmenu {
	width: auto;
	height: auto;
	padding: 10px;
}

#wrapper #contentrmenu #cnav {
	width: auto;
	height:auto;
	overflow: hidden;
	margin: -5px 0 0;
}

#wrapper #contentrmenu li {
	width: 49%;
	margin: 5px 0 0;
}

#wrapper #contentrmenu li:nth-child(even) {
	float: right;
}

#wrapper #contentrmenu li a,
#wrapper #contentrmenu li a:hover {
	padding: 15px 0 0 25px;
	width: auto;
	height: 45px;
	margin: 0;
	color: #1972B8;
	background-image: url("../shared/bt_menuicon_sp.png");
	background-color:#FFF;
	background-position: 7px 50%;
	box-sizing: border-box;
	font-size: 12px;
}

#wrapper #contentrmenu #cnav a.on {
	background-position: 7px 50%;
}

#wrapper #contentrmenu .two a,
#wrapper #contentrmenu .two a:hover {
	padding: 8px 0 0 25px;
	height: 45px;
}

#wrapper #contentrmenu.contentrmenuLower {
	width: 100%;
	margin: 0;
	padding:0;
	position: absolute;
	height:auto;
	z-index:101;
	background:none;
}

#wrapper #contentrmenu.contentrmenuLower.fix {
	position: fixed;
	top: 0;
}

#wrapper #contentrmenu.contentrmenuLower #acdn {
	display:none;
	z-index:100;
}

#wrapper #contentrmenu.contentrmenuLower #cnav {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height:auto;
	padding:0;
	height:289px;
}

#wrapper #contentrmenu.contentrmenuLower li {
	width: 100%;
	padding:0;
	margin: 0;
	background-color:rgba(87,156,211,0.9);
}

#wrapper #contentrmenu.contentrmenuLower li:first-child {
	width: 100%;
	padding:0;
	border-left:none;
	border-top: solid 1px #FFF;
}

#wrapper #contentrmenu.contentrmenuLower li:nth-child(2) {
    width:100%;
    border-left:none;
}

#wrapper #contentrmenu.contentrmenuLower li a {
	display: block;
	padding: 15px 0;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	height: 17px;
	margin: 0;
	background: url("../shared/sp_menu_arw.png") 97% center no-repeat;
	background-size:19px 19px;
	border: 0px;
}

#wrapper #contentrmenu.contentrmenuLower li:nth-child(1) a,
#wrapper #contentrmenu.contentrmenuLower li:nth-child(2) a,
#wrapper #contentrmenu.contentrmenuLower li:nth-child(3) a,
#wrapper #contentrmenu.contentrmenuLower li:nth-child(4) a,
#wrapper #contentrmenu.contentrmenuLower li:nth-child(5) a,
#wrapper #contentrmenu.contentrmenuLower li:nth-child(6) a,
#wrapper #contentrmenu.contentrmenuLower li:nth-child(7) a,
#wrapper #contentrmenu.contentrmenuLower li:nth-child(8) a {
	display: block;
	padding: 15px 0 !important;
	font-size:14px;
	color:#FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 17px !important;
	margin: 0;
	border: 0px;
  background:url("../shared/sp_menu_arw.png") 97% center no-repeat;
  background-size:19px 19px;
	box-sizing: content-box;
}

#wrapper #contentrmenu.contentrmenuLower .top img {
	display:none;
}

#wrapper #contentrmenu.contentrmenuLower #cnav a.on {
	color:#fff;
  background-color:rgba(26,116,187,0.8);
	border: 0px;
	border-radius: 0;
	background-image: none;
}

#wrapper #contentrmenu.contentrmenuLower .spmenu01,
#wrapper #contentrmenu.contentrmenuLower .spclose{
  display: block;
}

#wrapper #contentrmenu.contentrmenuLower .spmenu01{
	background-color:rgba(26,116,187,1.0);
	height: 49px;
}

#wrapper #contentrmenu.contentrmenuLower .spmenu01 .purchase-btn {
	width: 35px;
	position: absolute;
	left: 15px;
	top: 8px;
	line-height: 1;
}

#wrapper #contentrmenu.contentrmenuLower .spmenu01 .purchase-btn img {
	width: 100%;
	vertical-align: bottom;
}

#wrapper #contentrmenu.contentrmenuLower .spmenu01 .menu-trigger {
	display: block;
	padding: 0px 0;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 50px;
	height: 49px;
	line-height:52px;
	margin: 0;
	border: 0px;
	background: #80bd01;
	background-color:rgba(26,116,187,1.0);
	cursor:pointer;
	position: absolute;
	right: 0;
}

.menu-trigger,
.menu-trigger span,
.menu-trigger strong {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger strong {
	position: relative;
	top: 13px;
}

.menu-trigger span {
	position: absolute;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
	top: 2px;
}

.menu-trigger span:nth-of-type(2) {
	top: 9px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: -2px;
}

.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(7px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-7px) rotate(45deg);
}

#wrapper #contentrmenu .spmenu01 a:hover {
	cursor:pointer;
}

#wrapper #contentrmenu .spmenu01 a:hover img {
	opacity: 1;
}

#wrapper #contentrmenu .spclose {
	display: block;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	margin: 0;
  background-color:rgba(87,156,211,0.9);
}

#wrapper #contentrmenu .spclose a {
  padding:0;
  width: auto;
  margin: 0;
	border: 0px; cursor:pointer;
}

#wrapper .pcbr {
	display:none;
}

#wrapper .pan {
	display:none;
}

#wrapper #contents {
  width: 100%;
  margin: 60px auto 0 auto;
  padding-bottom: 0;
}

#wrapper #contents #secondary {
  width: 100%;
  float: none;
}

#wrapper #contents #snav {
	width: 100%;
	background:#99D3EA;
	border: 0px;
	padding: 0;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
  overflow:hidden;
}

#wrapper #contents #snav li {
  float: left;
  width: 50%;
  margin: 0;
}

#wrapper #contents #snav .titile {
  float: left;
	width: 300px;
	margin: 10px 0 10px;
text-align:center;
}

#wrapper #contents #snav li a {
display: block;
	width: 100%;
  height: 50px;
	color:#1974B9;
	text-decoration: none;;
	padding-left: 26px;
	background-position: 6px 50%;
  vertical-align: middle;
	border-radius: 0;
	 -webkit-border-radius: 0;

#wrapper #contents #snav li a b{
	color:#999;
	font-size:11px;
}

#wrapper #contents #snav li a:hover {
	background:#48B1EA;
	background-position: 6px 50%;
    -webkit-transition: 0.4s ease-in-out;
       -moz-transition: 0.4s ease-in-out;
         -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
#wrapper #contents #snav .on a {
	background:#48B1EA;
	background-position: 6px 50%;
}

#wrapper #contents #snav .intxt {
	display: block;
	color:#666;
	padding-left: 0;
	background:none;
}
  margin: 8px 0 6px;
  text-align: center;
}
#wrapper #contents #snav .index a  {
  display: block;
  width: 119px;
  height: 26px;
  color: #1974B9;
  text-decoration: none;
  margin: 6px auto 0;
  padding-left: 0;
  background-position: 6px 50%;
  vertical-align: middle;
}

}

#wrapper #contents #secondary .banner {
	width: 230px;
	margin: 30px auto;
}

#wrapper #contents #secondary .banner img {
	width: 230px;
}

#wrapper #contents #back-link {
	width: 100%;
}


#wrapper #contents #primary {
	width: 310px;
	float: none;
	margin: 0 auto;
}


#wrapper #contents h1 {
	width: 90%;
	height:auto;
	line-height: 1em;
	color:#1972B9;
	font-size:160%;
	font-weight:bold;
	margin: auto 10px;
	padding-left: 0px;
	background-image: none;
	background-position: 0px 100%;
	background-repeat: no-repeat;
}

#wrapper #contents #contbox {
	width: 100%;
	border: 0px;
	background:#FFF;
	border-radius: 0;
	 -webkit-border-radius: 0;
	 -moz-border-radius: 0;
}

#wrapper #contents #contbox h2 {
	width: 620px;
	color:#20A333;
	font-size:197%;
	font-weight:bold;
	margin: 40px auto;
	padding-bottom: 16px;
}



#wrapper #contents #contbox p {
	line-height: 160%;
	width: 90%;
	margin: 0 auto 40px;
}


#wrapper #contents #back-link a {
	display: block;
	width: 260px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-weight:bold;
	margin: 40px auto 60px;
	color:#1974B9;
	text-decoration: none;
	background:#BAE2F1;
	background-position: 24px 50%;
	background-repeat: no-repeat;
	border-radius: 16px;
	 -webkit-border-radius: 16px;
	 -moz-border-radius: 16px;
}

#wrapper #contents #back-link a:hover {
	color:#FFF;
	background:#1974B9;
	background-position: 24px 50%;
	background-repeat: no-repeat;
    -webkit-transition: 0.4s ease-in-out;
       -moz-transition: 0.4s ease-in-out;
         -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
}

}



@media only screen and (min-width:572px) {
	body.fixed {
		overflow-y: scroll;
	}
}

/* ==============================
		modalWeb
============================== */
#overlayWeb {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:rgba(51,51,51,0.6);
	display:none;
}
#modalWeb {
	position:absolute;
	right:50%;
	bottom:50%;
	transform: translate(50%, 50%);
	width:1000px;
	z-index:1100;
	display:none;
}
#modalWeb img {
	width: 100%
}
#modalWeb.noHeight {
	top:0;
	transform: translate(50%, 0);
}
#modalWeb .modalWebWrapper {
	position:relative;
	padding: 45px 0;
}
#modalWeb .btnCloseModalWeb {
	position:absolute;
	top:0;
	right:10px;
}
#modalWeb .btnCloseModalWeb img {
	width: 25px;
}
#modalWeb .modalWebBg {
	border-radius:10px;
	overflow:hidden;
	text-align:center;
}
#modalWeb .modalWebInner {
	background: #9ad6ef;
	padding: 60px 0 50px;
}
#modalWeb .ttl01 {
	position:relative;
	margin-bottom:50px;
	font-size:36px;
	font-weight:bold;
	color:#003a67;
}
#modalWeb .image01 {
	max-width: 348px;
	margin: 0 auto;
}
#modalWeb .listBanner {
	font-size: 0;
	padding: 40px;
	background: #3a8fd2;
}
#modalWeb .listBanner li {
	display: inline-block;
	margin-right:;
	background: #fff;
}
#modalWeb .listBanner li:last-child {
	margin-right: 0;
}
@media only screen and (max-width:571px) {
#modalWeb {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
#modalWeb.noHeight {
	top:0;
	transform:translate(50%,0);
}
#modalWeb a:hover img {
	opacity: 1;
}
#modalWeb .modalWebWrapper {
	padding:30px 0;
}
#modalWeb .btnCloseModalWeb {
	right:5px;
}
#modalWeb .btnCloseModalWeb img {
	width:;
}
#modalWeb .modalWebBg {
	border-radius:5px;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.4);
}
#modalWeb .modalWebInner {
	padding: 35px 0;
}
#modalWeb .ttl01 {
	margin-bottom:30px;
#modalWeb .image01 {
	max-width: 214px;
	margin: 0 auto;
}
}
#modalWeb .listBanner li {
	display: block;
	margin-right: 0;
	margin-bottom: 15px;
}
#modalWeb .listBanner li:last-child {
	margin-bottom: 0;
}
}

/* ==============================
		sideMenu
============================== */
#sideMenu {
	position:fixed !important;
	top:190px !important;
	right:0 !important;
	z-index:100;
	opacity:1 !important;

}

/* ==============================
		purchaseArea
============================== */
#purchaseArea {
	background: #3a8fd2;
	padding: 30px 0 40px;
	text-align: center;
	display: block;
}
#purchaseArea .ttl {
	margin-bottom: 25px;
}
#purchaseArea .list {
	font-size: 0;
}
#purchaseArea .list li {
	display: inline-block;
	margin-right:;
	background: #fff;
}
#purchaseArea .list li:last-child {
	margin-right: 0;
}
@media only screen and (max-width:571px) {
	#purchaseArea {
		display: none;
	}
}

/* ==============================
		purchaseBtn
============================== */
#purchaseBtn a {
	display: block;
	padding: 13px 40px 13px 75px;
	color: #fff;
	font-weight: 700;
	background-color: #ef8392;
	background-image: url(../shared/purchase_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	position: relative;
	text-decoration: none;
	line-height: 1;
	font-size: 19px;
}
#purchaseBtn a:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right:;
	margin-top: -6px;
}
#purchaseBtn a span {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 571px) {
#secondary #purchaseBtn {
	padding-top: 30px;
	display: block;
}
}



/*20201111*/
#sideMenu li {
  margin-bottom:;
}
#sideMenu li:last-of-type {
  margin-bottom: 0;
}
#sideMenu li.btnProduct {
  display: none;
}

body.sick #sideMenu li.btnProduct {
  display: block;
}

#wrapper .pagetop {
  margin-top: 30px;
  text-align: center;
}
#wrapper .pagetop a {
  padding: 1em;
  color: #fff;
  font-size: 1.0714285714em;
  text-decoration: none;
  font-weight: bold;
  background: #005293;
  display: block;
}
#wrapper .pagetop a::before {
  margin-right: 1em;
  width: 14px;
  height: 13px;
  content: '';
  background: url(../shared/icon_bullet_top.png) no-repeat 50% 50%/contain;
  display: inline-block;
  vertical-align: middle;
}
#wrapper .pagetop a:hover {
  opacity: .9;
  transition: all .2s ease-in-out;
}
#wrapper #footermenu {
  height: auto;
  font-size: 1em;
  background: none;
}
#wrapper #footermenu li {
  margin: 0;
  float: none;
}
#wrapper #footermenu li a {
  padding: 0;
  border: none;
}
#wrapper #footermenu .inner {
  margin: auto;
  width: 980px;
}
#wrapper #footermenu .global {
  padding: 40px 0 60px;
  background: #0064b3;
}
#wrapper #footermenu .global a[target="_blank"]::after {
  margin-left: .3em;
  width: 12px;
  height: 10px;
  content: '';
  background: url(../shared/icon_blank_white.png) no-repeat 50% 50%/contain;
  display: inline-block;
}
#wrapper #footermenu .global .inner > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#wrapper #footermenu .global .inner > ul > li > a {
  font-size: 1.0714285714em;
  font-weight: bold;
}
#wrapper #footermenu .global .inner > ul > li > ul > li {
  margin-top: 1.5em;
}
#wrapper #footermenu .global .inner > ul > li.other {
  margin-top: 0;
}
#wrapper #footermenu .global .inner > ul > li.other a {
  font-size: 1.0714285714em;
  font-weight: bold;
}
#wrapper #footermenu .global .inner > ul > li.other > ul > li:first-of-type {
  margin-top: 0;
}
#wrapper #footermenu .utility {
  background: #fff;
}
#wrapper #footermenu .utility .inner {
  padding: 25px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#wrapper #footermenu .utility .inner a {
  color: #000;
  font-size: 0.9285714286em;
}
#wrapper #footermenu .utility .inner a[target="_blank"]::after {
  margin-left: .3em;
  width: 12px;
  height: 10px;
  content: '';
  background: url(../shared/icon_blank_blue.png) no-repeat 50% 50%/contain;
  display: inline-block;
}
#wrapper #footermenu .utility .inner ul {
  display: flex;
  justify-content: flex-end;
}
#wrapper #footermenu .utility .inner ul li {
  padding: 0 .8em;
  border-right: #666 1px solid;
}
#wrapper #footermenu .utility .inner ul li:last-of-type {
  padding-right: 0;
  border: none;
}
#wrapper #footermenu .utility .inner .copyright {
  color: #000;
  font-size: 0.7857142857em;
}

@media only screen and (max-width: 571px) {
  .anchor {
    margin-top: -49px;
    padding-top: 49px;
  }

  #sideMenu {
    top: 121.3333333333vw !important;
  }
  #sideMenu li {
    width: 52.8vw;
    display: none;
  }
  #sideMenu li img {
    width: 100%;
    height: auto;
  }

  body.sick #sideMenu li.btnProduct {
    display: none;
  }
  body.sick #sideMenu li.btnProduct.disp {
    display: block;
  }

  #wrapper .pagetop a {
    font-size: 1em;
  }
  #wrapper #footermenu li {
    font-size: 1em;
    display: block;
  }
  #wrapper #footermenu .inner {
    width: auto;
  }
  #wrapper #footermenu .global {
    display: none;
  }
  #wrapper #footermenu .utility .inner {
    padding: 0;
    display: block;
  }
  #wrapper #footermenu .utility .inner ul {
    display: block;
  }
  #wrapper #footermenu .utility .inner ul li {
    padding: 0;
    border: none;
  }
  #wrapper #footermenu .utility .inner ul li:last-of-type {
  }
  #wrapper #footermenu .utility .inner ul li a {
    padding: 1.4em 5.3333333333vw;
    background: url(../shared/icon_bullet_blue.png) no-repeat top 50% right/9px auto;
    display: block;
  }
  #wrapper #footermenu .utility .inner .copyright {
    padding: 5.3333333333vw 5.3333333333vw 80px;
    font-size: 0.7142857143em;
    text-align: center;
  }
	#wrapper .cnav__covid19{
		padding: 0 3.33%;
		height: 60px;
		font-size: 0.7142857143em;
		font-weight: bold;
	}
	#wrapper .cnav__covid19 {
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		box-sizing: border-box;
	}
	#wrapper .cnav__covid19.fix {
		top: auto;
	}
}
