@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
* {
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.notosans {
    font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
figure {
    margin: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
.link {
    color: #F15A24;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	width: 100%;
	min-width: 1200px;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
    overflow: hidden;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.center {
    text-align: center;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
    .menuBox {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
	body {
		min-width: 320px;
		font-size: 1.3rem;
	}
    body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: relative;
    z-index: 10;
    background-color: white;
}
#gHeader .logo {
    padding: 18px 0 0 4px;
    display: flex;
    align-items: center;
}
#gHeader h1 span{
    display: block;
    font-size: 10px;
    font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
}
#gHeader .hInner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	position: relative;
}
#gHeader .rBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#gHeader .rBox .tel {
	padding-top: 8px;
}
#gHeader .linkUl {
    padding-left: 27px;
    display: flex;
    flex-wrap: wrap;
}
#gHeader .linkUl li {
    width: 290px;
}
#gHeader .linkUl li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: white;
}
#gHeader .linkUl li a:hover {
    opacity: 0.7;
}
#gHeader .linkUl .img {
    width: 38px;
}
#gHeader .linkUl .txtSpan {
    padding-left: 10px;
    text-align: center;
    font-size: 1.2rem;
    display: inline-block;
}
#gHeader .linkUl .txtSpan .subSpan {
    margin-top: 2px;
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
}
#gNavi {
    position: relative;
    background-color: #ED1C24;   
}
#gNavi > ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
#gNavi > ul > li {
    width: 142px;
	border-left: 1px solid #fff;
}
#gNavi > ul > li.home {
	border-left: 0;
    width: 75px;
}
#gNavi > ul > li.showroom {
    width: 240px;
}
#gNavi > ul > li > a {
    height: 64px;
    padding: 8px 0;
    color: white;
    display: block;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1;
}
#gNavi > ul > li.showroom a {
    background: #fff;
    border: 2px solid #ED1C24;
    color: #ED1C24;
}
#gNavi > ul > li .txt {
    height: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#gNavi > ul > li > a .small {
    display: block;
    font-size: 1rem;
}
#gNavi > ul > li > a img {
	display: block;
	margin: 0 auto 3px;
	width: 20px;
}

