  /* Common Styles ------------------------------------------ */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-rendering: optimizelegibility; }
body {
	font-family:"Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

a { 
	text-decoration: none;
	-webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
}
a:hover, a:focus { text-decoration: none; border: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0 10px 0px;
	font-weight: normal;
	line-height: 1.3;
	color: inherit;
}

h1,
h2 {
	line-height: 1.4;
	letter-spacing: 3px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
	letter-spacing: 2px;
}

h4 {
	font-size: 18px;
	letter-spacing: 1px;
}

h5 {
	font-size: 14px;
	letter-spacing: 1px;
}

h6 {
	font-size: 12px;
}

p {
	color: #666;
	font-size: 13px;
	line-height: 1.5;
}

img {
	/* Responsive images (ensure images don't scale beyond their parents) */
	 max-width: 100%; 
	/* Part 1: Set a maxium relative to the parent */
	width: auto;
	/* IE7-8 need help adjusting responsive images */
	height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.font_cc1{
	color: #fa962d;
}

.font_cc2{
	color: #bfbfbf;
}

.box1020{
	margin: 0px auto;
	padding: 0px;
	width: 1020px;
}

.clear{
	clear: both;
}

@media (max-width: 767px) {
.box1020{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}
}


/* Dividers ------------------------------------------ */

.wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.wrap img{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}




.bg_header{
	background: rgba(255,255,255,0.5);
}

body {
	width: 100%;
	margin: 0px;
}
.pc{display: block;}
.sp{display: none;}
	
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 35px;
    background: #197bbc;
    width: 100px;
    height: 90px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 0.4;
    padding: 10px 0 0;
}

#pageTop a {
    display: block;
    padding: 0;
    text-align: center;
    color: #fff;
}
	
#pageTop img {
	width: 50%;
}

.text_arrow{
	font-size: 40px;
}


     

#pageTop a:hover {
      text-decoration: none;
      opacity: 0.7;
}
	
@media only screen and (max-width : 767px ){
	
body {
    background-color: #fff;
    margin: 0;
}
	
	.sp{display: block;}
	.pc{display: none;}

.wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


.wrap img{
	width: 100%;
}
	
	#pageTop {
   	position: fixed;
    bottom: 20px;
	right: -45px;
	}

	#pageTop img {
    width: 40%;
	}
	
	
	.footer{
		width: 100%;
		position: fixed;
		bottom: 0%;
		left: 0%;
		z-index: 970;
	}
	
	.footer li {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
	}

	.footer ul {
   	 list-style: none;
   	 margin: 0;
  	  padding: 0;
	}

	.footer img{
		width: 100%;
	}

}


#header {
	z-index: 50;
}


/*PCのスタイル*/

header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: linear-gradient(to bottom, #f4f4f4, #f4f4f4 5%, #fff 20%, #fff);
}

header .wrap_header{
	width: 940px;
	height: 125px;
	margin: 0 auto;

	display: flex;
	justify-content: space-between;
	align-items: center;	
	flex-wrap: wrap;
}
header .wrap_header .clear{
	width: 100%;
}

header img{
	width: 430px;
	float: left;
	margin: 12px 0 0;
}

header .wrap_header .header_text{
    width: 400px;
    float: right;
    text-align: right;
	margin: 10px 0 0 0;
}

header .wrap_header .header_text p{
	color: #212121;
	margin: 0px -6px 2px 0;
	padding: 0;
	line-height: 1.1;
	font-size: 16px;
}

header .wrap_header .header_text h3{
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1;
	color: #1e3877;
	font-size: 2.8em !important;
	letter-spacing: 0px;
	font-family: 'Questrial', sans-serif;
}

header .wrap_header .header_text ul {
    float: right;
    width: 155px;
    margin: 8px 0;
}

header .wrap_header .header_text ul li {
	list-style-type: none;
	float: left;
    width: 30px;
    height: 30px;
	margin: 0 10px 0 0;
}

header .wrap_header .header_text ul li:last-child{
	margin: 0;
}

header .wrap_header .header_text ul li img{
    width: 30px;
    height: 30px;
	margin: 0;
}

.width_position_f{
	width: 30px;
    height: 30px;
}

.width_position_b{
	width: 76px;
    height: 30px;
}

.navi_icon_f{
	fill: #1877f2;
}

.navi_icon_b{
	fill: #212121;
}

header .header_navi{
    border-top: solid 4px #214282;
	border-bottom: solid 1px #c8c8c8;
    width: 100%;
    margin: 0;
    padding: 0;
	background-image: url("../images/common/bg_gray_border.svg");
	background-position: 50%;
}
	
header .header_navi nav {
	width: 1000px;
	margin:0 auto;
}
header .header_navi nav ul{
	align-items: center;
	padding: 0;
	margin: 0;	
}

