@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",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;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a,
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
}

#container {
	padding-top: 99px;
	text-align: left;
}

#main {
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	display:none;
}

#page-top a {
	background-color: #1A67D2;
	text-decoration: none;
	width: 70px;
	height: 70px;
	display: block;
	border-radius: 70px;
	background-image: url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25% auto;
}

#page-top a:hover {
	text-decoration: none;
	background-color: #1D7CD8;
}

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 12px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	#container {
		padding-top: 45px;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
	}
	
	#page-top a {
		background-color: #1A67D2;
		text-decoration: none;
		width: 50px;
		height: 50px;
		z-index: 999;
	}
	
	#gFooter .copyright {
		margin-bottom: 50px;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 20px 10px 0;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	box-sizing: border-box;
	background-color: #FFF;
}

#gHeader .hBox {
	margin: 0 auto;
	width: 1100px;
}

#gHeader h1 {
	padding-top: 16px;
	float: left;
	width: 186px;
}

#gHeader .rBox {
	float: right;
	width: 888px;
}

#gHeader .hLinkBox01 {
	width: 730px;
	float: left;
}

#gHeader .tel {
	margin: 0 0px 22px 0;
	text-align: right;
}

#gHeader .tel a {
	padding-left: 20px;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	background: url("../img/common/icon01.png") no-repeat left center;
	color:#014099;
}

#gHeader .tel a .sml {
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
}

#gHeader .tel a .time {
	font-size: 15px;
	font-weight: bold;
}

#gHeader .contact {
	margin: -20px 0 -12px;
	padding-left: 11px;
	float: left;
}

#gHeader .contact a {
	padding: 8px 2px;
	width: 110px;
	display: block;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
	background-color: #004098;
	margin-right: 45px;
}

#gHeader .contact a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#gHeader .contact a img {
	margin: 0 auto 7px;
	display: block;
	width: 23px;
}

#gHeader .logo {
	padding: 16px 0 10px 56px;
	float: left;
	width: 100px;
}

#gHeader .logo a {
	display: block;
}

#gHeader .logo a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#gHeader .languege {
	vertical-align: middle;
	padding-bottom:6px;
}

#gHeader .languege a {
	padding-left:8px !important;
	padding-right:10px;
	background-image: none !important;
	font-size:100% !important;
}

@media all and (max-width: 767px) {
	#gHeader {
		padding: 8px 18px;
	}

	#gHeader .hBox {
		width: auto;
	}

	#gHeader h1 {
		padding-top: 0;
		width: 131px;
	}
	
	#gHeader .hLinkBox01 {
		width: auto;
		float: none;
	}

	#gHeader .tel {
		position: absolute;
		top: 15px;
		left: 158px;
	}
	
	
	#gHeader .tel a:nth-child(1),	#gHeader .tel a:nth-child(3) {
		display: none;
	}

	#gHeader .languege a {
	padding-left:3px !important;
	padding-right:3px;
	}

	#gHeader .contact {
		display: none;
	}

	#gHeader .logo {
		display: none;
	}
	
	#gHeader .menu {
		position: absolute;
		right: 0;
		top: 0;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	float: left;
	width: 750px;
	margin-left: 30px;
}

#gNavi li {
	float: left;
	font-size: 16px;
	position: relative;
}

#gNavi li:after {
	width: 1px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 5px;
	border-right: 1px solid #8C8C8C;
	
	content: "";
}

#gNavi li:nth-child(5):after {
	display: none;
}

#gNavi li a {
	padding: 0 25px 10px;
	display: block;
	font-weight: bold;
	position: relative;
}

#gNavi .subNavi {
	width: 210px;
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	z-index: 1000;
	background: rgba(240, 240, 240, 0.9);
}

#gNavi .subNavi:after {
	width: 21px;
	height: 10px;
	background: url("../img/common/icon13.png") no-repeat center top;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -11px;
	content: "";
}

#gNavi .subNavi li {
	float: none;
}

#gNavi .subNavi li:after {
	display: none;
}

#gNavi .subNavi li a {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 30px;
	padding-bottom: 10px;
	font-size: 75%;
	display: block;
	color: rgba(0,64,148,1.00);
	text-align: left;
	background-image: url(../img/common/arrow_menu.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 8px auto;
}

