@charset "utf-8";

/*基本設定
-------------------------------------------------------------- */

a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

.clearfix {
    zoom: 1; /* for IE7- */
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
strong {
	font-weight:bold;
}
img {
vertical-align: bottom;
max-width: 100%;
}

/* 装飾
------------------------------------------------------------*/

.op:hover {
opacity: 0.7;
transition: 0.3s;
}


/* リンク設定
------------------------------------------------------------*/
a:link {
	color:#ffae00;
	text-decoration:none;
}
a:visited {
	color:#ffae00;
	text-decoration:none;
}
a:hover {
	color:#ffce65;
	text-decoration:underline;
}
a:active {
	color:#ffae00;
	text-decoration:none;
}


/* アニメーション
------------------------------------------------------------*/
.fade-in {
transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
}
.fade-up, .fade-left, .fade-right {
transition: opacity 0.7s;
-moz-transition: opacity 0.7s;
-webkit-transition: opacity 0.7s;
-o-transition: opacity 0.7s;
transition: transform 0.7s;
-moz-transition: transform 0.7s;
-webkit-transition: transform 0.7s;
-o-transition: transform 0.7s;
}



/* 共通
------------------------------------------------------------*/

html {
font-size: 62.5%;
}
body {
font-family:"游ゴシック","YuGothic","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color: #000;
-webkit-text-size-adjust: none;
font-weight: 500;
}

/* ページャー（一覧） */
.pager{
	text-align:center;
	padding:30px 0px;
	clear:both;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1000px) {

.spbr {
display: none !important;
}
#menu {
display: none;
}
body{
font-size: 1.6rem;
line-height:2.6rem;
}
#mobile {
display: none;
}

header {
padding: 2rem 5rem;
display: flex;
justify-content: space-between;
}
header nav li a {
display: block;
padding: 0 3rem;
}
header nav li a:link {
color: #000;
}
header nav li a:visited {
color: #000;
}
header nav li a:hover {
text-decoration: none;
opacity: 0.7;
}
header nav li a:active {
color: #000;
}
header nav li {
text-align: center;
display: inline-block;
border-left: 0.1rem solid #ccc;
}
header nav li:last-child {
border-right: 0.1rem solid #ccc;
}
header nav li span {
display: block;
font-size: 1.1rem;
font-weight: bold;
color: #122a88;
}
.read_en {
font-size: 3.6rem;
font-weight: bold;
font-family: arial;
margin-bottom: 2rem;
}
.read_en span {
font-size: 1.6rem;margin-left: 2rem;
}
#toi {
position: relative;
margin-top: 10rem;
background: #f3f0ee;
padding: 3rem 0;
min-height: 30rem;
z-index: 0;
}
#toi > div:first-child {
position: absolute;
background: #122a88;
top: 0;
left: 0;
width: 35%;
height: 100%;
z-index: 1;
}
#toi > div:nth-child(2) {
position: relative;
display: flex;
justify-content: space-between;
width: 100rem;
margin: 0 auto;
z-index: 2;
}
#toi > div:nth-child(2) article {
width: 65rem;
padding: 1rem 0 0 3rem;
}
#toi > div:nth-child(2) article h2 {
border-bottom: 0.5rem solid #122a88;
display: inline-block;
padding-bottom: 2rem;
}
#toi > div:nth-child(2) article h3 {
font-weight: bold;
margin-bottom: 2rem;
}
footer {
background: #122a88;
color: #fff;
margin-top: 10rem;
padding: 5rem 0 2rem 0;
}
footer nav {
text-align: center;
margin-bottom: 5rem;
}
footer nav li a {
display: block;
padding: 0 3rem;
}
footer nav li a:link {
color: #fff;
}
footer nav li a:visited {
color: #fff;
}
footer nav li a:hover {
text-decoration: none;
opacity: 0.7;
}
footer nav li a:active {
color: #fff;
}
footer nav li {
display: inline-block;
border-left: 0.1rem solid #2e49b3;
}
footer nav li:last-child {
border-right: 0.1rem solid #2e49b3;
}
footer nav li span {
display: block;
font-size: 1.1rem;
font-weight: bold;
color: #fff;
}
footer article {
width: 70rem;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
footer small {
margin-top: 5rem;
display: block;
text-align: center;
}

}

