@charset "utf-8";

/***************************************************
	common.css
	共通レイアウトスタイル定義
***************************************************/

/* Base
------------------------------------------------------------ */
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
body {
	line-height: 1.8;
	color: #404040;
	margin: 0;
	background: #ffffff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
	body {
	}
}

.chart{
	margin-bottom: 10px;
	text-align: center;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.view_pc{
	
}

.view_sp{
	display: none;
}

@media only screen and (max-width: 767px) {
	.view_pc{
		display: none;
	}

	.view_sp{
		display: block;
	}
}


.innerBox {
	clear: both;
	margin: 0 40px;
}
.innerBox02 {
	clear: both;
	margin: 0 80px;
}
.innerBox03 {
	clear: both;
	margin: 0 30px 0 0;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.innerBox {
		margin: 0 20px;
	}
	.innerBox02 {
		margin: 0 20px;
	}
	.innerBox03 {
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	.innerBox {
		margin: 0 20px;
	}
	.innerBox02 {
		margin: 0 20px;
	}
	.innerBox03 {
		margin: 0;
	}
}

.fadeIn01 {
	position: relative;
}
.fadeIn01-2 {
	position: relative;
}
.fadeIn02 > * {
	position: relative;
}
.fadeIn02-2{
	position: relative;
}

.fadeIn03 > * {
	position: relative;
}

.fadeIn04 > *{
	position: relative;
}

.fadeIn04-2{
	position: relative;
}

.fadeIn05 > *{
	position: relative;
}

/* Link
------------------------------------------------------------ */
a { outline: none; }
a:link {
	color: #404040;
	text-decoration: underline;
}
a:visited {
	color: #404040;
	text-decoration: underline;
}
a:hover {
	color: #404040;
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a.iconPdf::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	width: 32px;
	height: 32px;
	background: url("../img/common/common_icon_pdf.png") 0 0 no-repeat;
	background-size: contain;	
}

/* wrapper
-------------------------------------------------------------------*/
#wrapper {
	clear: both;
	overflow: hidden;
}
#mainContainer {
	position: relative;
	width: calc(100% * 880 / 1280);
	top: 0;
}
#mainContainer ,
#header {
	left: calc(100% * 400 / 1280);
}

@media screen and (min-width:1001px) and ( max-width:1024px) {
	#mainContainer {
		position: relative;
		width: calc(100% * 720 / 1024);
		top: 0;
	}
	#mainContainer ,
	#header {
		left: calc(100% * 300 / 1024);
	}
	

}


@media only screen and (max-width: 1000px) {
	#mainContainer {
		width: auto;
		top: auto;
	}
	#mainContainer ,
	#header {
		left: auto;
	}
}

#sideContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% * 400 / 1280);
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #f4f4f4;
}

#sideContainer::-webkit-scrollbar
{
        width:5px;
        background:#eee;
}
        #scrollbar01::-webkit-scrollbar:horizontal
        {
                height:5px;
        }
#sideContainer::-webkit-scrollbar-button
{
        width:5px;
        height:5px;
        background:#666;
}
#sideContainer::-webkit-scrollbar-piece
{
        background:#eee;
}
        #scrollbar01::-webkit-scrollbar-piece:start
        {
                background:#eee;
        }
#sideContainer::-webkit-scrollbar-thumb
{
        background:#ccc;
}
#sideContainer::-webkit-scrollbar-corner
{
        background:#ccc;
}


@media screen and (min-width:1001px) and ( max-width:1024px) {
	#sideContainer {
		width: calc(100% * 300 / 1024);
	}
}

@media only screen and (max-width: 1000px) {
	#sideContainer {
		display: none;
	}
}
#sideContainer .sideSubBox {
	height: 100%;
	/*overflow-y: scroll;*/
	background: #f4f4f4;
}
#sideContainer .sideSubBox .mainImgBox {
	margin: 0 0 8px;
	position: relative;
}
#sideContainer .sideSubBox .mainImgBox img {
	width: 100%;
}
#sideContainer .sideSubBox .mainImgBox a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/common/common_logo02.png") center center no-repeat;
	background-size: 80% auto;
	position: absolute;
	top: 0;
	left:0;
}

@media only screen and (max-width: 1239px) {
	#sideContainer .sideSubBox .mainImgBox a::before {
		content: "";
		display: block;
		width: 85%;
		height: 85%;
		background: url("../img/common/common_logo02.png") center center no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 0;
		left:50%;
		transform: translate(-50%, 0);
	}
}