#gNavi a:hover {
    opacity: 0.7;
}
#gNavi .naviBox {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #F04048;
}
#gNavi .subNaviBox {
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
#gNavi .subNaviBox .menuTtlBox {
    width: 22%;
    box-sizing: border-box;
    padding-left: 0px;
}
#gNavi .subNaviBox .menuTtlBox .ttl {
    font-size: 2rem;
    color: white;
    font-weight: bold;
}
#gNavi .subNaviBox .inner {
    width: 78%;
}
#gNavi .subNaviBox .inner .photoUl {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
#gNavi .subNaviBox .inner .photoUl li {
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 20px;
}
#gNavi .subNaviBox .subUl {
    display: flex;
    flex-wrap: wrap;
}
#gNavi .subNaviBox .subUl li {
    min-width: 120px;
    padding: 0 20px;
    margin-bottom: 10px;
}
#gNavi .subNaviBox .subUl li a {
    display: inline-block;
    color: white;
}
#gNavi .subNaviBox .subUl li a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    margin-right: .5em;

}
@media all and (max-width: 896px) {
	#gHeader {
        position: relative;
		padding-top: 1.5em;
	}
    .menu {
        position: absolute;
        top: 40px;
        right: 16px;
    }
    #gHeader.fixed .menu {
        position: fixed;
	    top: 0;
		right: 0;
		background-color: #ED1C24;
		padding: 16px;
    }
	
    #gHeader.fixed .menu img {
		filter: brightness(1000%);
	}
    #gHeader .logo {
		padding: 12px 0 0 10px;
    }
    #gHeader .logo .logo-img img {
		width: 86px;
	}
	
	#gHeader h1 span {
		top: -18px;
		left: 5px;
		white-space: nowrap;
		transform: scale(0.8);
	    transform-origin: 0 0;
	}
	
	#gHeader .hInner {
		position: inherit;
	}
	
    #gHeader .hInner .tel {
        display: none;
    }
    #gHeader .rBox {
        width: calc(100% - 110px);
    }
    #gHeader .linkUl {
        padding: 0;
        margin-right: 45px;
        width: 100%;
    }
    #gHeader .linkUl li {
        width: 70px;
        background-color: #ED1B24;
    }
    #gHeader .linkUl li:first-of-type a {
        background-color: #19BC03;
    }
    #gHeader .linkUl li.yellow a {
        background-color: #F7931E;
    }
    /*#gHeader .linkUl .yellow {
        width: 90px;
    }*/
    #gHeader .linkUl li a {
        padding: 14px 0px 10px 0;
        min-height: 45px;
        box-sizing: border-box;
		height: 100%;
    }
    #gHeader .linkUl .img {
		width: 100%;
    }
    #gHeader .linkUl .img img {
        width: 20px;
		display: block;
		margin: 0 auto;
    }
    #gHeader .linkUl .txtSpan .subSpan {
        font-size: 1.2rem;
    }
    #gHeader .linkUl .txtSpan {
        padding-left: 0px;
    }
    #gNavi {
        display: none;
    }
    .menuBox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        z-index: 1000;
        background-color: #FFFBEC;
    }
    .menuBox .subMenu {
        padding: 46px 8px;
    }
    .menuBox .list {
        margin-bottom: 24px;
        border-top: 1px solid #CCCCCC;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
    }
    .menuBox .list li {
		width: 48%;
		position: relative;
	}
	.menuBox .list li .subNavi li {
		width: 100%;
	}
    .menuBox .list a {
        font-size: 1.4rem;
        text-align: left;
        padding: 10px 8px;
        font-weight: 500;
        display: block;
        border-bottom: 1px solid #CCCCCC;
    }
	.menuBox .results-nav {
		margin-bottom: 10px;
	}
	.menuBox .results-nav li a {
		padding: 8px;
		background-color: #CC3300;
		color: #fff;
		display: flex;
		justify-content: center;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
		align-items: center;
	}
	.menuBox .results-nav li a span.small {
		font-size: 12px;
	}
	.menuBox .results-nav li a img {
		float: left;
		width: 30px;
		margin-right: 5px;
	}
    .menuBox .linkUl {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .menuBox .linkUl li {
        width: 49%;
        margin-bottom: 9px;
    }
    .menuBox .linkUl li.full {
		width: 100%;
	}
    .menuBox .linkUl a {
        padding: 11px 2px;
        display: block;
        color: white;
        text-align: center;
        font-weight: bold;
        background-color: #ED1C24;
    }
    .menuBox .list .liStyle01 .ico {
        width: 7px;
        height: 7px;
        display: inline-block;
        position: absolute;
        top: 14px;
        right: 15px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border-top: 3px solid #222;
        border-right: 3px solid #222;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        content: "";
    }
    .menuBox .list .liStyle01.on .ico {
        transform: rotate(-45deg);
        top: 17px;
    }
    .menuBox .list  .subNavi {
        margin-left: 0px;
        display: none;
	    background-color: rgba(0,0,0,.1);
    }
    .menuBox .list  .subNavi li a {
		display: block;
		padding: 10px 0 10px 10px;
		border-top: 1px solid #f0f0f0;
    }
    .menuBox .linkUl img {
        margin-right: 5px;
    }
    .menuBox .linkUl .yellow a {
        background-color: #F7931E;
    }
    .menuBox .linkUl02 {
        margin: 0 0 14px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .menuBox .linkUl02 li {
        width: 49%;
    }
    .menuBox .linkUl02 a {
        padding: 7px 5px 8px;
        font-size: 1.6rem;
        font-weight: bold;
        display: block;
        text-align: center;
        color: white;
        background-color: #00A99D;
    }
    .menuBox .linkUl02 .txtSpan01 {
        margin-right: 10px;
        vertical-align: 2px;
        padding: 5px 2px 3px;
        box-sizing: border-box;
        display: inline-block;
        width: 36px;
        background-color: white;
        border-radius: 100%;
        color: #00A99D;
        font-size: 1.2rem;
    }
    .menuBox .linkUl02 .blue a {
        background-color: #0071BC;
    }
    .menuBox .linkUl02 .blue .txtSpan01 {
        color: #0071BC;
    }
    .menuBox .tel {
        margin-bottom: 10px;
        text-align: center;
    }
    .menuBox .photo {
        text-align: center;
    }
    .menuBox .close {
        position: absolute;
        top: 14px;
        right: 15px;
    }
    
}

@media all and (max-width: 350px) {
    #gHeader .linkUl li {
        width: 52px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.btmBox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 20px 0 20px rgba(0,0,0,0.2);
    background-color: #fff;
	display: none;
}
.btmBox .inner {
    background-color: white;
}
.btmBox .inner .sub {
    margin: 0 auto;
    width: 960px;
    padding: 11px 0 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.btmBox .inner .sub .photo {
    position: absolute;
    bottom: -20px;
    right: 22px;
}
.btmBox .tel {
    padding: 3px 0 0 7px;
    font-size: 1rem;
    letter-spacing: 1px;
}
.btmBox .tel a {
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
}
.btmBox .list {
    margin-right: 115px;
    width: 570px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.btmBox .list li {
    width: 143px;
}
.btmBox .list li a {
    padding: 5px 5px 7px;
    display: flex;
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #F7931E;
    position: relative;
	overflow: hidden;
}
.btmBox .list li:first-of-type a {
	background-color: #19BC03;
}
.btmBox .list li a:hover {
    opacity: 0.7;
}
.btmBox .list li a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: shine 3.75s 0s infinite;
  animation: shine 3.75s 0s infinite;
}

@-webkit-keyframes shine {
  80% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@keyframes shine {
  80% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

/*.btmBox .list li a:after {
	width: 8px;  
	height: 8px;
    background: url("/shared/image/icon01.png") no-repeat;
    background-size: 8px auto;
	position: absolute;  
	bottom: 5px;
	right: 5px;  
	content: ""; 
}*/
.btmBox .list li .txtSpan {
    margin-left: 10px;
    font-size: 1.2rem;
    text-align: center;
    display: inline-block;
}
.btmBox .list li .txtSpan span {
    margin-bottom: -4px;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
}
.btmBox .list .red {
    width: 276px;
}
.btmBox .list .red a {
    padding: 6px 5px;
    background-color: #ED1C24;
}
.btmBox .list .red .txtSpan01 {
    margin: 0 7px;
    font-size: 1.6rem;
    letter-spacing: -0.5px;
    font-weight: bold;
}
.btmBox .list .red .txtSpan01 span {
    margin-bottom: -4px;
    display: block;
    font-size: 1.1rem;
}
.btmBox .list .red .txtSpan02 {
    width: 100px;
    color: #ED1C24;
    padding: 8px 2px;
    box-sizing: border-box;
    background-color: white;
}
.btmBox .list .red .txtSpan02 span {
    display: block;
    font-size: 1.2rem;
    margin: -6px -15px;
}
.btmBox .txt {
    padding: 8px;
    text-align: center;
    font-size: 1.2rem;
    color: white;
    background-color: #ED1C24;
}
.btmBox .spBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.btmBox .spBox .tel {
    padding: 0 0 0 13px;
}
.btmBox .spBox .list02 {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.btmBox .spBox .list02 li {
    width: 25%;
}
.btmBox .spBox .list02 li a {
    min-height: 40px;
    box-sizing: border-box;
    padding: 10px 2px;
    display: block;
    color: white;
    font-weight: bold;
    text-align: center;
    background-color: #ED1C24;
}
.btmBox .spBox .list02 li:nth-of-type(3) a {
	background-color: #19BC03;
}

.btmBox .spBox .list02 li img {
    margin-right: 5px;
}
.btmBox .spBox .list02 .yellow a {
    background-color: #F7931E;
}
.btmBox .spBox .menu {
    top: 10px;
}

#gFooter {
    padding-bottom: 103px;
    background-color: #FFD7C6;
}
#gFooter .fInner {
    margin: 0 auto;
    padding: 54px 0 42px;
    width: 960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.pageTop {
    position: absolute;
    top: -51px;
    right: -130px;
}
.pageTop a:hover img {
    opacity: 0.7;
}
#gFooter .lBox {
    width: 318px;
}
#gFooter .lBox .tel {
    margin-bottom: 15px;
}
#gFooter .fLogo {
    margin-bottom: 23px;
}
#gFooter .lBox p {
    letter-spacing: -0.1px;
    line-height: 1.8;
}
#gFooter .naviUl {
    width: 608px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