#gNavi li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

@media all and (max-width: 767px) {
	#gNavi {
	width: 100%;
	height: calc(100vh - 35px);
	display: none;
	overflow: scroll;
	position: absolute;
	left: 0;
	top: 45px;
	box-sizing: border-box;
	background-color: #FFF;
	border-top: 1px solid #000;
	float: none;
	z-index: 9999;
	margin-left: 0px;
	}

	#gNavi .subNavi {
	width: 250px;
	}
	
	#gNavi li:nth-child(5) .subNavi {
	width: 250px;
	height: 350px;
	}
	
	#gNavi li {
		float: none;
		font-size: 16px;
		position: relative;
	}
	
	#gNavi li .icon {
		display: block;
		width: 30px;
		height: 45px;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		background: url("../img/common/icon15.png") no-repeat center center;
		background-size: 12px 8px;
		transform: rotate(0);
		-webkit-transform: rotate(0);
		transition: transform 0.3s ease;
		-webkit-transition: transform 0.3s ease;
		content: "";
	}
	
	#gNavi li:nth-child(4) .icon, #gNavi li:nth-child(6) .icon  {
		display: none;
	}
	
	#gNavi li:nth-child(4) a, #gNavi li:nth-child(6) a {
		color: #000;
		text-align: left;
		background: url("../img/common/icon14.png") no-repeat right 10px center;
		background-size: 8px 12px;
	}
	
	#gNavi li .icon.on {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transition: transform 0.3s ease;
		-webkit-transition: transform 0.3s ease;
	}

	#gNavi li:after {
		display: none;
	}

	#gNavi li a {
		padding: 10px;
		border-bottom: 1px solid #000;
	}

	#gNavi .subNavi {
		display: none;
		position: static;
		left: auto;
		top: auto;
		transform: translateX(0);
		background: none;
	}

	#gNavi .subNavi:after {
		display: none;
	}

	#gNavi .subNavi li a {
		padding: 10px 20px;
		color: #000;
		font-size: 14px;
		text-align: left;
		background: url("../img/common/icon14.png") no-repeat right 20px center;
		background-size: 8px 12px;
	}

}

@media all and (min-width: 768px) {
	#gNavi {
		display: block !important;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fBg {
	padding-top: 97px;
	height: 328px;
	box-sizing: border-box;
	background: url("../img/common/f_bg.jpg") repeat-x center bottom;
}

#gFooter .fBg ul {
	margin: 0 auto;
	width: 726px;
}

#gFooter .fBg li {
	margin-right: 60px;
	float: left;
}

#gFooter .fBg li:last-of-type {
	margin-right: 0;
}

#gFooter .fBg .ico01 {
	margin-top: 33px;
}

#gFooter .fBg .ico03 {
	margin-top: 30px;
}

#gFooter .fBg .ico04 {
	margin-top: 65px;
}

#gFooter .fBg .ico05 {
	margin-top: 88px;
}

#gFooter .fBg .ico06 {
	margin-top: 65px;
}

#gFooter .fBg .ico07 {
	margin-top: 28px;
}

#gFooter .fBox {
	padding: 55px 0 63px;
	background-color: #023F98;
}

#gFooter .fBox .inner {
	margin: 0 auto;
	width: 1100px;
}

#gFooter .fBox .lBox {
	width: 650px;
	float: left;
}

#gFooter .fBox .rBox {
	padding-top: 15px;
	width: 450px;
	float: right;
}

#gFooter .fLogo {
	margin-bottom: 30px;
	width: 215px;
}

#gFooter .address {
	margin-bottom: 20px;
	color: #FFF;
	font-size: 18px;
}

#gFooter .address span {
	display: block;
}

#gFooter .address a {
	color: #FFF;
}

#gFooter .link a {
	color: #FFF;
	font-size: 16px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #FFFFFF;
	padding-bottom: 0px;
}

#gFooter .link a:last-child {
	border-right: none;
}

#gFooter .link a:hover {
	opacity: 0.7;
}

#gFooter .copyright {
	color: #FFF;
	font-size: 16px;
	font-family: Arial, Helvetica, "sans-serif";
	padding-top: 22px;
}