/* タブレット用　横向き
------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {

.spbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.pdd_sp {
padding: 0 2rem;
}
.sp100 {
width:100%;
height:auto;
}
body{
font-size: 1.4rem;
line-height:2.6rem;
}

/* スマホナビ */
#mobile {
padding: 1rem 1rem 0.6rem 1rem;
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
height: 6rem;
border-bottom: 0.1rem solid #ccc;
background: #000;
}
#logo_sp {
position: absolute;
top: 1.4rem;
left: 2rem;
width: 17rem;
}
#logo_sp img {
width: 100%;
height: auto;
}
#btn_sp a {
width: 4rem;
height: 4rem;
font-size: 1.1rem;
padding-top: 1rem;
display: block;
border: 0.1rem solid #a99496;
text-align: center;
}
#btn_sp a:link {
color:#a99496;
}
#btn_sp a:visited {
color:#a99496;
}
#btn_sp a:hover {
color:#a99496;
text-decoration: none;
}
#btn_sp a:focus {
color:#a99496;
text-decoration: none;
}
#btn_sp a:active {
color:#a99496;
text-decoration: none;
}
#btn_sp {
position: absolute;
top: 1rem;
right: 1rem;
}
#btn_sp button {
border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0.1rem solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  width: 4rem;
height: 4rem;
font-size: 1.1rem;
display: block;
background: #000;
color: #fff;
}
.close img {
width: 5rem;
height: auto;
}

header {
padding: 2rem 5rem;
display: flex;
justify-content: space-between;
}
header nav li a {
display: block;
padding: 0 3rem;
}
header nav li a:link {
color: #000;
}
header nav li a:visited {
color: #000;
}
header nav li a:hover {
text-decoration: none;
opacity: 0.7;
}
header nav li a:active {
color: #000;
}
header nav li {
text-align: center;
display: inline-block;
border-left: 0.1rem solid #ccc;
}
header nav li:last-child {
border-right: 0.1rem solid #ccc;
}
header nav li span {
display: block;
font-size: 1.1rem;
font-weight: bold;
color: #122a88;
}
.read_en {
font-size: 3.6rem;
font-weight: bold;
font-family: arial;
margin-bottom: 2rem;
}
.read_en span {
font-size: 1.6rem;margin-left: 2rem;
}
#toi {
position: relative;
margin-top: 10rem;
background: #f3f0ee;
padding: 3rem 0;
min-height: 30rem;
z-index: 0;
}
#toi > div:first-child {
position: absolute;
background: #122a88;
top: 0;
left: 0;
width: 35%;
height: 100%;
z-index: 1;
}
#toi > div:nth-child(2) {
position: relative;
display: flex;
justify-content: space-between;
width: 100rem;
margin: 0 auto;
z-index: 2;
}
#toi > div:nth-child(2) article {
width: 65rem;
padding: 1rem 0 0 3rem;
}
#toi > div:nth-child(2) article h2 {
border-bottom: 0.5rem solid #122a88;
display: inline-block;
padding-bottom: 2rem;
}
#toi > div:nth-child(2) article h3 {
font-weight: bold;
margin-bottom: 2rem;
}
footer {
background: #122a88;
color: #fff;
margin-top: 10rem;
padding: 5rem 0 2rem 0;
}
footer nav {
text-align: center;
margin-bottom: 5rem;
}
footer nav li a {
display: block;
padding: 0 3rem;
}
footer nav li a:link {
color: #fff;
}
footer nav li a:visited {
color: #fff;
}
footer nav li a:hover {
text-decoration: none;
opacity: 0.7;
}
footer nav li a:active {
color: #fff;
}
footer nav li {
display: inline-block;
border-left: 0.1rem solid #2e49b3;
}
footer nav li:last-child {
border-right: 0.1rem solid #2e49b3;
}
footer nav li span {
display: block;
font-size: 1.1rem;
font-weight: bold;
color: #fff;
}
footer article {
width: 70rem;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
footer small {
margin-top: 5rem;
display: block;
text-align: center;
}


}

/* タブレット用　縦向き
------------------------------------------------------------*/
@media only screen and (min-width: 641px) and (max-width: 999px) {

.spbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.pdd_sp {
padding: 0 2rem;
}
.sp100 {
width:100%;
height:auto;
}
body{
font-size: 1.4rem;
line-height:2.6rem;
}

/* スマホナビ */
#mobile {
padding: 1rem 1rem 0.6rem 1rem;
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
height: 6rem;
border-bottom: 0.1rem solid #ccc;
background: #fff;
}
#logo_sp {
position: absolute;
top: 1.4rem;
left: 2rem;
width: 17rem;
}
#logo_sp img {
width: 100%;
height: auto;
}
#btn_sp a {
width: 4rem;
height: 4rem;
font-size: 1.1rem;
padding-top: 1rem;
display: block;
border: 0.1rem solid #a99496;
text-align: center;
}
#btn_sp a:link {
color:#a99496;
}
#btn_sp a:visited {
color:#a99496;
}
#btn_sp a:hover {
color:#a99496;
text-decoration: none;
}
#btn_sp a:focus {
color:#a99496;
text-decoration: none;
}
#btn_sp a:active {
color:#a99496;
text-decoration: none;
}
#btn_sp {
position: absolute;
top: 1rem;
right: 1rem;
}
#btn_sp button {
border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0.1rem solid #000;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  width: 4rem;
height: 4rem;
font-size: 1.1rem;
display: block;
background: #fff;
color: #000;
}
.close img {
width: 5rem;
height: auto;
}