#sideContainer .sideSubBox .head {
	text-align: center;
	font-size: 1.4rem;
	color: #e8342f;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0.5em 0 0.6em 0;
	background: #f4f4f4;
}
#sideContainer .sideSubBox .menuList01 {
	margin: 0;
	padding: 0;
	letter-spacing: 0.2em;
}
#sideContainer .sideSubBox .menuList01 a:hover {
	opacity: 0.7;
}
#sideContainer .sideSubBox .menuList01 > li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #ffffff;
}
#sideContainer .sideSubBox .menuList01 > li > a {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 8px 12px 8px 45px;
	position: relative;
	background: #f4f4f4;
	text-decoration: none;
}
#sideContainer .sideSubBox .menuList01 > li > a::before {
	content: "";
	display: block;
	width: 16px;
	height: 3px;
	background: #e8342f;
	position: absolute;
	left: 20px;
	top: calc(50% - 2px);
}
#sideContainer .sideSubBox .menuList01 > li > a.under::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #f4f4f4;
	border-bottom: 3px #e8342f solid;
	border-left: 3px #e8342f solid;
	position: absolute;
	left: 23px;
	top: calc(50% - 4px);
}

#sideContainer .sideSubBox .menuList01 > li .categoryTtl{
	margin: 0;
	padding: 0;
}

#sideContainer .sideSubBox .menuList01 > li .categoryTtl a{
	position: relative;
	display: block;
	margin: 0;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 8px 12px 8px 45px;
	background:#f4f4f4;
	text-decoration: none;
}

#sideContainer .sideSubBox .menuList01 > li .categoryTtl a::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #f4f4f4;
	border-bottom: 3px #e8342f solid;
	border-left: 3px #e8342f solid;
	position: absolute;
	left: 23px;
	top: calc(50% - 4px);
}



#sideContainer .sideSubBox .menuList01 > li.current > a {
	color: #ffffff;
	background: #666;
}
#sideContainer .sideSubBox .menuList01 > li.current > a::before {
	background: #ffffff;
}

#sideContainer .sideSubBox .menuList01 > li.current > a.under::before {
	border-bottom: 3px #fff solid;
	border-left: 3px #fff solid;
	background: #666;
}

#sideContainer .sideSubBox .menuList01 > li > ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	background: #f1edee;
	border-top: 1px solid #fff;
}
#sideContainer .sideSubBox .menuList01 > li > ul > li {
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	list-style-type: none;
	border-top: 1px solid #fff;
}
#sideContainer .sideSubBox .menuList01 > li > ul.full > li {
	width: 100%;
}
#sideContainer .sideSubBox .menuList01 > li > ul.full > li.current a {
	color: #ffffff;
	background: #666;
}



#sideContainer .sideSubBox .menuList01 > li > ul > li > a {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 30px 4px 45px;
	background: #f1edee url("../img/common/common_mark02.png") 95% center no-repeat;
}

#sideContainer .sideSubBox .menuList01 > li > ul.full > li > a {
	background: #f1edee url("../img/common/common_mark02.png") 97.2% center no-repeat;
}

#sideContainer .sideSubBox .menuList01 > li > ul > li.current > a {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 4px 30px 4px 45px;
	background: #666 url("../img/common/common_mark02_on.png") 95% center no-repeat;
}

#sideContainer .sideSubBox .menuList01 > li > ul.full > li.current > a {
	background: #666 url("../img/common/common_mark02_on.png") 97.2% center no-repeat;
}



@media screen and (min-width:768px) and ( max-width:1024px) {
	
	#sideContainer .sideSubBox .menuList01 > li > ul > li {

		width: 100%;

	}
	
}



/* header
-------------------------------------------------------------------*/
#header {
	clear: both;
	position: fixed;
	z-index: 1000;
	top: 0;
	width: calc(100% * 880 / 1280);
	height: 60px;
	border-bottom: 1px solid #d2d2d2;
	background: #ffffff;
}
#header a {
	text-decoration: none;
}
#header .logo ,
#header #btnMenu {
	display: none;
}

@media only screen and (max-width: 1000px) {
	#header #btnMenu {
		display: block;
		float: right;
		width: 55px;
	}
}

@media screen and (min-width:1001px) and ( max-width:1024px) {
	#header {
		width: calc(100% * 723 / 1024);
	}
}

