@charset "utf-8";
/**
 * base.css
 */


/*--------------------------------------------------

 html, body

--------------------------------------------------*/
html {
	font-size: 62.5%;
}
html.big {
	font-size: 75%;
}

body {
	position: relative;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
ul,ol {
	padding-left: 1.1em;
}

.small, small {font-size:90%;font-weight:500;}

@media only screen and (max-width:1199px) {}
@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:565px) {}


h1, h2, h3, h4, h5, h6 {line-height:1.7;}


/*--------------------------------------------------

 siteCommonStyle

--------------------------------------------------*/
/* selection */
::-moz-selection {
	background: #b2d7fe;
}
/*::selection {
	background: #b2d7fe;
}*/

/* a */
a {
	color: #6666ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* cap */
.caption,
.cap {
	color: #999999;
	font-size: 83.4%;
}
.cap {
	padding-top: 5px;
}

/* formText */
.formText {
	padding: 3px 2px;
	border: #ccc solid 1px;
}

/* img */
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
}

/* sp pc */
.sp,
.sp_cont {
	display: none !important;
}
@media only screen and (max-width:767px) {
	.sp {
		display: block !important;
	}
	.sp_cont {
		display: inline-block !important;
	}
	.pc {
		display: none !important;
	}
}

/* fade */
@media only screen and (min-width:768px) {
	.fade-area a:hover {
		opacity: 0.7;
	}
}

/* mintyo */
.mintyo {
	font-family: 'Hannari', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', '游明朝', YuMincho, serif;
}

/* noscript */
#noscript {
	position: relative;
	z-index: 5260;
	padding: 1em;
	border-bottom: #000000 solid 1px;
	background: #ffffff;
	color: #000000;
	text-align: center;
}
#noscript span {
	color: #ff0000;
}

/* clearfix */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}

/*.shadow {
	text-shadow:0px 0px 1px #fff,0 0 5px #fff,0 0 10px #fff,0 0 15px #fff,0 0 20px #fff,0 0 30px #fff,0 0 40px #fff;
}*/

/*#spMenu.on:before {
	margin-top: 0;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
#spMenu.on:after {
	margin-top: 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}*/


/*--------------------------------------------------

 wrapper

--------------------------------------------------*/
#wrapper {
	overflow: hidden;
	color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: left;
    font-feature-settings: "palt";
}

/* IE用 */
_:-ms-lang(x)::-ms-backdrop, #wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", Verdana, "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.common-wrap {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	/* padding-top: 20px; */
}

@media only screen and (max-width:767px) {
	#wrapper {
        font-size: 1.4rem;
        min-width: 320px;
        line-height: 1.92;
        letter-spacing: 0;
	}
    .common-wrap {
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
    }
    
    ol, ul, dl { margin: 1rem 0;}
    .parts-tab-body > p + p:not(.parts-tab-btn) {margin-top: 1.5rem;}
    th > *:last-child,
    td > *:last-child { margin-bottom: 0;}
    table {margin-bottom: 2rem;}
    li {margin-bottom: .5rem;}
    h2 + h3.parts-title-03 {margin-top: 20px;}
}


/*--------------------------------------------------

 header

--------------------------------------------------*/
/*#header-include { height:95px;}*/
#header-include {height:190px;/* box-shadow: 0 2px 3px rgba(0,0,0,.1); */} /* header2.html */

#header {
	/*overflow: hidden;*/
	position: relative;
	border-top: #51b233 solid 5px;
	border-bottom: #dcdcdc solid 1px;
	background-color: #fff;
	z-index: 100;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
	height: 194px;
}
@media only screen and (min-width:960px) {
	#header.type02 .common-wrap {
		max-width: 1100px;
		padding: 0;
		box-shadow: none;
	}
}
@media only screen and (max-width:959px) {
	#header-include, #header2-include { height:0;}

	#header {
		position: fixed;
        height: 75px;
		top: 0;
		left: 0;
		width: 100%;
		border-top-width: 3px;
		z-index: 100;
        box-shadow: 0 2px 3px rgba(0,0,0,.1);
	}
	#header .common-wrap {
		max-width: none;
        padding: 0;
	}
}

@media only screen and (max-width:767px) {
	#header {
        height: 50px;
        min-width: 320px;
	}
}

/* site-title
------------------------------------*/
#header .site-title {
position: absolute;
	margin: 0;
	padding: 20px 0 0;
    height: 74px;
    z-index: 5;
}
#header .site-title a {
	display: block;
}
#header.type02 .common-wrap {
}
@media only screen and (max-width:959px) {
	#header .site-title {
		padding: 15px 0 10px 0;
		line-height: 0;
	}
	#header .site-title img {
		width: auto;
		height: 42px;
	}
}

