@charset "UTF-8";

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

  共通（SP

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

.sp {
	display:block;
}
.pc {
	display:none;
}

body {
	min-width:320px;
}
.inner {
	width:100%;
	margin:0 auto;
}
img {
	width:100% !important;
}


/*
　ヘッダー
==========================*/
header {
	min-width:inherit;
}
header #logo {
	float:none;
	border-bottom: 2px dotted #DDD;
    padding: 14px 10px;
}
header #logo a {
	display:block;
	width:120px;
}
nav,
nav ul {
	float:none;
}
nav .entry_btn a {
	
}
nav ul li {
    width: 25%;
    /*width: 33.3%;*/
    float: left;
}
nav ul li a {
    width: auto;
	background: url(../images/common/nav_sp.png) no-repeat 0 center;
	/*background: url(/wp/wp-content/uploads/2018/11/nav_sp-1.png) no-repeat 0 center;*/
    background-size: 80px;
	padding-top: 75px;
	border-right: 1px dotted #DDD;
}
nav ul li:last-child a {
	border:none;
}
nav ul li#nav_about a{
	background-position:center 0;
}
nav ul li#nav_member a{
	background-position:center -75px;
}

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

nav ul li#nav_column a{
	border:none;
	width:auto;
	background-position:center -225px;
}
/*
nav ul li#nav_donation a{
	width:auto;
	background-position:center -225px;
}
*/
#about nav ul li#nav_about a,
nav ul li#nav_about a:hover{
	background-position:center 0;
	background-color:#FAFCDE;
}
#member nav ul li#nav_member a,
nav ul li#nav_member a:hover{
	background-position:center -75px;
	background-color:#FAFCDE;
}
#simulation nav ul li#nav_simulation a,
nav ul li#nav_simulation a:hover{
	background-position:center -150px;
	background-color:#FAFCDE;
}
#column nav ul li#nav_column a,
nav ul li#nav_column a:hover{
	border:none;/*2020.5.22*/
	width:auto;
	background-position:center -225px;
	background-color:#FAFCDE;
}
/*
#donation nav ul li#nav_donation a,
nav ul li#nav_donation a:hover{
	width:auto;
	background-position:center -225px;
	background-color:#FAFCDE;
}
*/

#nav_faq {
	display:none;
}
nav .entry_btn {
	position: absolute;
    top: 0;
    right: 0;
}
nav .entry_btn a {
	padding: 10px 1em;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1em;
    width: 5em;
    min-width: inherit;
    font-weight: bold;
}

/*
　コンテンツ
==========================*/
/*下層タイトル*/
#title_block h1 {
	font-size:18px;
	line-height: 1.8em;
    padding: 25px 0;
}
#title_block h1 span {
	font-size:35px;
}
#content {
	padding:9% 0;
}
#title_block:before {
    width: 46px;
    height: 46px;
    background-size: 46px;
    position: absolute;
    bottom: -20px;
    margin-left: -23px;
}
/*ボタン*/
#entry_block .inner {
	padding: 30px 0 0;
	background:none;
}
#entry_block .entry_read {
	line-height: 0;
    width: 90%;
    max-width: 480px;
    padding: 10px 0 0 0;
}
#entry_block .entry_btn a {
	width:80%;
	font-size:28px;
}
#entry_block .entry_btn a span {
	max-width: 105px;
    width: 35%;
}
.entry_arrow {
    width: 45%;
    margin: 0 auto;
    max-width: 220px;
}

/*
　フッター
==========================*/

/*flex設定用にcommon.css設定の一部を無効 add 2019.5.16*/
/*
footer {
	position:static;
}

footer .footer_nav li {
	float:none;
}
*/
/*ここまで*/

footer {
	min-width:inherit;
}

footer .footer_nav {
	border:none;
}

/* add 2019.5.16*/
/*
footer ul.footer_nav {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
*/
/*ここまで*/

footer .footer_nav li:not( :first-child ) {
	width:50%;
}

footer .footer_nav li:first-child {
	width:100%;
}

footer .footer_nav li a {
	font-size:14px;
	/*padding:15px 5px;*/
	padding: 15px 0;/* add 2019.5.16*/
	border-bottom: 1px dashed #CCC;
}

/* add 2020.5.22*/
footer .footer_nav li:nth-child(2) a, 
footer .footer_nav li:nth-child(4) a{
	border-left:none;
}

/*
footer .footer_nav li:nth-child(odd) a {
	border-left:none;
}
*/

/*ボタンサイズ調整 add 2019.5.16*/
/*
footer .footer_nav li:last-child {
width: 100%;
}
*/
/*ここまで*/

footer .footer_nav_sub,
footer .sns {
	padding-top:15px;
}
footer .footer_nav_sub li {
	display:block;
	padding:10px 0 0;
}
footer .sns li {
	width:30px;
	padding:0 10px 0 0;
}

/*add 2019.5.16*/
/*
footer .copyright_box {
position:relative;
float: right;
bottom:50px;
}
*/
/*ここまで*/

/*---clearfix---*/
footer .copyright_box:after {
visibility:hidden;
height:0;
display: block;
font-size: 0;
content: " ";
clear: both;
}

footer .copyright_box p {
	width:150px;
}
#pagetop {
	width:50px;
}