@media only screen and (max-width: 1000px) {
	#header {
		width: 100%;
		height: 55px;
		border: none;
		background: none;
		transition: 0.4s;
	}
	body.scroll #header {
		border-bottom: 1px solid #d2d2d2;
		background: #ffffff;
	}
	#header .logo {
		display: block;
		float: left;
		width: 46%;
		max-width: 338px;
		margin: 20px 0 0 10px;
	}	
}

#header .naviList01 > li br{
	display: none;
}



@media only screen and (min-width: 1000px) {
	
	#header .naviList02 {
		float: left;
		display: flex;
		margin: 0;
		padding: 15px 5px 15px 10px;
	}
	#header .naviList02 > li {
		margin: 0 7px;
		padding: 0;
		list-style-type: none;
		font-size: 1.3rem;
	}
	#header .naviList02 > li + li {
		margin-left: 18px;
	}
	#header .naviList02 > li > a {
		display: block;
		font-size: 1.3rem;
		line-height: 1;
		padding: 8px 0;
		position: relative;
	}
	#header .naviList02 > li > a:hover ,
	body.strength #header .naviList02 > li.strength a ,
	body.about #header .naviList02 > li.about a ,
	body.company #header .naviList02 > li.company a {
		color: #e8342f;
	}
	#header .naviList02 > li > a:hover::after ,
	body.strength #header .naviList02 > li.strength a::after ,
	body.about #header .naviList02 > li.about a::after ,
	body.company #header .naviList02 > li.company a::after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #e8342f;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	#header .naviList01 {
		display: none;
		float: left;
		margin: 0;
		padding: 15px 5px 15px 10px;
	}
	#header .naviList01 > li {
		margin: 0 7px;
		padding: 0;
		list-style-type: none;
		font-size: 1.3rem;
	}
	#header .naviList01 > li + li {
		margin-left: 18px;
	}
	#header .naviList01 > li > a {
		display: block;
		font-size: 1.3rem;
		line-height: 1;
		padding: 8px 0;
		position: relative;
	}
	#header .naviList01 > li > a:hover ,
	body.strength #header .naviList01 > li.strength a ,
	body.about #header .naviList01 > li.about a ,
	body.company #header .naviList01 > li.company a {
		color: #e8342f;
	}
	#header .naviList01 > li > a:hover::after ,
	body.strength #header .naviList01 > li.strength a::after ,
	body.about #header .naviList01 > li.about a::after ,
	body.company #header .naviList01 > li.company a::after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #e8342f;
		position: absolute;
		left: 0;
		bottom: 0;
	}

}

@media only screen and (max-width: 1138px) {
	#header .naviList02 > li + li {
		margin-left: 7px;
	}
}

@media only screen and (max-width: 1000px) {
	
	#header .naviList02 {
		display: none;
	}
	
	#header .naviList01 {
		display: block;
		clear: both;
		margin: 0;
		padding: 0;
		line-height: 1.2;
	}
	#header .naviList01 > li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		background: url("../img/common/header_icon_close.png") 0 0 no-repeat;
		background-size:  0 0;
	}
	#header .naviList01 > li + li {
		border-top: 1px solid #ffffff;
	}
	#header .naviList01 > li > a {
		display: block;
		font-size: 1.4rem;
		padding: 20px;
		background: #f4f4f4;
	}
	#header .naviList01 > li.strength > a ,
	#header .naviList01 > li.company > a {
		background-image: url("../img/common/header_icon_open.png");
		background-position: 95% center;
		background-repeat: no-repeat;
		background-size: 8px auto;
	}
	#header .naviList01 > li.strength > a.active ,
	#header .naviList01 > li.company > a.active {
		background-image: url("../img/common/header_icon_close.png");
		background-position: 95% center;
		background-repeat: no-repeat;
		background-size: 8px auto;
	}

	#header .naviList01 > li > ul {
		display: none;
		margin: 0;
		padding: 0;
		letter-spacing: 0.2em;
	}
	#header .naviList01 > li > ul > li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		border-top: 1px solid #ffffff;
	}
	#header .naviList01 > li > ul > li > a {
		display: block;
		font-size: 1.4rem;
		padding: 15px 15px 15px 45px;
		position: relative;
		background: #f4f4f4;
	}
	#header .naviList01 > li > ul > li > a::before {
		content: "";
		display: block;
		width: 10px;
		height: 2px;
		background: #e8342f;
		position: absolute;
		left: 20px;
		top: calc(50% - 1px);
	}
	#header .naviList01 > li > ul > li > a.under::before {
		content: "";
		display: block;
		width: 5px;
		height: 5px;
		background: #f4f4f4;
		border-left: 2px #e8342f solid;
		border-bottom: 2px #e8342f solid;
		position: absolute;
		left: 25px;
		top: calc(50% - 2.5px);
	}
	
	#header .naviList01 > li > ul > li > ul {
		margin: 0;
		padding: 0;
	}
	#header .naviList01 > li > ul > li > ul > li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		border-top: 1px solid #ffffff;
	}
	#header .naviList01 > li > ul > li > .categoryTtl {
		display: block;
		font-size: 1.2rem;
		padding: 15px 15px 15px 45px;
		background: #f1edee;
		position: relative;
		font-weight: normal;
		margin: 0;
	}
	#header .naviList01 > li > ul > li > .categoryTtl::after{
		content: "";
		display: block;
		width: 5px;
		height: 5px;
		background: #f1edee;
		border-left: 2px #e8342f solid;
		border-bottom: 2px #e8342f solid;
		position: absolute;
		left: 25px;
		top: calc(50% - 2.5px);
	}
	#header .naviList01 > li > ul > li > ul > li > a {
		display: block;
		font-size: 1.2rem;
		padding: 15px 15px 15px 45px;
		background: #f1edee url("../img/common/common_mark02.png") 95% center no-repeat;
		background-size: 4px auto;
	}
}