#gFooter .contact {
	margin-bottom: 18px;
}

#gFooter .contact a,
#gFooter .tel a {
	padding: 23px 5px;
	display: block;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	background-color: #026CFC;
}

#gFooter .contact a:hover,
#gFooter .tel a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#gFooter .tel a img,
#gFooter .contact a img {
	margin: -3px 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#gFooter .tel a {
	padding: 15px 2px;
	font-size: 32px;
	font-weight: bold;
	word-break: break-all;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
}

#gFooter .tel .sml {
	font-size: 20px;
	font-weight: 400;
}

#gFooter .tel .time {
	font-size: 22px;
	font-weight: bold;
}

@media all and (max-width: 767px) {
	#gFooter .fBg {
	padding-top: 0;
	height: 137px;
	position: relative;
	background-image: url("../img/common/sp_f_bg.jpg");
	background-size: 100% auto;
	}

	#gFooter .fBg ul {
		margin: 0;
		width: auto;
	}

	#gFooter .fBg li {
		margin-right: 0;
		float: auto;
		position: absolute;
	}

	#gFooter .fBg .ico01 {
		margin-top: 0;
		top: 39px;
		left: 9%;
	}
	
	#gFooter .fBg .ico02 {
		margin-top: 0;
		top: 22px;
		left: 21.2%;
	}

	#gFooter .fBg .ico03 {
		margin-top: 0;
		top: 37px;
		left: 33%;
	}

	#gFooter .fBg .ico04 {
		margin-top: 0;
		top: 55px;
		left: 45%;
	}

	#gFooter .fBg .ico05 {
		margin-top: 0;
		top: 66px;
		left: 56.5%;
	}

	#gFooter .fBg .ico06 {
		margin-top: 0;
		top: 54px;
		right: 27%;
	}

	#gFooter .fBg .ico07 {
		margin-top: 0;
		top: 36px;
		right: 15%;
	}
	
	#gFooter .fBg .ico08 {
		top: 22px;
		right: 3%;
	}

	#gFooter .fBox {
		padding: 41px 18px 15px;
	}

	#gFooter .fBox .inner {
		width: auto;
	}

	#gFooter .fBox .lBox {
		width: auto;
		float: none;
	}

	#gFooter .fBox .rBox {
		margin-bottom: 40px;
		padding-top: 0;
		width: auto;
		float: none;
	}

	#gFooter .fLogo {
		margin-bottom: 13px;
		width: 215px;
	}

	#gFooter .address {
		margin-bottom: 18px;
		font-size: 16px;
		line-height: 1.75;
		letter-spacing: -0.7px;
	}

	#gFooter .copyright {
		font-size: 13px;
	}

	#gFooter .contact {
		margin-bottom: 13px;
	}

	#gFooter .contact a,
	#gFooter .tel a {
		padding: 18px 5px;
		font-size: 16px;
	}

	#gFooter .tel a img,
	#gFooter .contact a img {
		margin-right: 5px;
		width: 20px;
	}

	#gFooter .tel a {
		padding: 14px 2px;
		font-size: 23px;
		letter-spacing: -1px;
	}

	#gFooter .tel .sml {
		font-size: 15px;
	}

	#gFooter .tel .time {
		font-size: 16px;
	}
	
	#gFooter .link a {
	border-right: none;
	background-image: url(../img/common/arrow02_sp.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-size: 7px auto;
	background-position: 0% 2px;
	}
}

@media all and (max-width: 330px) {
	
	#gFooter .tel a {
		font-size: 20px;
	}
	
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin: 0 0 0 120px;
	width: 250px;
	text-align: center;
}

.comLink a {
	padding: 15px 5px;
	display: block;
	color: #FFF;
	font-size: 18px;
	border-radius: 8px;
	background: #004098;
}

.comLink a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.comLink span {
	padding-right: 30px;
	display: inline-block;
	background: url("../img/common/bg02.png") no-repeat right center;
}