@media only screen and (max-width:767px) {
	#header .site-title {
		padding: 9px 0;
		line-height: 0;
	}
    #header .site-title {
    height: 50px;
}
	#header .site-title img {
		width: auto;
        height: 30px;
	}
}


/* gnav
------------------------------------*/
#gnav {
	float: right;
    position: relative;
}
#gnav td > *:last-child { padding: inherit; border-radius: inherit;}

@media only screen and (min-width:960px) {
	.type02 #gnav {
		width: 100%;
}

/* height 1pxの場合はgnavのborder-top */
	.type02 #gnav:before {
		position: absolute;
		top: 106px;
		left: 50%;
		display: block;
		content: '';
		width: 110vw;
		height: 82px;
		transform: translateX(-50%);
		-webkit-overflow-scrolling: touch;
        background-image: linear-gradient(0deg, #f8f8f8 0%, #ffffff 100%);
	}
}

@media only screen and (max-width:959px) {
	#gnav {
		overflow: hidden;
		position: fixed;
		top: 0;
		/* right: -80%; */
		float: none;
		height: 100%;
		width: 0;
		background-color: #fff;
		z-index: 100;
		padding-top: 55px;
		/* transition: 0.4s; */
	}
	.open #gnav {
		right: 0;
		width: 85vw;
        max-width: 500px;
	}
}

/* size-search */
#gnav .size-search {
	float: left;
	width: 205px;
	padding: 10px 15px 0 0;
	line-height: 1.1;
}

@media only screen and (min-width:960px) {
	.type02 #gnav .size-search {
		position: absolute;
		top: 0;
		right: 0;
		float: none;
	}
}
@media only screen and (max-width:959px) {
	#gnav .size-search {
		float: none;
		width: auto;
		padding: 15px 0;
	}
}

/* size-search - fontsize */
#gnav #fontsize {
	margin-bottom: 10px;
	text-align: right;
}
#gnav #fontsize > * {
	display: inline-block;
	margin-left: 5px;
	vertical-align: bottom;
	text-decoration: none;
	line-height: 1.1;
}
#gnav #fontsize span {
	font-size: 15px;
}
#gnav #fontsize a {
	padding: 2px;
	color: #51b233;
	border: #51b233 solid 1px;
}
#gnav #fontsize a.on,
.big #gnav #fontsize .f-big {
	color: #fff;
	background-color: #51b233;
}
#gnav #fontsize .f-mid {
	font-size: 16px;
}
.big #gnav #fontsize .f-mid {
	color: #51b233;
	background-color: #fff;
}
#gnav #fontsize .f-big {
	font-size: 22px;
}
@media only screen and (max-width:959px) {
	#gnav #fontsize {
		display: none;
	}
}

/* size-search - search-area */
#gnav #search-area {
	position: relative;
	max-width: 190px;
}
#gnav #search-area form {
	position: relative;
	display: block;
	margin: 0;
}
#gnav #search-area table {
	margin: 0;
}
#gnav #search-area table th,
#gnav #search-area table td {
	margin: 0;
	padding: 0;
}
.gsc-input-box {
	border: none;
}
.gsib_b {
	width:0;
	height: 0;
}
#gnav #search-area table.gsc-search-box td.gsc-input {}
#gnav #search-area .cse .gsc-search-button-v2,
#gnav #search-area .gsc-search-button-v2 {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
#gnav #search-area .gsc-search-button {
	width: 30px;
	height: 30px;
	background: url(../img/pc/page/icon_search.png) no-repeat center center;
	cursor: pointer;}
#gnav #search-area .gsc-search-button svg {
	opacity: 0;
}
#gnav #search-area form input {
	display: block;
	margin: 0!important;
	padding: 0!important;
	background: none!important;
	border: none!important;
	border-radius: 0!important;
	outline: none!important;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
}
#gnav #search-area form input[type="text"] {
	display: block;
	width: 100%;
	height: 30px !important;
	padding: 5px 35px 5px 5px !important;
	font-size: 16px;
	background-color: #f6f6f6 !important;
	border: #dcdcdc solid 1px !important;
	line-height: 30px;
}
#gnav #search-area ::-webkit-input-placeholder {
	color: #999;
}
#gnav #search-area :-moz-placeholder {
	color: #999;
}
#gnav #search-area ::-moz-placeholder {
	color: #999;
}
#gnav #search-area :-ms-input-placeholder {
	color: #999;
}