#header .subBox {
	float: right;
	width: 124px;
	background: #ffffff;
}

@media only screen and (max-width: 1001px) {
	#header .subBox {
		float: none;
		width: auto;
		padding: 20px;
	}
}
#header .contact {
	margin: 0;	
}
#header .contact > a {
	display: block;
	font-size: 1.4rem;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	padding: 8px 15px 8px 30px;
	background: #e8342f url("../img/common/common_mark01.png") 92% center no-repeat;
}
#header .contact > a:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 1200px) {
	#header .contact {
	}
	#header .contact > a {
		text-align: center;
		font-weight: normal;
		background-size: 4px auto;
	}
}

@media only screen and (max-width: 1200px) {
	#header .subBox {
		float: right;
		width: 104px;
		background: #ffffff;
	}
	#header .contact > a {
		display: block;
		font-size: 1.2rem;
		color: #ffffff;
		font-weight: bold;
		line-height: 1;
		padding: 8px 15px 8px 5px;
		background: #e8342f url("../img/common/common_mark01.png") 92% center no-repeat;
	}
}

@media only screen and (max-width: 1000px) {
	#header .subBox {
		width: 100%;
		float: none;
		box-sizing: border-box;
		padding: 20px 0 20px 7px;
	}
	#header .contact > a {
		padding: 15px 15px 15px 5px;
	}
}

#header .lngList {
	margin: 0;
	padding: 5px 7px;
	display: flex;
}
#header .lngList > li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 50%;
}
#header .lngList > li > a ,
#header .lngList > li > span {
	display: block;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1;
	padding: 2px;
}
#header .lngList > li > a:hover {
	opacity: 0.7;
}
#header .lngList > li.current > span {
	color: #ffffff;
	background: #e8342f;
}
@media only screen and (max-width: 767px) {
	#header .lngList {
		margin-top: 10px;
	}
	#header .lngList > li > a ,
	#header .lngList > li > span {
		padding: 10px;
	}
}


#menuBtnClose {
	display: none;
}
@media only screen and (max-width: 1000px) {
	#menuBtnClose {
		float: right;
		display: block;
		width: 55px;
	}
}
#menuBtnClose:hover {
	opacity: 0.7;
}
#menuBox {
}
#menuBox.open {
	-webkit-transform: translate3d(-280px, 0, 0);
			transform: translate3d(-280px, 0, 0);
}
@media only screen and (max-width: 1000px) {
	#menuBox {
		position: fixed;
		top: 0;
		right: -280px;
		width: 280px;
		height: 100%;
		padding: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		background: #ffffff;
		overflow-x: hidden;
		z-index: 3000;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: all .2s;
				transition: all .2s;
	}
}
#overlay  {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	background: rgba(0, 0, 0, .3);
}


/* main
-------------------------------------------------------------------*/
#main {
	display: block;
	clear: both;
	margin: 60px 0 0 0;
	font-size: 1.3rem;
}
@media only screen and (max-width: 1000px) {
	#main {
		margin-top: 0;
	}
}
#main .contentOneBox {
	margin: 40px 0 0 0;	
}
/*#main a {
	text-decoration: underline;
}
#main a:hover {
	text-decoration: none;
}*/