#gFooter .naviUl > li {
    margin-right: 19px;
    width: 200px;
}
#gFooter .naviUl > li:nth-child(3n) {
    margin-right: 0;
    width: 170px;
}
#gFooter .naviUl > li ul li {
    margin-bottom: 10px;
    letter-spacing: 0px;
}
#gFooter .naviUl > li ul li ul {
	padding: 10px;
}
#gFooter .copyright {
    padding: 15px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-align: center;
    background-color: #ED1C24;
}

@media all and (min-width: 897px) {
    #gFooter .naviUl > li ul li a:hover {
        text-decoration: underline;
    }
}
@media all and (max-width: 896px) {
	
    .btmBox .spBox .list02 li a {
		padding: 4px 2px;
		font-size: 1.1rem;
		line-height: 1.2;
		height: 100%;
    }
    .btmBox .spBox .list02 li:last-of-type a {
		background-color: #fff;
		color: #ED1C24;
	}
    .btmBox .spBox .list02 li img {
		display: block;
		width: 22px;
		margin: 0 auto 4px;
    }
    .btmBox .spBox .list02 li:last-of-type a img {
		margin-bottom: 12px;
	}
	
    #gFooter {
        padding-bottom: 60px;
    }
    #gFooter .fInner {
        padding: 55px 20px 23px;
        width: auto;
        display: block;
    }
    .pageTop {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        top: -39px;
    }
    #gFooter .lBox {
        width: auto;
        text-align: center;
    }
    #gFooter .fLogo {
        width: 110px;
        margin: 0 auto -9px;
    }
    #gFooter .lBox .tel {
        margin-bottom: -15px;
    }
    #gFooter .lBox p {
        font-size: 1.1rem;
        letter-spacing: 0;
        line-height: 1.9;
    }
    #gFooter .naviUl {
        display: none;
    }
    #gFooter .copyright {
        font-size: 0.8rem;
        padding: 10px 15px 7px;
        letter-spacing: 0.5px;
    }
}
@media all and (max-width: 350px) {

	.btmBox .spBox .list02 li a {
		padding: 13px 0px;
		font-size: 1.0rem;
		letter-spacing: -1px;
	}
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.m-0-a { margin: 0 auto; }
/*------------------------------------------------------------
	titleBox
------------------------------------------------------------*/
.titleBox {
    background: #ED1C24;
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
    padding: 25px 0;
}
.titleBox .inner {
    width: 960px;
    margin: 0 auto !important;
}
.titleBox .inner .txt {
    width: 100%;
    margin: 0;
    line-height: 4.5rem;
}
.titleBox .inner img {
    margin: 0 .5em;
}
.titleBox .inner .txt.center {
    text-align: center;
}
.titleBox .inner .txt.emphasis {
    color: #ffe400;
}
.titleBox .inner .textbig {
    font-size: 4rem;
}
.titleBox.attention .inner,
.titleBox.reason .inner {
    position: relative;
    padding-left: 160px;
}
.titleBox.attention .attentionItem {
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #ED1C24;
    background: #fff;
    border: 5px solid #a7a7a7;
    border-radius: 50%;
    transform: rotate(345deg) translateY(-50%);
    left: 0;
    top: 50%;
}
.titleBox.attention .attentionItem .txt.small {
    font-size: 2.8rem;
    line-height: 2.8rem;
}

.titleBox.reason .txt {
    font-size: 2.6rem;
}
.titleBox.reason .textbig {
    font-size: 3.2rem;
}
.titleBox.reason .reasonItem {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #ED1C24;
    background: #f79929;
    border-radius: 50%;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
}
.titleBox.reason .reasonItem .txt {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0;
    padding-top: 5px;
}
.titleBox.reason .reasonItem .textbig {
    display: block;
    font-size: 2.5rem;
}
.titleBox.reason .reasonItem .num {
    display: block;
    font-size: 5rem;
}
.titleBox.privacy {
    background: #F15A24;
    font-size: 2rem;
    padding: 5px 10px;
    margin-bottom: 1em;
}

@media all and (max-width: 896px) {
    .titleBox {
        font-size: 2rem;
        padding: 15px 0;
    }
    .titleBox .inner {
        width: auto;
    }
    .titleBox .inner .txt {
        line-height: 3rem;
        text-align: center;
    }
    .titleBox .inner .textbig {
        font-size: 2.8rem;
    }
    .titleBox.attention .inner {
        padding-left: 0;
    }
    .titleBox.attention .attentionItem {
        width: 80px;
        height: 80px;
        left: calc(50% - 150px);
        top: -10px;
    }
    .titleBox.attention .attentionItem .txt.small {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .titleBox.reason .inner {
        padding-left: 90px;
    }
    .titleBox.reason .txt {
        font-size: 1.8rem;
    }
    .titleBox.reason .textbig {
        font-size: 2.5rem;
    }
    .titleBox.reason .reasonItem {
        width: 80px;
        height: 80px;
        left: 10px;
    }
    .titleBox.reason .reasonItem .txt {
        font-size: 1.2rem;
    }
    .titleBox.reason .reasonItem .textbig {
        font-size: 1.8rem;
    }
    .titleBox.reason .reasonItem .num {
        font-size: 2.8rem;
    }
}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
    margin: 0 auto;
    width: 960px;
}
@media all and (max-width: 896px) {
    .mainBox {
        margin: 0 18px;
        width: auto !important;
    }
}

/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.title {
    font-size: 2.8rem;
    line-height: 3.6rem;
    margin-bottom: 30px;
}
.title.center {
    text-align: center;
}
.title.emphasis,
.title .emphasis {
    color: #ED1C24;
}
.title.textbig,
.title .textbig {
    font-size: 3.2rem;
}
.comLink {
    margin: 0 auto;
    width: 320px;
}
.comLink.large {
    width: 565px;
    margin-top: 30px;
}
.comLink a {
    padding: 9px;
    display: block;
    font-size: 2.5rem;
    color: white;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    background: #f79929 url("../image/icon05.png") no-repeat right 18px center;
    background-size: 13px auto;
    border-radius: 50px;
}
.comLink a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .title {
        font-size: 2rem;
        line-height: 3rem;
    }
    .title.textbig,
    .title .textbig {
        font-size: 2.8rem;
    }
    .comLink {
        width: 250px;
    }
    .comLink.large {
        width: 267px;
        margin-top: 20px;
    }
    .comLink a {
        padding: 9px 9px 8px;
        font-size: 1.55rem;
        letter-spacing: 2px;
        background-size: 10px auto;
        background-position: right 12px center;
    }
    .comLink.large a {
        padding: 8px 8px 7px;
        line-height: 1.3;
    }
}

@media all and (max-width: 374px) {
    .menuBox .linkUl {
        margin: 0;
    }
    .menuBox .linkUl02 {
        margin-left: 0;
        margin-right: 0;
    }
    #gHeader .linkUl .txtSpan .subSpan {
        font-size: 1.0rem;
        padding-bottom: 3px;
    }
    #gHeader .linkUl .img {
        width: 16px;
    }
}

@media all and (-ms-high-contrast:none){
    #gFooter .lBox {
        margin-left: -70px;
    }
}