#gnav #search-area form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../img/pc/page/icon_search.png) no-repeat center center;
	cursor: pointer;
}
@media only screen and (max-width:1199px) {
	#gnav #search-area {
		max-width: 175px;
		margin: 0 auto;
	}
	#gnav #search-area form input[type="text"] {
		border-color: transparent;
	}
}


/* navs */
#gnav .navs {
	float: right;
	width: 540px;
	padding: 0;
}
#gnav .navs ul {
	padding: 0;
	margin: 0;
}
#gnav .navs li {
	padding: 0;
	text-align: center;
	list-style: none;
	border-left: #dcdcdc solid 1px;
}
#gnav .navs li:last-child {
	border-right: #dcdcdc solid 1px;
}
#gnav .navs li a {
	display: block;
	padding-bottom: 5px;
	color: #535353;
	font-size: 15px;
	text-decoration: none;
	position:relative;
}

#gnav .navs li .icon {
	display: block;
	margin: 8px 0;
}

#gnav .navs li .icon img {
width: auto;
height: 24px;
}

#gnav .navs li .txt {
	display: table;
    width: 100%;
    height: 1.6em;
    line-height: 1.2;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: -.03em;
}

#gnav .navs li .txt span {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (min-width:960px) {
	.type02 #gnav .navs {
		float: none;
		width: auto;
	}

/* 下線リンクmotionn　中央から左右 */

#gnav .navs li.col-xl > a:before{ 
	position: absolute;
	display:bloxk;
	left:100%;
	right:100%;
	bottom: 0;
	content: '';
	height: 2px;
	background-color: #51b233;
	transition:left 0.3s ease, right 0.3s ease;
}
#gnav .navs li.col-xl > a:hover::before {
	left:20%;
	right:20%;
}


.bOutline #gnav .navs li#gNavOutline > a:after,
.bBenefit #gnav .navs li#gNavBenefit > a:after,
.bHealth #gnav .navs li#gNavHealth > a:after,
.bCheckup #gnav .navs li#gNavCheckup > a:after,
.bApplication #gnav .navs li#gNavApplication > a:after,
.bForm #gnav .navs li#gNavForm > a:after, 
.bQuestion #gnav .navs li#gNavQuestion > a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 60%;
    margin-left:20%;
    height: 2px;
    background-color: #51b233;
    border-radius: 10px;
}
}
@media only screen and (max-width:959px) {
	#gnav .navs {
		float: none;
		width: auto;
		border-top: #dcdcdc solid 1px;
	}
	#gnav .navs li,
	#gnav .navs li:last-child {
		border: none;
		border-bottom: #dcdcdc solid 1px;
	}
	#gnav .navs li a {
		display: table;
		width: 100%;
		padding: 15px 10px;
	}
	#gnav .navs li .icon,
	#gnav .navs li .txt {
		display: table-cell;
		margin: 0;
		vertical-align: middle;
		/* background-color: #fff; */
	}
	#gnav .navs li .icon img {
		max-width: none;
		background-color: #fff;
	}
	#gnav .navs li .txt span {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	#gnav .navs li .txt span br {
		display: none;
	}
}


/* inSubMenu
------------------------------------*/
/* overlay */
body {
    position: relative;
}
body:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}
body.nav_overlay:after {
    opacity: 1;
    z-index: 50;
}

/* inSubMenu */
#gnav .inSubBtn {
	position: static;
}
.type02 #gnav .navs {
	position: relative;
	height: 72px;
	letter-spacing: 0;
	top: 115px;
	/* margin-top: 115px; */
}

#gnav div.inSubMenu { display: none; }
#gnav .nav_open div.inSubMenu { display: block;}

#gnav .inSubMenu .inSubMenuTtl {
	padding: 10px 0;
	color: #51b233;
	font-size: 20px;
	font-weight: bold;
	width: 85vw;
	max-width: 1050px;
	margin: auto;
}

#gnav .inSubMenu .inSubMenuTtl > a {
		display: block;
		box-shadow: none;
		border: none;
		background-color: #51b233;
		margin-left: 4px;
		color: #fff;
		width:40%;
		padding: 10px;
}

#gnav .inSubMenu .inSubMenuTtl > a:before {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: #fff solid 2px;
	border-right: #fff solid 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

#gnav .inSubMenu ul {
	display: flex;
	flex-wrap: wrap;
	/* border-top: #dcdcdc solid 1px; */
	width: 85vw;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#gnav .inSubMenu li {
	display: flex;
	align-items: center;
}
#gnav .inSubMenu li,
#gnav .inSubMenu li:last-child {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	/* border-bottom: #dcdcdc solid 1px; */
	/* border-right: #dcdcdc solid 1px; */
	background-color: #fff;
	width: 24%;
	margin: 4px;
}
#gnav .inSubMenu li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: flex;
	width: 100%;
	padding: 15px 20px 15px 15px;
	text-align: right;
	line-height: 1.3;
	/* border-radius: 10px; */
	font-weight: 700;
}
#gnav .inSubMenu li a:before {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: #51b233 solid 2px;
	border-right: #51b233 solid 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