/* breadcrumbs */
#breadcrumbs {
	padding: 18px 20px;
	background: #e9e9e9;
}
@media only screen and (max-width: 767px) {
	#breadcrumbs {
		display: none;
	}
}

#breadcrumbs ul {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 0;
}
#breadcrumbs ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	line-height: 1;
	font-size: 1.3rem;
}
#breadcrumbs ul li a {
	color: #e8342f;
}
#breadcrumbs ul li + li:before {
	content: "＞";
	margin: 0 0.5em;
}


/* ttl */
.commonTtl01Box {
	clear: both;
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 0 15px 0;
}
.commonTtl01Box::after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #e8342f;
	position: absolute;
	left: 0;
	bottom: 0;
}
.commonTtl01Box .eng {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.2;
}
.commonTtl01Box .ttl {
	margin: 0.5em 0 0 0;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.commonTtl01Box .ttl strong {
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.commonTtl01Box .ttl {
		font-size: 2.0rem;
	}
}

.commonTtl02 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.66;
	letter-spacing: 0.05em;
	margin: 3.5em 0 1.2em 0;
	border-bottom: 1px solid #e8342f;
}
.commonTtl03 + section > .commonTtl02  {
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.commonTtl02 {
		margin-top: 2em;
	}
}

.commonTtl03 {
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin: 3.0em 0 1.2em 0;
	padding: 0.4em 0;
	text-align: center;
	background: #ffd9dc;
}
@media only screen and (max-width: 767px) {
	.commonTtl03 {
		margin-top: 1.8em;
	}
}

.commonTtl04 {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin: 1.2em 0 1.2em 0;
	padding: 0.4em 5px;
	text-align: center;
	background: #e1e1e1;
}

/* banner */
.commonBannerBox01 {
	text-align: center;
	margin: 30px auto;
	max-width: 250px;
}

/* secondMainImgBox */
.secondMainImgBox {
	display: none;	
}
@media only screen and (max-width: 767px) {
	.secondMainImgBox {
		display: block;
	}
	.secondMainImgBox img {
		width: 100%;
	}
}

/* clm */
.clmWrapperBox01 {
	display: flex;
	justify-content: space-between;
}
.clmWrapperBox01 figure {
	margin: 0;
}
.clmWrapperBox01 .clm01 {
	width: calc(100% - 290px - 30px);
}
.clmWrapperBox01 .clm01 p {
	margin-top: 0;
}
.clmWrapperBox01 .clm02 {
	width: 290px;
}
@media only screen and (max-width: 767px) {
	.clmWrapperBox01 {
		display: block;
	}
	.clmWrapperBox01 .clm01 {
		width: auto;
	}
	.clmWrapperBox01 .clm02 {
		text-align: center;
		width: auto;
		max-width: 145px;
		margin: 0 auto;
	}
}
.clmWrapperBox02 {
	display: flex;
	justify-content: center;
}
.clmWrapperBox02 > div {
	margin: 0 1em;
}
.clmWrapperBox02 figure {
	margin: 0;
}
.clmWrapperBox03 {
	display: flex;
	justify-content: space-between;
}
.clmWrapperBox03.mrb30 {
	margin-bottom: 30px;
}

.clmWrapperBox03 figure {
	margin: 0;
}
.clmWrapperBox03 .clm01 {
	width: 270px;
}
.clmWrapperBox03 .clm02 {
	width: calc(100% - 270px - 20px);
}
.clmWrapperBox03 .clm02 p {
	margin-top: 0;
}
.clmWrapperBox03.imgR .clm01 {
	order: 2;
}
.clmWrapperBox03.imgR .clm02 {
	order: 1;
}
@media only screen and (max-width: 767px) {
	.clmWrapperBox03 {
		display: block;
	}
	.clmWrapperBox03 .clm01 {
		text-align: center;
		width: auto;
		max-width: 180px;
		margin: 0 auto 15px;
	}
	.clmWrapperBox03 .clm02 {
		width: auto;
	}
}


/* line */
.commonLine01 {
	clear: both;
	height: 7px;
	margin: 100px 0 60px;
	background: url("../img/common/common_line01.png") 0 0 repeat-x;
}
.commonLine01 hr {
	display: none;
}