@media all and (max-width: 767px) {
	.comLink {
		margin: 0 auto !important;
		width: 220px;
	}

	.comLink a {
		padding: 14px 5px;
		font-size: 16px;
		border-radius: 5px;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 20px;
	color: #014099;
	font-size: 18px;
	font-weight: normal;
}

.headLine01 .en {
	margin-right: 20px;
	display: inline-block;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 45px;
	font-weight: bold;
	vertical-align: middle;
}
@media all and (max-width: 767px) {
	.headLine01 {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.headLine01 .en {
		margin-right: 20px;
		font-size: 29px;
	}
}

@media all and (max-width: 330px) {
	.headLine01 .en {
		font-size: 27px;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 68px;
    color: #014099;
    font-size: 3rem;
    line-height: 1.56;
    text-align: center;
    letter-spacing: -1.5px;
}

@media all and (max-width: 767px) {
    .headLine02 {
        margin-bottom: 32px;
        font-size: 1.7rem;
    }
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    color: #0d4099;
    font-size: 3.7rem;
    position: relative;
    letter-spacing: -1px;
    border-bottom: 1px solid #A0A0A0;
}

.headLine03 .inner {
    padding-bottom: 11px;
    display: inline-block;
    position: relative;
}

.headLine03 .inner:after {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-bottom: 2px solid #004198;
    
    content: "";
}

@media all and (max-width: 767px) {
    .headLine03 {
        font-size: 2.1rem;
    }
    
    .headLine03 .inner {
        padding-bottom: 6px;
    }

    .headLine03 .inner:after {
        height: 1px;
        border-bottom: 1px solid #415BA4;
    }

}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
    margin-bottom: 45px;
    color: #3f84fc;
    font-size: 3.7rem;
    position: relative;
    letter-spacing: -1.5px;
    border-top: 1px solid #A0A0A0;
    border-bottom: 1px solid #A0A0A0;
}

.headLine04 .inn {
    padding: 13px 0 10px;
    display: inline-block;
    position: relative;
}

.headLine04 .inn:before {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: -2px;
    background-color: #3E84FD;
    
    content: "";
}

@media all and (max-width: 767px) {
    .headLine04 {
        margin-bottom: 41px;
        font-size: 2.1rem;
    }
    
    .headLine04.inn {
        padding: 7px 0;
    }
}


/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
    margin-bottom: 22px;
    padding-left: 20px;
    color: #014099;
    font-size: 2.5rem;
    letter-spacing: -1px;
    background: url("../img/common/icon22.png") no-repeat left center;
}

/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	width: 100%;
	height: 158px;
	padding: 83px 0 0;
	color: #0d4099;
	font-size: 3.8rem;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: url("../img/product/pickup/h2_bg.png") no-repeat center center;
}

.headLine06 .inner {
	margin: 0 auto;
	display: block;
	width: 1100px;
	text-align: left;
}

@media all and (max-width: 767px) {
    .headLine05 {
        margin-bottom: 28px;
        padding-left: 15px;
        font-size: 2rem;
        letter-spacing: 0;
        background-image: url("../img/common/sp_icon18.png");
        background-size: 8px auto;
    }
}



/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1100px;
}

@media all and (max-width: 767px) {
	.content {
		margin: 0;
		width: auto;
	}
}

/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
.comTopBox {
    padding: 61px 0 19px;
    background: url("../img/common/bg01.jpg") repeat center center;
}

.comTopBox h2 {
    color: #0d4099;
    font-size: 3.8rem;
}

.comTopBox h2 .en {
    margin-left: 40px;
    padding: 0 32px;
    display: inline-block;
    font-size: 2.5rem;
    font-weight: normal;
    vertical-align: middle;
    font-family: Arial, Helvetica, "sans-serif";
    position: relative;
}

.comTopBox h2 .en:before {
    margin-top: -3px;
    width: 26px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    border-bottom: 1px solid #0d4099;
    
    content: "";
}

.comTopBox h2 .en:after {
    margin-top: -3px;
    width: 26px;
    height: 1px;
    position: absolute;
    roght: 0;
    top: 50%;
    border-bottom: 1px solid #0d4099;
    
    content: "";
}