header .header_navi img{
    display: none;

}

header .header_navi nav ul li {
	float: left;
	list-style-type: none;
	font-size: 18px;
	width: calc(100% / 3);
	text-align: center;
	line-height: 1.7;
	padding: 0;
	border-right: solid 1px #c8c8c8;
	position: relative;
	z-index: 1;
	height: 45px;
	box-sizing: border-box;
}

header .header_navi nav ul li:last-child{
	display: none;
	border-bottom: none;
}

header .header_navi nav ul li:nth-child(3) {
	margin: 0;
	border-right: none;
}

header .header_navi nav ul li:nth-child(6) {
	margin: 0;
	border-right: none;
}


header .header_navi nav ul li:hover {
	background-color: #e6e6e6;
	opacity: 0.7;
	transition: background-color 800ms;
}

header .header_navi nav ul a{
	color: #212121;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	line-height: 2.8;
	font-size: .9em;
	font-weight: bold;
}

header .header_navi nav ul a:hover{

}

header .header_navi nav ul li a svg{

}

#nav_toggle{
	display: none;
}



@media (max-width: 767px) {

.bg_header {
    background: #e8f3e8;
}
		
.wrap_header img {
    width: 190px;
    float: none;
    margin: 15px 0 0 10px;
}


	
header {
    height: 75px;
    margin: 0;
    padding: 0;
    filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.45));
    z-index: 999;
	top: 0;
	left: 0;
	position: fixed;
}
	
header .wrap_header {
    width: 100%;
    margin: 0 auto;
	height: 70px;
}

header .wrap_header .header_text {
    display: none;
}
	
header .header_navi {
    border: none;
    background: none;

}
	
header .header_navi img {
    width: 52px;
    display: block;
    position: absolute;
    top: -1px;
    right: 23%;
}

header .header_navi nav{
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	margin: 0;
	background: #214282;
	left: 0;
	z-index: 980;
	height: 600px;
}	

	
header .header_navi nav ul li a:hover{
	border-bottom:none;
}
	
header .header_navi nav ul {
    display: block;
    margin: 20px auto 0;
    width: 80%;
    padding: 0;
}
	


header .header_navi nav ul li {
    color: #fff;
    float: left;
    list-style-type: none;
    font-size: 18px;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-align: left;
    font-weight: bold;
    border-right: none;
    height: 35px;
    margin: 10px 0 10px;
}
	
header .header_navi nav ul li:nth-child(3) {
        margin: 10px 0 10px;
}

header .header_navi nav ul li:nth-child(6) {
        margin: 10px 0 10px;
}
	
header .header_navi nav ul li:last-child {
	display: block;
	padding: 0;
}
	
header .header_navi nav ul li:hover {
	background: none;
	opacity: 1;
}

header .header_navi nav ul a {
    color: #fff;
    width: 97%;
    height: auto;
    line-height: 1.4;
    font-weight: bold;
    padding: 0 0 0 10px;
}
	


header nav ul li:last-child{
}


header h2{
	font-size: 0.65rem;
	position: absolute;
	top: 27px;
	letter-spacing: 0.5px;
	left: 2.5px;
	color: #212121;
	font-weight: bold;
}


header img{
width: 100%;
}

		/*開閉ボタン*/
#nav_toggle{
    display: block;
    width: 35px;
    height: 40px;
    position: absolute;
    top: 11px;
    z-index: 999;
    right: 6%;
    border: 2px solid #666464;
    padding: 6px 5px 3px;
    border-radius: 9px;
}
 #nav_toggle div {
		position: relative;
}
#nav_toggle span{
	display: block;
	height: 4px;
	background: #212121;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
	border-radius: 5px;
}
#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:10px;
}
#nav_toggle span:nth-child(3){
	top:21px;
}

nav a .navi_icon {
    fill: #007a92;
    width: 165px;
    position: absolute;
    top: 14px;
    left: 4px;
}

.width_position{
	position: absolute;
	top: 5px;
	left: -4px;
}
	
nav a:hover .navi_icon{
  fill: #fff;
}
	
	
/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 12px;
   -webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
	}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
	
}


.sp_sns_box{
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 12px;
}

.sp_sns_box a{
    padding: 0!important;
}

.sp_sns_box_blog a{
    padding: 0!important;
}

.position_f {
    position: absolute;
    top: 10px;
    left: 0px;
}

.position_in {
    position: absolute;
    top: 10px;
    left: 67px;
}

.position_blog {

    position: absolute;
    top: 9px;
    left: 132px;
    width: 155px;
    height: 60px;

}

.sp_sns_box img {
    width: 50px!important;
    position: relative!important;
    right: 0!important;
    top: 0!important;
    margin: 5px 5px!important;
}

.width_position_navi_f {
    width: 50px;
    height: 50px;
    padding: 7% 8%;
}

