.sp {
    display: none !important;
}
.web {
    display: grid !important;
}
#header.headerGlobal {
    width: 100%;
}
#container #header.headerGlobal {
    margin: 0 auto !important;
    width: 100% !important;
	min-height: 1px;
	padding: 0 !important;
}
#header.headerGlobal .headerGlobalContainer {
    margin: 0 auto !important;
    width: 100% !important;
	min-height: 1px;
	display: grid;
	padding: 0 !important;
}
#header.headerGlobal .grayTop {
    padding: 6px;
    background: #E9EDF0;
    display: grid;
    align-items: center;
    grid-auto-flow: column;
    grid-gap: 50px;
}
#header.headerGlobal .grayTop .firstCol {
    padding-left: 22px;
}
#header.headerGlobal ul.linksWithArrow {
    display: flex;
    flex-wrap: wrap;
}
#header1-sp #globalNav1-sp #gNavList ul {
    margin-left: 0px;
}
#header.headerGlobal ul.linksWithArrow li::marker,
#header.headerGlobal .navigation ul li::marker,
#header1-sp #globalNav1-sp #gNavList ul li::marker {
    content: '';
}
#header.headerGlobal ul.linksWithArrow li:not(:last-child) {
    margin-right: 32px;
}

#header.headerGlobal ul.linksWithArrow li a {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    color: #333333;
    position: relative;
    padding-left: 20px;
}

#header.headerGlobal ul.linksWithArrow li a::before {
    left: 0px;
    top: calc(50% - 5px);
    border: solid #ED1C24;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    content: '';
}
#header.headerGlobal .grayTop .secondCol {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}   
#header.headerGlobal .grayTop .secondCol .utilityLink {
    margin-right: 32px;
}   
#header.headerGlobal .grayTop .secondCol .utilityLink a,
#header.headerGlobal .siteName .buttons ul li a {
    font-weight: normal;
    font-size: 12px;
}
#header.headerGlobal .grayTop .secondCol .utilityLink a::before,
#header.headerGlobal .siteName .buttons ul li a::before {
    border-width: 0 1px 1px 0;
    top: calc(50% - 3px);
}
#header.headerGlobal .gsc-control-cse {
    background-color: transparent;
    border: 0px solid transparent;
}

#header.headerGlobal .siteName {
    padding: 21px 32px 25px 24px;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 50px;
}
#header.headerGlobal .siteName .buttons {
    display: flex !important;
    grid-auto-flow: column;
    align-items: center;
    justify-content: flex-end;
}
#header.headerGlobal .siteName .buttons a {
    display: block;
    padding: 15px;
    padding-left: 30px;
    min-width: 144px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #CFCFCF;
    text-align: center;
}
#header.headerGlobal .siteName .buttons .linksWithArrow {
    margin-right: 32px;
}
#header.headerGlobal .siteName .buttons .linksWithArrow li a {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    padding-left: 35px;
}
#header.headerGlobal .siteName .buttons ul.globalNav li a {
    padding: 17px;
    min-width: 241px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    background: #ED1C24 40px center no-repeat url('../images/shape-17.svg');
}
#header.headerGlobal .siteName .buttons li:not(:last-child) {
    margin-right: 16px;
}
#header.headerGlobal .siteName .buttons a::before {
    left: calc(30px - 12px);
}
#header.headerGlobal .siteName img {
    max-width: 295px;
    max-height: 60px;
}
#header.headerGlobal .siteName p {
    margin: 0;
}
#header.headerGlobal .navigation ul {
    padding: 0px;
    display: grid;
    grid-auto-flow: column;    
    grid-template-columns: repeat(4, calc(100% / 4));
}
#header.headerGlobal .navigation ul li {
    margin-bottom: 8px;
}
#header.headerGlobal .navigation ul li a {
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    padding: 18px;
    background: #11202C;
    display: block;
}
#header.headerGlobal .navigation ul li:not(:last-child) a {
    border-right: 1px solid #3D4A53;
} 
#header.headerGlobal .headerUtility {
    padding-top: 22px;
    float: right;
    width: 600px;
}
#header.headerGlobal #search,
#header .siteName .buttons ul.globalNav li {
	margin-bottom: 0;
}
#header.headerGlobal .siteName .buttons ul.globalNav li a {
    background: #ED1C24;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