header {
display: none;
}
.read_en {
font-size: 3.6rem;
font-weight: bold;
font-family: arial;
margin-bottom: 2rem;
}
.read_en span {
font-size: 1.6rem;margin-left: 2rem;
}
#toi {
position: relative;
margin-top: 10rem;
background: #f3f0ee;
padding: 3rem 0;
min-height: 30rem;
z-index: 0;
}
#toi > div:first-child {
position: absolute;
background: #122a88;
top: 0;
left: 0;
width: 35%;
height: 100%;
z-index: 1;
}
#toi > div:nth-child(2) {
position: relative;
display: flex;
justify-content: space-between;
margin: 0 auto;
z-index: 2;
}
#toi > div:nth-child(2) article {
width: calc(100% - 36rem);
padding: 1rem 1rem 0 3rem;
}
#toi > div:nth-child(2) article h2 {
border-bottom: 0.5rem solid #122a88;
display: inline-block;
padding-bottom: 2rem;
}
#toi > div:nth-child(2) article h3 {
font-weight: bold;
margin-bottom: 2rem;
}
footer {
background: #122a88;
color: #fff;
margin-top: 10rem;
padding: 5rem 0 2rem 0;
text-align: center;
}
footer nav {
display: none;
}
footer article div {
margin-bottom: 1rem;}
footer small {
margin-top: 5rem;
display: block;
}

}


/* スマートフォン用
------------------------------------------------------------*/
@media only screen and (max-width: 640px) {

.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.sp100 {
width:100%;
height:auto;
}
.flex-direction-nav {
display: none !important;
}
body{
font-size: 1.4rem;
line-height:2.0rem;
width: 100%;
padding-top: 6rem;
}

/* スマホナビ */
#mobile {
padding: 1rem 1rem 0.6rem 1rem;
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
height: 6rem;
border-bottom: 0.1rem solid #ccc;
background: #fff;
}
#logo_sp {
position: absolute;
top: 1.5rem;
left: 2rem;
width: 17rem;
}
#logo_sp img {
width: 100%;
height: auto;
}
#btn_sp a {
width: 4rem;
height: 4rem;
font-size: 1.1rem;
padding-top: 1rem;
display: block;
border: 0.1rem solid #a99496;
text-align: center;
}
#btn_sp a:link {
color:#a99496;
}
#btn_sp a:visited {
color:#a99496;
}
#btn_sp a:hover {
color:#a99496;
text-decoration: none;
}
#btn_sp a:focus {
color:#a99496;
text-decoration: none;
}
#btn_sp a:active {
color:#a99496;
text-decoration: none;
}
#btn_sp {
position: absolute;
top: 1rem;
right: 1rem;
}
#btn_sp button {
border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0.1rem solid #000;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  width: 4rem;
height: 4rem;
font-size: 1.1rem;
display: block;
background: #fff;
color: #000;
}
.close img {
width: 5rem;
height: auto;
}

header {
display: none;
}
.read_en {
font-size: 2.6rem;
font-weight: bold;
font-family: arial;
margin-bottom: 2rem;
}
.read_en span {
font-size: 1.6rem;margin-left: 2rem;
}
#toi {
position: relative;
margin-top: 10rem;
background: #f3f0ee;
padding: 3rem 0;
min-height: 30rem;
z-index: 0;
}
#toi > div:first-child {
position: absolute;
background: #122a88;
top: 0;
left: 0;
width: 100%;
height: 30%;
z-index: 1;
}
#toi > div:nth-child(2) {
position: relative;
padding: 0 3rem;
z-index: 2;
}
#toi > div:nth-child(2) figure {
margin-bottom: 1rem;
}
#toi > div:nth-child(2) img {
width: 100%;
}
#toi > div:nth-child(2) article {
padding: 1rem 0 0 0;
}
#toi > div:nth-child(2) article h2 {
border-bottom: 0.5rem solid #122a88;
display: inline-block;
padding-bottom: 2rem;
}
#toi > div:nth-child(2) article h3 {
font-weight: bold;
margin-bottom: 2rem;
}
footer {
background: #122a88;
color: #fff;
margin-top: 10rem;
padding: 5rem 0 2rem 0;
text-align: center;
}
footer nav {
display: none;
}
footer article div {
margin-bottom: 1rem;
}
footer small {
margin-top: 5rem;
display: block;
}

}