.width_position_navi_blog {

    width: 144px;
    height: 60px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #000;

}


.change_btn{
	color: #fff;
	display: block;
	width: 100%;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	padding: 25px 0;
	font-size:20px;
	margin-top: 40px;
}

.sp_bottom_button{
display: none;
}



/*メニュー部分*/
@media (max-width: 767px) {

.sp_bottom_button{
	display: block;
	position: fixed;
	z-index: 10;
	right: 0px;
	bottom: 0px;
	width: 100%;
}

.sp_bottom_button li{
margin: 0;
padding: 0;
float: left;
width: 50%;
list-style: none;
}

.sp_bottom_button li:last-child{
	list-style: none;
}
	
}




	.wrapper_content{
		width: 940px;
		margin: 0 auto;
	}




@media (max-width: 767px) {

	.wrapper_content{
		width: 100%;
		margin: 0 auto;
	}
	
}



footer{
	margin: 40px 0 0;
	padding: 0;
	background: linear-gradient(to bottom, #1795d8, #272d69);
}

footer img{
	width: 275px;
	float: left;
}

footer ul {
    margin: 0 auto 5px;
    padding: 0;
    list-style: none;
    display: inline-block;
}

footer ul li {
    font-size: 14px;
    display: inline-block;
    padding: 0 20px;
	border-right: 1px solid #fff;
}

footer ul li:last-child{
	border-right: none;
}



footer ul li a{
	color: #fff;
}

footer ul li a:hover{
	border-bottom: 1px solid #fff;
	transition: background-color 800ms;
}

footer p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
    width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}

footer .kessai {
	width: 100%;
	margin: 1em 0 2em;
	text-align: center;
}
footer .kessai img {
	max-width: 656px;
	width: 95%;
	float: none;
}

.footer_wrap {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


@media (max-width: 767px) {
	
.footer_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 30px;
    text-align: center;
}
	
footer img {
    width: 50%;
    float: none;
}

footer ul {
    display: none;
}

footer p {
    width: 100%;
    float: none;
    margin: 10px 0 0;
}

}



/* Grobal_Menu ------------------------------------------ */

#menu{
	background-image: url(../image/00_common/bkg_menu.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 18px;
}

#menu a{
	color: #666;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	padding: 0px 5px 7px;
}

#menu a:hover{
	border-bottom-color: #fa962d;
}

#menu ul li{
	float: left;
	list-style-type: none;
	letter-spacing: 1px;
	font-size: 17px;
}


@media (max-width: 767px) {

#menu { display: none;}

}


/* all content ------------------------------------------ */

.wrapper_content h2{
    width: auto;
    display: inline-block;
    margin: 0 auto;
    color: #0F3C82;
    font-weight: bold;
	font-size: 32px;
}

.wrapper_content h3{
    font-size: 16px;
    color: #212121;
}

.wrapper_content h3.head_oil_free {
	font-size: 24px;
	color: #c30;
	font-weight: bold;
}



.page_title_wrap{
    position: relative;
    width: 1000px;
    height: 220px;
	margin: 0 auto 40px;
}

.page_title{
	width: 1000px;
	height: 220px;
    position: absolute;
    top: 0;
}

.page_title_wrap h1{
    display: inline-block;
    position: absolute;
    bottom: 34px;
    font-size: 36px;
    color: #fff;
    left: 30px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.pc_img{
	width: 45px;
	margin: -15px 15px 0 0;
}

.bg_allwide {width: 100%;}
.bgc_pink {background: #fff5f5;}
.display_pc{display: block;}
.display_sp{display: none;}

@media (max-width: 767px) {

	.wrapper_content h2{
		font-size: 26px;
	}

	.wrapper_content h3{
		font-size: 14px;
	}
	
	.page_title_wrap {
		position: relative;
		width: 100%;
		height: auto;
		margin: 75px auto 40px;
	}

	.page_title {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
	}

	.page_title_wrap h1 {
		font-size: 24px;
		left: 0;
		right: 0;
		text-align: center;
		bottom: 20px;
		letter-spacing: -1px;
	}
	
	.pc_img{
		width: 45px;
		margin: 20px auto 0;
	}

.display_pc{display: none;}
.display_sp{display: block;}
	
}


    .scroll-top {
    position: fixed;
    right: 35px;
    bottom: 200px;
    z-index: 100;
    background: #197bbc;
    opacity: .8;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: none;
    color: #fff;
	font-size: 25px;
	line-height: 0.6;
    }
    .scroll-top:hover {
    cursor: pointer;
	background: #197bbc !important;
	opacity: 0.45;
    }
	.scroll-top:visited {
    cursor: pointer;
	background: #197bbc !important;
	opacity: 0.45;
    }
	.text_gobtn{font-size: 14px;}