#header.headerGlobal .siteName .buttons ul.globalNav li a span img {
    display: flex;
    margin-right: 7px;
}
#header.headerGlobal .siteName .logo h1 {
    margin: 0 auto;
    padding: 0px;
    background: none;
}
form.gsc-search-box,
table.gsc-search-box {
    margin-bottom: 0px !important;
}
ul.globalNav li::marker {
	content: none;
}
@media screen and (max-width: 999px) {
    .sp {
        display: grid !important;
    }
    .web {
        display: none !important;
    }
    #header.headerGlobal .headerContainer {	
        display: grid;	
        grid-auto-flow: column;	
        grid-gap: 30px;	
        padding: 10px 16px 10px 10px;	
        position: relative;	
    }	
    #header.headerGlobal .siteName {
        padding: 0;
    }
    #globalNav {	
        justify-self: right;	
        align-self: center;	
        margin: 0;
        float: unset;
        width: 100%;
        background: transparent;
    }
    #header .siteName .buttons ul.globalNav {
        padding-left: 0px;
    }
    #globalNav #menuBtn,
    #globalNav1-sp #menuBtn {	
        display: grid;	
        width: 28px;	
        grid-gap: 7px;	
        margin-right: 0;
        background: none;
        background-size: unset;
        min-height: unset;
    }
    #globalNav #menuBtn span,
    #globalNav1-sp #menuBtn span {	
        height: 3px;	
        background: #11202C;	
        transition: all .3s ease;	
    }	
    #globalNav #menuBtn.close span,
    #globalNav1-sp #menuBtn.close span {	
        top: 50%;	
        right: 16px;	
        width: 30px;	
        position: absolute;	
      }	
    #globalNav #menuBtn.close span:first-child,
    #globalNav1-sp #menuBtn.close span:first-child {	
    transform: rotate(45deg);	
    }	
    #globalNav #menuBtn.close span:nth-child(2),
    #globalNav1-sp #menuBtn.close span:nth-child(2) {	
        display: none;	
    }	
    #globalNav #menuBtn.close span:last-child,
    #globalNav1-sp #menuBtn.close span:last-child {	
    transform: rotate(-45deg);	
    }
    #globalNav .contentMenu {	
        position: unset;	
    }
    #globalNav #gNavList {	
        padding: 24px 16px 32px;	
        top: 100%;	
        background: #11202C;	
        left: 0;	
    }
    #globalNav #gNavList li.btnRed {
        margin-bottom: 24px;
    }
    #globalNav #gNavList li.btnRed a {	
        padding: 17px;	
        text-align: center;	
        font-weight: bold;	
        font-size: 16px;	
        color: #FFFFFF;	
        border: none;	
        background: #E60115 calc(50% - 70px) center no-repeat url(/sp/shared/images/shape-17.svg);	
    }
    #globalNav #gNavList li.btnWhite:nth-child(2) {
        margin-bottom: 16px;
    }
    #globalNav #gNavList li:nth-child(3) {
        margin-bottom: 24px;
    }
    #globalNav #gNavList li.btnWhite a {
        font-weight: bold;
        font-size: 16px;
        line-height: 150%;
        color: #333333;
        background-color: #FFFFFF;
        padding: 17px;	
        text-align: center;	
    }
    #globalNav #gNavList a {
        background-color: #11202C;
        border-top: 1px solid #3D4A53;
        font-weight: bold;
        font-size: 14px;
        line-height: 150%;
        color: #FFFFFF;
    }
    #globalNav #gNavList li:last-child a {
        border-bottom: 1px solid #3D4A53;
    }
    #globalNav #gNavList li {
        margin-bottom: 1px;
    }
    .snsBlock ul {
        flex-wrap: wrap;
        -webkit-justify-content: start;
        -moz-justify-content: start;
        justify-content: start;
    }
    .snsBlock li {
        flex-basis: calc(100% / 3 - 8px);
    }
    #footerSiteInfo {
        background: #2B353D;
        padding-top: 0px;
    }
    #container #header {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        width: 100%;
        background: #ffffff;
        min-height: 55px;
    }
    #header .grayTop { display: none; }
    #header .siteName .buttons { display: none; }
    #globalNav #menuBtn {	
        display: grid;	
        width: 28px;	
        grid-gap: 7px;	
        margin-right: 0;
        background: none;
        background-size: unset;
        min-height: unset;
    }
    #globalNav #menuBtn span {	
        height: 3px;	
        background: #11202C;	
        transition: all .3s ease;	
    }	
    #globalNav #menuBtn.close span {	
        top: 50%;	
        right: 16px;	
        width: 30px;	
        position: absolute;	
    }	
    #globalNav #menuBtn.close span:first-child {	
    transform: rotate(45deg);	
    }	
    #globalNav #menuBtn.close span:nth-child(2) {	
        display: none;	
    }	
    #globalNav #menuBtn.close span:last-child {	
    transform: rotate(-45deg);	
    }
    #globalNav #gNavList {
        position: absolute;
    }
    .q_a #mainArea {
        margin-top: 50px;
    }
}


/* Additional CSS 202103 */
#header .headerContainer {	
    display: grid;	
    grid-auto-flow: column;	
	grid-gap: 30px;	
	padding: 10px 16px 10px 10px;	
	position: relative;	
}	
#header1-sp .headerContainer {	
    display: grid;	
    grid-auto-flow: column;	
	grid-gap: 30px;	
	padding: 10px 16px 10px 10px;	
	position: relative;	
}	
#globalNav1-sp {	
    justify-self: right;	
	align-self: center;	
	margin: 0;
    float: unset;
    width: 100%;
    background: transparent;
}
#globalNav1-sp #menuBtn {	
	display: grid;	
	width: 28px;	
	grid-gap: 7px;	
    margin-right: 0;
    background: none;
    background-size: unset;
    min-height: unset;
}
#globalNav1-sp #menuBtn span {	
    height: 3px;	
    background: #11202C;	
    transition: all .3s ease;	
}	
#globalNav1-sp #menuBtn.close span {	
	top: 50%;	
	right: 16px;	
	width: 30px;	
	position: absolute;	
  }	