@media only screen and (max-width:959px) {
	#gnav .inSubBtn {
		position: static;
	}
	#gnav .inSubBtn > a {
		position: relative;
	}
	#gnav .inSubBtn > a:before {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -5px;
		border-bottom: #51b233 solid 2px;
		border-right: #51b233 solid 2px;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);

		-moz-transform: rotate(45deg);
	}
	#gnav .inSubBtn a.on:before {
		margin-top: -3px;
		transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
	}
	#gnav .inSubMenu {
		position: static;
		width: auto;
		height: auto;
		padding: 5px 10px;
		background-color: #ddd;
	}
	#gnav .inSubMenu:before {
		display: none;
	}
	#gnav .inSubMenu .inSubMenuTtl {
		padding: 8px 5px;
		/* font-size: 14px; */
		width: auto;
		margin: 0;
	}

	#gnav .inSubMenu ul {
		display: flex;
		border-top: none;
		width: auto;
		margin: 0;
	}
	#gnav .inSubMenu li {
		display: block;
	}
	#gnav .inSubMenu li,
	#gnav .inSubMenu li:last-child {
		width: 100%;
		border: none;
		border: none;
		margin: 1px 5px;
	}
	#gnav .inSubMenu li + li {
		border-top: #dcdcdc solid 1px !important;
	}
	#gnav .inSubMenu li a {
		/* width: 100%; */
		/* padding: 10px 20px; */
		font-size: 12px;
		color: #51b233;
	}
#gnav .inSubMenu .inSubMenuTtl > a {
	width:100%;
	text-align:left;
	margin: auto;
}

}

@media (min-width: 960px){

#gnav .inSubMenu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	display: none;
	background: #ddd;
	top: 74px;
	text-align: left;
	/*width: 100%;
	left: 0;*/
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 20px 0;
	min-height:400px;
    }
.col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    }
}

/* spMenu
------------------------------------*/
#spMenu {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 50px;
	height: 100%;
	cursor: pointer;
	z-index: 5;
}
#spMenu span,
#spMenu:before,
#spMenu:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 26px;
	height: 2px;
	margin-left: -15px;
	background-color: #51b233;
}
#spMenu span {
	margin-top: -2px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spMenu:before {
	margin-top: -11px;
}
#spMenu:after {
	margin-top: 7px;
}
@media only screen and (max-width:959px) {
	#spMenu {
		display: block;
	}
}
@media only screen and (max-width:767px) {
	#spMenu {
		width: 50px;
	}
}

/* sp-close
------------------------------------*/
#sp-close {
	display: none;
}
@media only screen and (max-width:959px) {
.type02	#gnav .navs {
    margin-top: 20px;
    position: absolute;
    overflow-y: auto;
    height: 100vh;
}
	#sp-close {
		position: absolute;
		top: 0;
		right: -70px;
		width: 50px;
		height: 100%;
		display: block;
		cursor: pointer;
		/*transition: 0.4s;*/
		z-index: 95;
	}
	.open #sp-close {
		right: 0;
        z-index: 110;
	}
    
	#sp-close span,
    #sp-close:before,
	#sp-close:after {
		position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 26px;
    height: 2px;
    margin-left: -15px;
    background-color: #51b233;
	}
    
    #sp-close span {
	margin-top: -2px;
	/*transition: 0.3s;
	-webkit-transition: 0.3s;*/
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);

}

	#sp-close:before {
	margin-top: -2px;
	-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
	transform: rotate(-45deg);        

	}
	#sp-close:after {
		margin-top: 7px;
        display: none;

	}
}


/* overlay
------------------------------------*/
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0,0,0,0.7);
	z-index: 90;
}



/* overlay
------------------------------------*/
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0,0,0,0.7);
	z-index: 90;
}



/*--------------------------------------------------

 container

--------------------------------------------------*/
#container {
	margin: 30px 0;
}
.main-columns {
	padding-top: 20px;
}
@media only screen and (max-width:959px) {
	#container {
		padding: 55px 5px 0 5px;
	}
}
@media only screen and (max-width:767px) {
	#container {
    padding: 45px 5px 0 5px;
    margin-bottom: 0;
    background-color: #fff;
	}
	.main-columns {
		padding-top: 0;
		margin-bottom: 40px
	}
}