/* btn */
.commonBtnBox01 {
	margin: 60px 0;
}
.commonBtnBox01 a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px 30px;
	border: 1px solid #000000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.commonBtnBox01 a::after {
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	background: url("../img/common/common_mark02.png") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	right: 5%;
	top: calc(50% - 6px);
}
.commonBtnBox01 a:hover {
	text-decoration: underline;
}
.commonBtnBox02 {
	margin: 40px auto;
	max-width: 324px;
}
.commonBtnBox02 a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px 30px;
	border: 1px solid #000000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.commonBtnBox02 a::after {
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	background: url("../img/common/common_mark02.png") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	right: 5%;
	top: calc(50% - 6px);
}
.commonBtnBox02 a:hover {
	text-decoration: underline;
}

/* imgBox */
.commonImgBox01 {
	text-align: center;
	margin: 30px 0;
}

/* notion */
.commonNotion01 {
	color: #e40115;
	font-size: 1.2rem;
}



/* footer
-------------------------------------------------------------------*/
#footer {
	clear: both;
	margin: 50px 0 0 0;
	padding: 20px;
}

#footer .footImage{
	text-align: center;
}

#footer a {
	text-decoration: none;
}
#btnPagetop {
	text-align: center;
	margin: 0;
}
#btnPagetop a {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	color: #73808e;
	position: relative;
	padding: 20px 0 0 0;
}
#btnPagetop a:hover {
	text-decoration: underline;
}
#btnPagetop a::before {
	content: "";
	display: block;
	width: 34px;
	height: 12px;
	position: absolute;
	top: 0;
	left: calc(50% - 17px);
	background: url("../img/common/btn_pagetop.png") 0 0 no-repeat;
	background-size: contain;
}
#footer .footerRow01 {
	margin: 20px 0 0 0;
	display: flex;
}
@media only screen and (max-width: 767px) {
	#footer .footerRow01 {
		display: block;
		text-align: center;
	}
}
#footer .footerRow01 .policy {
	font-size: 1.1rem;
	margin: 0 2em 0 0;
}
#footer .footerRow01 .policy a:hover {
	text-decoration: underline;
}
#footer .footerRow01 .policy a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 12px;
	margin: 0 0 0 10px;
	background: url("../img/common/common_mark02.png") 0 0 no-repeat;
	background-size: contain;
}
#footer .footerRow01 .cr {
	font-size: 1.1rem;
	margin: 0;
	flex: 1;
	text-align: right;
}
@media only screen and (max-width: 767px) {
	#footer .footerRow01 .cr {
		margin-top: 15px;
	}
}


/* 調整用
---------------------------------------------------------------------------- */
.mt0 { margin-top: 0!important; }
.mt5 { margin-top: 5px!important; }
.mt10 { margin-top: 10px!important; }
.mt15 { margin-top: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mt30 { margin-top: 30px!important; }
.mt35 { margin-top: 35px!important; }
.mt40 { margin-top: 40px!important; }
.mt50 { margin-top: 50px!important; }
.mt100 { margin-top: 100px!important; }
.mr0 { margin-right: 0!important; }
.mr5 { margin-right: 5px!important; }
.mr10 { margin-right: 10px!important; }
.mr15 { margin-right: 15px!important; }
.mr20 { margin-right: 20px!important; }
.mr25 { margin-right: 25px!important; }
.mb0 { margin-bottom: 0!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb12 { margin-bottom: 12px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb35 { margin-bottom: 35px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb80 { margin-bottom: 80px!important; }
.ml0 { margin-left: 0!important; }
.ml5 { margin-left: 5px!important; }
.ml10 { margin-left: 10px!important; }
.ml15 { margin-left: 15px!important; }
.ml20 { margin-left: 20px!important; }
.ml25 { margin-left: 25px!important; }
.ml30 { margin-left: 30px!important; }


.clearB	{ clear: both!important;}
.floatR { float: right!important; }
.floatL { float: left!important; }

.taCenter { text-align: center!important; }
.taRight { text-align: right!important; }
.taLeft { text-align: left!important; }
.vaMiddle { vertical-align: middle!important; }
.fwBold { font-weight: bold!important; }

.fs11 { font-size: 11px!important; }
.fs12 { font-size: 12px!important; }
.fs14 { font-size: 14px!important; }
.fs16 { font-size: 16px!important; }
.fs20 { font-size: 20px!important; }

.w100per { width: 100%;}

.minIndent {
	padding-left: 1em;
	text-indent: -1em;
}
.notFloat {
	overflow: hidden;
	_zoom: 1;
}

/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {zoom:1;}