#globalNav1-sp #menuBtn.close span:first-child {	
transform: rotate(45deg);	
}	
#globalNav1-sp #menuBtn.close span:nth-child(2) {	
	display: none;	
}	
#globalNav1-sp #menuBtn.close span:last-child {	
transform: rotate(-45deg);	
}
#globalNav1-sp .contentMenu {	
	position: unset;	
}
#globalNav1-sp #gNavList {	
	padding: 24px 16px 32px;	
	top: 100%;	
	background: #11202C;	
	left: 0;	
}
#globalNav1-sp #gNavList li.btnRed {
	margin-bottom: 24px;
}
#globalNav1-sp #gNavList li.btnRed a {	
    padding: 17px;	
    text-align: center;	
    font-weight: bold;	
    font-size: 16px;	
    color: #FFFFFF;	
    border: none;	
	background: #E60115 calc(50% - 70px) center no-repeat url(/sp/shared/images/shape-17.svg);	
}
#globalNav1-sp #gNavList li.btnWhite:nth-child(2) {
	margin-bottom: 16px;
}
#globalNav1-sp #gNavList li:nth-child(3) {
	margin-bottom: 24px;
}
#globalNav1-sp #gNavList li.btnWhite a {
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #333333;
	background-color: #FFFFFF;
    padding: 17px;	
    text-align: center;	
}
#globalNav1-sp #gNavList a {
	background-color: #11202C;
	border-top: 1px solid #3D4A53;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
    color: #FFFFFF;
    text-decoration: none;
}
#globalNav1-sp #gNavList li:last-child a {
	border-bottom: 1px solid #3D4A53;
}
#globalNav1-sp #gNavList li {
	margin-bottom: 1px;
}
#footerSiteInfo1-sp {
	background: #2B353D;
	padding-top: 0px;
}
.moreAbout {
	padding-bottom: 50px;
}
.titStyle1 {
    margin-bottom: 11px;
    font-size: 19px;
    font-size: 1.9rem;
    color: #333333;
}
.actionBlock ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.actionBlock ul li {
    border: 1px solid #cfcfcf;
    list-style: none;
    width: 47.5%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.addIcon1 {
    padding-right: 5px;
    line-height: 1;
}
.actionBlock li .icoMail img {
    width: 16px;
}
.actionBlock li .icoBook img {
    width: 15px;
}
.addIcon1 img {
    vertical-align: middle;
}
.actionBlock ul li a {
    padding: 13px 25px 13px 9px;
    display: block;
    background: url(/sp/shared/images/ico_arrow_2.png) no-repeat right center;
    background-size: 21px 12px;
    color: #333333;
}
.actionBlock li .text {
    display: inline-block;
}
.snsBlock {
    margin: 0 auto;
}
.snsBlock ul {
	display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
    margin: 0;
    width: 100%;
}
.snsBlock li {
    flex-basis: calc(100% / 3 - 8px);
}
.snsBlock li {
    margin-right: 8px;
    -webkit-box-flex: 1;
    list-style: none;
    width: 32%;
    vertical-align: middle;
    font-size: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
}
.snsBlock li a {
    padding: 14px 5px 14px 10px;
    display: block;
    color: #333333;
}
.snsBlock .icoFacebook {
    width: 20px;
    height: 20px;
}

.snsBlock .addIcon1 {
    margin-right: 7px;
    padding-right: 0;
    display: inline-block;
}
.addIcon1 {
    line-height: 1;
}
.snsBlock .addIcon1 img {
    vertical-align: middle;
}
#header ul.linksWithArrow li {
    margin-bottom: 0;
}
.SP {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.SP {
		display: block !important;
	}
}

.top #header.headerGlobal .navigation ul li,
.firstguide #header .navigation ul li {
    margin-bottom: 0px !important;
}
.headerGlobal .gsib_a {
    padding: 6px 9px !important;
}

/* Additional CSS 202211 */
#header.headerGlobal .siteName .buttons .linksWithArrow {
    margin-right: 16px;
}
#header.headerGlobal .siteName .buttons ul.btnBlue li a {
    background: #16588D;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 144px;
    margin-right: 32px;
}
@media screen and (min-width: 768px) {
    #header.headerGlobal .siteName .buttons .linksWithArrow li a:hover {
        background-color: #CFCFCF;
    }
    #header.headerGlobal .siteName .buttons ul.globalNav li a:hover {
        background-color: #C7151C;
    }
    #header.headerGlobal .siteName .buttons ul.btnBlue li a:hover {
        background-color: #0182D4;
    }
}