@media all and (max-width: 767px) {
    .comTopBox {
        padding: 37px 17px 10px;
        background-size: 45px 45px;
    }

    .comTopBox h2 {
        font-size: 2.25rem;
    }

    .comTopBox h2 .en {
        margin: -5px 0 0 20px;
        padding: 0 16px;
        font-size: 1.4rem;
    }

    .comTopBox h2 .en:before {
        margin-top: -2px;
        width: 13px;
    }

    .comTopBox h2 .en:after {
        margin-top: -2px;
        width: 13px;
    }
}

@media all and (max-width: 374px) {
    .comTopBox h2 {
        font-size: 1.8rem;
    }
    
    .comTopBox h2 .en {
        font-size: 1.2rem;
    }
}


/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
    padding-top: 155px;
    min-height: 510px;
    text-align: center;
    box-sizing: border-box;
    background: url("../img/company/philosophy/page_title_bg.jpg") no-repeat center center;
    background-size: cover;
}

.pageTitle h3 {
    font-size: 3.8rem;
    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
    letter-spacing: -3px;
    line-height: 1.48;
    text-shadow: 0 0 6px rgba(255,255,255,0.8),0 0 6px rgba(255,255,255,0.8),0 0 6px rgba(255,255,255,0.8),0 0 6px rgba(255,255,255,0.8);
}

@media all and (max-width: 767px) {
    .pageTitle {
        padding-top: 68px;
        min-height: 250px;
        background-image: url("../img/company/philosophy/sp_page_title_bg.jpg");
    }

    .pageTitle h3 {
        font-size: 1.8rem;
        letter-spacing: -2px;
    }

}

/*------------------------------------------------------------
	comTtlBox
------------------------------------------------------------*/
.comTtlBox {
    margin: -50px 0 60px;
    padding: 20px 10px 35px 46px;
    box-sizing: border-box;
    background-color: #FFF;
}

.comTtlBox h3 {
    margin-bottom: 38px;
    max-width: 464px;
    font-size: 2.6rem;
    line-height: 1.2;
}

.comTtlBox h3 .num {
    margin: -5px 20px 0 0;
    display: inline-block;
    color: #014099;
    font-size: 8rem;
    font-weight: normal;
    font-style: italic;
    line-height: 1;
    vertical-align: middle;
    font-family: Arial, Helvetica, "sans-serif";
}

.comTtlBox h3 .big {
    margin-left: 20px;
    display: inline-block;
    color: #0d4099;
    font-size: 3.8rem;
    vertical-align: middle;
}

.comTtlBox h3 .en {
    margin-top: -2px;
    padding-top: 13px;
    display: block;
    color: #014099;
    font-size: 1.8rem;
    background: url("../img/strength/line01.png") no-repeat right top;
}

.comTtlBox p {
    margin: 0;
    font-size: 2.3rem;
    line-height: 1.62;
}

@media all and (max-width: 767px) {
    .comTtlBox {
        margin: 0 0 36px;
        padding: 15px 0 9px;
        background: url("../img/common/bg01.jpg") repeat center center;
        background-size: 45px 45px;
}

    .comTtlBox h3 {
        margin-bottom: 15px;
        padding: 15px 20px 15px;
        max-width: inherit !important;
        font-size: 1.58rem;
        line-height: 1.2;
        background-color: #FFF;
    }

    .comTtlBox h3 .num {
        margin-right: 10px;
        font-size: 4.8rem;
    }

    .comTtlBox h3 .big {
        margin-left: 5px;
        font-size: 2.28rem;
    }

    .comTtlBox h3 .en {
        margin-top: 2px;
        padding-top: 8px;
        max-width: 280px;
        font-size: 1.08rem;
        background: url("../img/strength/sp_line.png") no-repeat right top;
        background-size: auto 3px;
    }

    .comTtlBox p {
        margin: 0 18px;
        font-size: 1.6rem;
        line-height: 1.55;
        font-weight: bold;
    }
}

@media all and (max-width: 374px) {
    .comTtlBox h3 {
        font-size: 1.3rem;
    }
    
    .comTtlBox h3 .num {
        font-size: 4rem;
    }
    
    .comTtlBox h3 .big {
        font-size: 1.8rem;
    }
}

@media all and (-ms-high-contrast:none){
    .headLine04 .inn {
        padding: 16px 0 7px;
    }
    
    .headLine05 {
        background-position: left top 12px;
    }
}

.pace-running .wrap {
    display: none;
} 