@charset "UTF-8";

/*======================

  共通PC

========================*/
/*---リセット---*/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}
legend{color:#000}
#yui3-css-stamp.cssreset{display:none}

/*---clearfix---*/
.clearfix:after {
visibility:hidden;
height:0;
display: block;
font-size: 0;
content: " ";
clear: both;
}
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }
/*========================*/

body {
	width:100%;
	min-width:1100px;
}
.inner {
	width:1100px;
	margin:0 auto;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  font-family: 'Cabin',"Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#333;
}
.sp {
	display:none;
}
.pc {
	display:block;
}



/*
　ヘッダー
==========================*/
header {
	min-width:1100px;
	box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.08);
	position:relative;
}
header #logo {
	padding:20px 0 0 18px;
	float:left;
}
/*Gナビ*/
nav {
	float:right;
}
nav .entry_btn {
	float:right;
	padding:8px;
}
nav .entry_btn a {
	display: block;
    background: #F1754E;
    color: #FFF;
    font-size: 19px;
    letter-spacing: 0.2em;
    text-align: center;
    min-width: 9em;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-decoration: none;
    padding: 18px 0;
	border-bottom: 3px solid #ca5e3d;
    line-height: 1em;
}
nav .entry_btn a:hover {
	border-bottom:0;
	margin-top:3px;
	background: #f36538;
}
nav ul {
	float:left;
}
nav ul li{
	float:left;
}
nav ul li a{
	display:block;
	width:143px;
	height:0;
	padding-top:74px;
	background:url(../images/common/nav.png) no-repeat;
	/*background:url(/wp/wp-content/uploads/2020/05/nav.png) no-repeat;*/
	background-size:716px;
	overflow:hidden;
	line-height:2em;
}
nav ul li#nav_about a{
	background-position:0 0;
}
nav ul li#nav_member a{
	background-position:-143px 0;
}

nav ul li#nav_simulation a{ /*add 2020.5.22*/
	background-position:-286px 0;
}

nav ul li#nav_column a{
	background-position:-429px 0;
}
nav ul li#nav_faq a{
	width: 144px;
	background-position:-572px 0;
}
/*
nav ul li#nav_donation a{
	width:144px;
	background-position:-572px 0;
}
*/
#about nav ul li#nav_about a,
nav ul li#nav_about a:hover{
	background-position:0 -74px;
}
#member nav ul li#nav_member a,
nav ul li#nav_member a:hover{
	background-position:-143px -74px;
}
#simulation nav ul li#nav_simulation a,
nav ul li#nav_simulation a:hover{
	background-position:-286px -74px;
}
#column nav ul li#nav_column a,
nav ul li#nav_column a:hover{
	background-position:-429px -74px;
}
#faq nav ul li#nav_faq a,
nav ul li#nav_faq a:hover{
	width:144px;
	background-position:-572px -74px;
}
/*
#donation nav ul li#nav_donation a,
nav ul li#nav_donation a:hover{
	width:144px;
	background-position:-572px -74px;
}
*/

/*
　コンテンツ
==========================*/
/*下層タイトル*/
#title_block {
	background:url(../images/common/content_bg.png) repeat-x bottom;
	position:relative;
	z-index:1;
}
#title_block h1 {
	text-align:center;
	font-size:22px;
    letter-spacing: 0.1em;
    color: #777;
    line-height: 2.4em;
	padding: 45px 0;
}
#title_block h1 span{
	font-size: 50px;
    letter-spacing: 0.15em;
    display: block;
    font-weight: bold;
    color: #8CD0C5;
}
#title_block:before {
	content: "";
    width: 83px;
    height: 84px;
    background: url(../images/common/title_icon.png) no-repeat;
    background-size: 83px;
    position: absolute;
    bottom: -40px;
    margin-left: -42px;
    left: 50%;
}
#content {
	background:#EEF7F6;
	padding:60px 0 50px;
	position:relative;
	margin-top:-11px;
}


/*相談するボタンエリア*/
.entry_arrow {
	text-align:center;
}
#entry_block {
	background:url(../images/common/bg_border.png) repeat;
	margin-top:-30px;
}
#entry_block .inner {
	background:url(../images/common/entry_bg.png) no-repeat center bottom;
	background-size:1033px;
	padding: 50px 0 35px;
}
#entry_block .entry_btn a {
	position: relative;
    display: block;
    background: #F1754E;
    color: #FFF;
    font-size: 40px;
    letter-spacing: 0.2em;
    text-align: center;
    width: 10em;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-decoration: none;
    padding: 26px 0;
    border-bottom: 4px solid #ca5e3d;
    line-height: 1em;
}
#entry_block .entry_btn a:hover {
	border-bottom:0;
	margin-top:4px;
	background: #f36538;
}
#entry_block .entry_btn a span {
	position:absolute;
	top:-40px;
	left:-30px;
}


/*
　フッター
==========================*/
#pagetop {
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:999;
}
#pagetop.off {
	position:absolute;
	bottom:inherit;
	top:-92px;
	right:30px;
}
footer {
	border-top: 5px solid #85D0C5;
	position:relative;
	padding-bottom:30px;
	min-width:1100px;
}
footer .footer_nav {
	width:100%;
	border-bottom:1px dashed #CCC;
	box-sizing: border-box;/*add*/
}
footer .footer_nav li {
	float:left;
	/*width:16.5%;*/
	width:20%;/*変更 2020.5.22*/
}
footer .footer_nav li a {
	display:block;
	padding:20px 10px;
	text-align:center;
	border-left:1px dashed #CCC;
	color:#555;
	text-decoration:none;
	font-size:16px;
	letter-spacing:0.1em;
	line-height:1em;
}
footer .footer_nav li a:hover {
	background-color:#F7F7F7;
}
footer .footer_nav li:first-child a {
	border-left:none;
}
footer .footer_nav_sub,
footer .sns {
	padding:20px 0 0 20px;
	line-height:1em;
}
footer .footer_nav_sub li,
footer .sns li {
	display:inline-block;
	padding:0 10px;
}
footer .footer_nav_sub li a {
	color:#555;
	font-size:14px;
	text-decoration:none;
}
footer .footer_nav_sub li a:hover {
	color:#999;
}
footer .copyright_box {
	position:absolute;
	bottom:30px;
	right:20px;
}
footer .copyright_box p {
	text-align:right;
	line-height:1em;
	margin-top:10px;
	color:#999;
	font-size:13px;
	letter-spacing:0.1em;
}