/* side-area
------------------------------------*/
.side-area {
	padding-left: 20px;
}
.side-area .widget-box .ttl {
	display: table;
	width: 100%;
	padding: 17px 10px 17px 20px;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	background-color: #51b233;
}
.side-area .widget-box .ttl > * {
	display: table-cell;
	vertical-align: middle;
}
.side-area .widget-box .ttl.icon > *:first-child {
	width: 42px;
}
.side-area .widget-box .ttl.icon {
	padding: 10px 10px 10px 20px;
}
.side-area.bg-none {
	background: transparent;
}
@media only screen and (max-width:767px) {
.side-area {
	display:block;
    padding-left: 0;
}

.side-area ul.parts-widget-list01 {
	display:flex;
	flex-wrap: wrap;
	padding: 20px 10px;
}
.side-area ul.parts-widget-list01 li {
    /* flex-basis: 33%; */
}

.side-area ul.parts-widget-list01 li a:before {
    position: absolute;
    top: 2rem;
    left: 0;
    display: block;
    content: '';
    width: 5px;
    height: 5px; 
    border-top: #aaa solid 1px;
    border-right: #aaa solid 1px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.side-area ul.parts-widget-list01 li a small {
    margin-left: 0;
}
	.side-area .widget-box .ttl {
		display: block;
		padding: 10px 0;
		text-align: center;
	}
	.side-area .widget-box .ttl > * {
		display: inline-block;
		font-size: 15px;
}

}
.side-secure {
	margin-top: 25px;
	text-align: center;
}
@media only screen and (max-width:767px) {
	.side-secure {
		display: none;
	}
}

/*--------------------------------------------------

 font-size

--------------------------------------------------*/
.f15 {
	font-size: 1.5rem;
}
.f14 {
	font-size: 1.4rem;
}



/*--------------------------------------------------

 footer

--------------------------------------------------*/
#footer {
	position: relative;
	padding-top: 15px;
	border-top: #51b233 solid 3px;
}
#footer .fsecur {
	display: none;
}
#footer .fnav {
	max-width: 1100px;
	margin: 0 auto;
    font-weight: 700;
}
#footer .fnav li {
	display: inline-block;
	margin-right: 20px;
	line-height: 1;
}
#footer .fnav li a {
	display: block;
	color: #535353;
	font-size: 1.3rem;
	text-decoration: none;
}
#footer .flogo {
	margin: 40px auto;
	text-align: center;
	line-height: 0;
}
#footer #copyright {
	padding: 14px 0;
	font-size: 13px;
	text-align: center;
	background-color: #dfdddd;
}
@media only screen and (max-width:767px) {
	#footer {
		padding-top: 10px;
	}
	#footer .fsecur {
		display: none;
		width: 50px;
		margin: 0 auto 10px;
        }
    #footer .fnav ul {
    margin: 0 auto;
    }   
    
	#footer .fnav li {
		display: inline-block;
		margin: 0;
		line-height: 1.2;
        text-align: center;
		width: 48%;
		border-bottom: 1px solid #ddd;
	}

	#footer .fnav li:nth-child(2n-1) {
		border-right: 1px solid #ddd;
	}
    
	#footer .fnav li a {
		font-size: 1.1rem;
        display: block;
        padding: 1em;
	}
	#footer .flogo {
		margin: 20px 10px;
		text-align: center;
	}
	#footer .flogo img {
		max-width: 215px;
	}
	#footer #copyright {
		padding: 10px 0;
		font-size: 10px;
	}
}


#pagetop {
	position: fixed;
	bottom: -110px;
	right: 0;
	z-index: 50;
	transition: 0.3s;
}
#pagetop.up {
	bottom: 0;
}
#pagetop.up.stop {
	position: absolute;
	bottom: 0;
	top: -100px;
}
/*#pagetop > div {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 20px 10px;
}*/
#pagetop a {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	margin: 10px;
	background: url(../img/pc/page/pagetop.png) no-repeat center center;
	background-size: 100% auto;
	transition: 0;
}


@media only screen and (max-width:767px) {
	#pagetop.up.stop {
	top: inherit;
	position: fixed;
	}
	#pagetop a {
		width: 40px;
		height: 40px;
	}
}


/*--マージン確保--*/
p + div,
p + table {
  margin-top: 2rem;
}



@media print {
	#header .site-title {
		width: 340px;
		padding-bottom: 20px;
	}
	#gnav {
		display: none;
	}
	#spMenu {
		display: block !important;
	}
	#spMenu span,
	#spMenu:before,
	#spMenu:after {
		border: #51b233 solid 2px;
	}

}

