@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&display=swap');

/* ------------------------------
    html
------------------------------ */
html,body {
    height:100%;
    color:#303030;
}
html {
	font-size:62.5%;
    -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, b, p, i, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
    font-weight: normal;
	/*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;*/
    font-family: 'Hiragino Sans', 'Yu Gothic', 'Meiryo', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
    font-weight: normal;
    /*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;*/
    font-family: 'Hiragino Sans', 'Yu Gothic', 'Meiryo', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

a {
	color:#303030;
}

.fade{
	transition: opacity .2s ease;
}

.fade:hover{
	opacity: .7;
	cursor: pointer;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

.en{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
}

/*英語ページ*/
.en_page body,
.en_page h1,
.en_page h2,
.en_page h3,
.en_page h4,
.en_page h5,
.en_page h6,
.en_page p,
.en_page address,
.en_page ul,
.en_page ol,
.en_page li,
.en_page dl,
.en_page dt,
.en_page dd,
.en_page table,
.en_page th,
.en_page td,
.en_page img,
.en_page form {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	word-wrap: break-word;
	word-break: normal;
	text-align: left;
}

.en_page .en{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
}


/* ------------------------------
    base
------------------------------ */
body {
    min-width: 1100px;
    width: 100%;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
    word-wrap: break-word;
    font-size:1.54rem;
}

article {
    position: relative;
    min-height: calc(100vh - 510px);
}

section {
	position: relative;
}

p, dt, dd, th, td, li {
	line-height: 1.625;
}

.flex {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.left{
	float: left;
}

.right{
	float: right;
}

.center,
.en_page .center{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.a_right{
  text-align: right;
}

.a_center{
  text-align: center;
}

.hv-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)translateZ(0);
}

.txt_small {
  font-size: 1.2rem;
}

.txt_blue {
  color: #00b9cd;
}

.bold {
  font-weight: 600;
}

.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
}

.aligncenter{
	display:block;
	margin:0 auto;
}

.alignright{
	float:right;
}

.alignleft{
	float:left;
}


/* ------------------------------
    スマホ
------------------------------ */
@media screen  and (min-width : 769px){
	.mincho {
		/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
        font-family: 'Hiragino Sans', 'Yu Gothic', 'Meiryo', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	}
	.sp{
		display:none!important;
	}
}

@media screen and (max-width : 768px){
	.pc{
		display:none!important;
	}
	body {
		min-width: inherit;
	}
	main{
		padding-top: 50px;
	}
	body, h1, h2, h3, h4, h5, h6, p, address,
	ul, ol, li, dl, dt, dd,
	table, th, td, img, form {
		/*font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",Verdana,sans-serif;*/
        font-family: 'Hiragino Sans', 'Yu Gothic', 'Meiryo', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	}

	input, button, textarea, select  {
		/*font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",Verdana,sans-serif;*/
        font-family: 'Hiragino Sans', 'Yu Gothic', 'Meiryo', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	}
	p,dt,dd,th,td,li {
		font-size:1.45rem;
	}
    
}

@media screen and (max-width: 575px) {
	.pd{
		display:none!important;
	}
}



/* ------------------------------
    parts
------------------------------ */
/*画像拡大*/
.scaleImg .img {
	overflow: hidden;
}

.scaleImg .img img {
	transition: .3s;
}

/*link_txt*/
.link_txt {
	position: relative;
	display: inline-block;
    line-height: 1.4;
}

/* btn */
.btn{
	position: relative;
}
.btn .arw{
	position: absolute;
	right: -24px;
	z-index: 3;
	top: 50%;
}
.btn .arw::before,
.btn .arw::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btn .arw::before{
	width: 51px;
	height: 1px;
	background: #3d4975;
}
.btn .arw::after{
	right: 2px;
	top: 1px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #3d4975;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

.btn .arw.s{
	right: -20px;
}
.btn .arw.s::before{
	width: 41px;
}

.btn a{
	display: block;
	position: relative;
	font-weight: 600;
	text-align: center;
	line-height: 1.25;
	transition:all .2s ease;
	overflow: hidden;
	z-index: 1;
	padding: 18px 0;
	border: 1px solid #222;
	font-size: 1.6rem;
	width: 100%;
}
.btn a.font_l{
	font-size: 1.8rem;
	padding: 23px 0;
}
.btn a::before{
	content: "";
	width:100%;
    height:100%;
    left:-100%;
	top: 0;
    position:absolute;
    transition:all .2s ease;
    z-index:-1;
    background: #0171bc;
}
.btn.black a::before{
	background: #fff;
}
.btn.iro a::before{
	background: #EB430D;
}
.btn.black a{
	background: #3d4975;
	color: #fff;
	border: 1px solid #3d4975;
}
.btn.iro a{
	background: #1c75b0;
    color: #fff;
}

.btn.lines a{
	padding: 10px 0 8px;
}

.btn.blank {
    width: 256px;
    margin-top: 30px;
}
.btn.blank a{
    padding: 9px 15px 9px 0;
    font-size: 1.4rem;
}
.btn.blank a::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 14px;
    background: url(../img/group/icon_sitebtn.png) no-repeat center / 17px 14px;
    vertical-align: top;
    margin-left: 10px;
}

@media screen and (min-width: 769px) {
	.scaleImg:hover .img > img {
		transform: scale(1.1);
	}

	.link_txt::after {
		position: absolute;
		bottom: 0;
		left: 50%;
		content: '';
		width: 0;
		height: 1px;
		background-color: #222;
		transition: .3s;
		transform: translateX(-50%);
		/*position: absolute;
		bottom: 0;
		left: -2px;
		content: '';
		width: 0;
		height: 1px;
		background-color: #222;
		transition: .3s;
		transform: translateX(0);*/
	}
	.link_txt:hover::after {
		/*width: 100%;*/
        width: calc(100% /1 + 4px);
	}
	
	.btn a:hover::before{
		left: 0;
	}
	.btn a:hover{
		color: #fff;
	}	
	.btn.black a:hover{
		color: #222;
	}
}

@media screen and (max-width : 768px){
	.btn .arw{
		right: -14px!important;
	}
	.btn .arw.s::before,
	.btn .arw.m::before {
		width: 30px;
	}
	.btn .arw.s::after,
	.btn .arw.m::after{
		width: 6px;
		height: 6px;
        top: 0;
	}
	
	.btn a{
		font-size: 1.4rem;
        padding: 15px 0;
	}
	.btn a.font_l{
		font-size: 1.1rem;
		padding: 12.5px 0;
	}
	.btn.lines a{
		padding: 4px 0 3px!important;
	}

	.btn.blank{
		width: 190px;
		margin-top: 15px;
	}
	.btn.blank a{
		padding: 7px 10px 7px 0;
		font-size: 1.1rem;
	}
}


/*///// bttn /////*/
.bttn {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
    border: none;
    color: #303030;
    margin: 0;
    padding: 0;
    width: 100%;
    background: none;
    vertical-align: middle;
    letter-spacing: normal;
}
.bttn:hover,
.bttn:active,
.bttn:focus {
	outline: none;
	text-decoration: none;
}
.bttn span {
    white-space: nowrap;
    font-feature-settings: normal;
}
.bttn {
    font-feature-settings: normal;
}

.down-btn {
    height: 54px;
    border-radius: 6px;
    width: auto;
    padding: 0 20px;
    font-size: 1.5rem;
    border: 1px solid #68a3ce;
    background-color: #e3f3f8;
    min-width: 300px;
}
.down-btn i {
    font-size: 2.0rem;
    margin-right: 4px;
}
.down-btn:hover {
    border: 1px solid #478ec2;
    background-color: #478ec2;
    color: #fff;
}
.down-btn small {
    font-size: 1.3rem;
    font-weight: normal;
    margin-left: 3px;
}

/*///// txt-btn /////*/
.txt-btn {
    color: #085cb5;
    display: inline-flex;
    line-height: 1.5;

}
.txt-btn i {
    font-size: 2.2rem;
}
.txt-btn span {
    display: inline;
    transition: 0.2s ease-out;
}
.txt-btn:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #3188e2 inset;
}



/* ------------------------------
		breadcrumb
------------------------------ */
.pan_wrap {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    background: #f5f5f5;
}
.breadcrumb {
	max-width: 1190px;
    padding: 0 25px;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.breadcrumb li,
.breadcrumb li a {
	font-size: 1.2rem;
	position: relative;
	line-height: 1.3;
    text-shadow: #ffffff 1px 1px 2px, #ffffff -1px -1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff 0px 1px 2px, #ffffff 0-1px 2px, #ffffff -1px 0 2px, #ffffff 1px 0 2px;
}

.breadcrumb li {
	padding-right: 40px;
}

.breadcrumb li a {
    color: #0062a4;
    display: flex;
}
.breadcrumb li a i {
    font-size: 1.5rem;
    position: relative;
    top: -1px;
    margin-right: 1px;
}

.breadcrumb li a.link_txt::after {
	background-color: #358da0;
}

.breadcrumb li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 6px;
	right: 14px;
	width: 12px;
	height: 1px;
	background: #358da0;
}

@media screen and (max-width: 768px) {
    .breadcrumb {
        padding: 0 20px;
    }
    .pan_wrap {
        padding: 6px 0;
    }
}

@media screen and (max-width: 575px) {
}


/* ------------------------------
		pagettl
------------------------------ */
#pagettl {
	padding: 108px 0;
	margin-bottom: 20px;
}

#pagettl .txt_pagettl {
	position: relative;
	text-align: center;
}

#pagettl .txt_pagettl .en {
	font-size: 4.6rem;
	letter-spacing: 0.05em;
	display: inline-block;
	line-height: 46px;
}

#pagettl .txt_pagettl .ja {
	display: inline-block;
	font-weight: 600;
	font-size: 1.8rem;
	margin-top: 10px;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	#pagettl {
		padding: 68px 0;
		background-size: cover;
		background-position: left bottom;
		margin-bottom: 50px;
	}
	#pagettl .txt_pagettl .en {
		font-size: 2.3rem;
		line-height: 1;
	}

	#pagettl .txt_pagettl .ja {
		font-size: .9rem;
		margin-top: 5px;
	}
}


/* ------------------------------
		header
------------------------------ */
header {
    position: relative;
	width: 100%;
	background: #fff;
	z-index: 999;
}
header .h_wrap {
    height: 85px;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    align-items: center;
}
header .logo {
    display: flex;
    padding-bottom: 3px;
}
header .logo h1 {
    font-size: 2.9rem;
    line-height: 1;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: 600;
    align-self: center;
    margin-top: 4px;
}
header .logo h1 span {
    font-family: initial;
    font-weight: normal;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 6px;
}
header .logo img {
    width: 38px;
    margin-right: 10px;
}

/*h_right*/
header .h_right {
    display: flex;
}
header .h_right li {
}
header .h_right li a {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    line-height: 1;
    height: 34px;
    transition: all 0.2s ease-out;
}
header .h_right li a i {
    margin-right: 2px;
}
header .h_right li a span {
    font-size: 1.46rem;
}
header .h_right li.one {
    margin-right: 10px;
}
header .h_right li.one a {
    color: #16688f;
}
header .h_right li.one a i {
    font-size: 1.8rem;
    position: relative;
    top: -1px;
}
header .h_right li.two a {
    color: #ff6734;
}

header .h_right li a:hover {
    color: #fff;
    border: 1px solid transparent;
}
header .h_right li.one a:hover {
    background: #16688f;
}
header .h_right li.two a:hover {
    background: #f77844;
}


@media screen and (max-width: 910px) {
    header .logo {
    }
}

@media screen and (max-width: 768px) {
	header {
		height: 60px;
		padding: 0;
	}
	header .h_wrap.flex {
		height: 100%;
		padding: 0 3%;
	}
	header .logo {
	}
    header .logo h1 {
    }
    header .logo img {
    }
}


/* ------------------------------
    nav
------------------------------ */
.h_pcnav {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.header_nav {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
.header_nav .main_menu {
    display: flex;
    flex-wrap: wrap;
}
.header_nav .main_menu > li {
    position: relative;
	margin: 0 15px;
}
.header_nav .main_menu > li:first-of-type {
    margin-left: 10px;
}
.header_nav .main_menu > li::before {
    content: "●";
    position: absolute;
    top: 19px;
    transition: all 0.2s ease-out;
    color: #cfcfcf;
}
.header_nav .main_menu > li.on::before {
    color: #f2b941;
}
.header_nav .main_menu > li:hover::before {
    color: #f2b941;
}

.header_nav .main_menu > li > a {
	display: block;
    font-weight: 500;
    padding-top: 19px;
    padding-bottom: 20px;
    padding-left: 1.2em;
    font-size: 1.54rem;
}
.header_nav .main_menu > li.on > a {
    pointer-events: none;
}

.header_nav .main_menu > li.not > a {
    color: #c2c2c2;
    pointer-events: none;
    font-weight: normal;
}
.header_nav .main_menu > li.not::before {
    color: #ddd;
}


@media screen and (min-width: 769px) {
}

@media screen and (max-width: 768px) {
	header .toggle {
		display: block;
		position: absolute;
		top: 10px;
		right: 3%;
		width: 25px;
		height: 50px;
		z-index: 1001;
	}
	header .toggle span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		right: 0;
		width: 25px;
		height: 2px;
		background-color: #3d4975;
	}
	header .toggle span:nth-of-type(1) {
		top: 30%;
	}
	header .toggle span:nth-of-type(2) {
		top: 50%;
		margin-top: -1px;
	}
	header .toggle span:nth-of-type(3) {
		width: 15px;
		bottom: 30%;
	}
	header .toggle.toggle_active span:nth-of-type(1) {
		top: 26px;
		transform: rotate(45deg);
	}
	header .toggle.toggle_active span:nth-of-type(2) {
		opacity: 0;
	}
	header .toggle.toggle_active span:nth-of-type(3) {
		width: 25px;
		bottom: 22px;
		transform: rotate(-45deg);
	}
    
	/* ------------------------------
			nav
	------------------------------ */
	.nav_sp_wrap {
		position: fixed;
		top: 60px;
		left: 0;
		display: none;
		width: 100%;
		height: calc(100% - 50px);
		/*background: linear-gradient(to top right, rgb(75 208 195), rgb(49 161 190));*/
        background: linear-gradient(to top right, rgb(70 142 199), rgb(99 207 235));
		overflowinstafeed: auto;
		z-index: 9999;
		overflow-y: scroll!important;
		-webkit-overflow-scrolling: touch;
	}
    .nav_sp {
        width: 100%;
        position: absolute;
        z-index: 999;
        top:45%;
        left:50%;
        transform: translate(-50%,-50%);
    }
	.nav_sp > li{
		position: relative;
        text-align: center; 
	}
	.nav_sp > li > a {
		position: relative;
		display: block;
		height: 46px;
		line-height: 46px;
		font-size: 1.65rem;
		color: #fff;
		font-weight: 600;
		padding: 0 6%;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.1em;
	}
	.nav_sp > li.on > a::before {
		content: '●';
        position: relative;
        right: 10px;
        top: -2px;
        font-size: 1.1rem;
        /*color: #ffe900;*/
        color: #0171bc;
	}
    
    .nav_sp li:nth-of-type(1){
        animation-delay: 0.3s;
    }
    .nav_sp li:nth-of-type(2){
        animation-delay: 0.4s;
    }
    .nav_sp li:nth-of-type(3){
        animation-delay: 0.5s;
    }
    .nav_sp li:nth-of-type(4){
        animation-delay: 0.6s;
    }
    .nav_sp li:nth-of-type(5){
        animation-delay: 0.7s;
    }
    .nav_sp li:nth-of-type(6){
        animation-delay: 0.8s;
    }
    .nav_sp li:nth-of-type(7){
        animation-delay: 0.9s;
    }
    
    .nav_sp_wrap li {
        animation-name: smoothAnime;
        animation-duration:0.5s;
        animation-fill-mode:forwards;
        opacity:0;
    }
}

@keyframes smoothAnime {
  from {
      transform: translate3d(0, -200%, 0);
      opacity:0;
  }

  to {
      transform: translate3d(0, 0, 0);
      opacity:1;
  }
}


/*pagetop*/
#pagetop {
	position: absolute;
	right: 30px;
	transform: translateY(50%);
	z-index: 1000;
}

#pagetop a {
	width: 46px;
    height: 46px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #f9d281;
    color: #fff;
    /*box-shadow: 0 1px 8px #f8f8f8;*/
    transition: all 0.2s ease-out;
}
#pagetop a i {
    display: block;
    font-size: 1.85rem;
    transform: rotate(-90deg);
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#pagetop a:hover {
    background-color: #f77844;
}

/*
#pagetop a:hover {
	animation: poyo .6s;
}

@keyframes poyo {
	from, to { transform: none; }
	10% { transform: scale(1.1); }
	40% { transform: scale(.9); }
	60% { transform: scale(1.04); }
	80% { transform: scale(.98); }
}
*/

/* ------------------------------
    footer
------------------------------ */
footer {
    width: 100%;
	position: relative;
    margin-top: 130px;
    background: #f5f5f5;
    border-top: 1px solid #e0e0e0;
    /*background: linear-gradient(90deg, #eee 33.33%, #fff 33.33%, #fff 50%, #eee 50%, #eee 83.33%, #fff 83.33%, #fff 100%);
    background-size: 6px 6px;*/
}
footer .f_area {
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
}
footer .f_area .flex {
    padding-top: 25px;
}

footer .f_left {
}
footer .f_left .logo {
    display: flex;
    padding-bottom: 20px;
}
footer .f_left .logo h2 {
    font-size: 2.0rem;
    line-height: 1;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: 600;
    margin-top: 2px;
}
footer .f_left .logo h2 span {
    font-family: initial;
    font-weight: normal;
    font-size: 1.0rem;
    letter-spacing: 0.05em;
    display: block;
    margin-top: 3px;
}
footer .f_left .logo img {
    width: 24px;
    margin-right: 7px;
    align-self: baseline;
}
footer .f_left h4 {
    font-size: 1.45rem;
    font-weight: 600;
    margin-left: 10px;
}
footer .f_left .address {
	font-size: 1.4rem;
    margin-top: 6px;
    margin-left: 10px;
}
footer .f_left .address .link_txt {
    color: #0062a4;
}
footer .f_left .address .link_txt::after {
    background-color: #0062a4;
}
footer .copyright{
	font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-align: center;
    margin-top: 30px;
    padding-top: 8px;
    padding-bottom: 10px;
    border-top: 1px solid #d5d5d5;
}

@media screen and (max-width: 768px) {
    footer {
        margin-top: 70px;
    }
    footer .f_left .logo span {
        font-size: 1.2rem;
    }
    footer .f_left .address {
        font-size: 1.3rem;
    }
    footer .copyright {
        font-size: 1.1rem;
        text-align: left;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 575px) {
    footer {
        margin-top: 60px;
    }
    footer .f_area {
        padding: 0 20px;
    }
    footer .f_area .flex {
        padding-top: 25px;
    }
    footer .f_left .logo span {
        font-size: 1.0rem;
    }
    footer .f_left .address {
        font-size: 1.2rem;
    }
    footer .copyright {
        font-size: 1.0rem;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
    }
    footer .f_left h2 {
        font-size: 1.35rem;
    }
    footer .f_left .logo img {
        width: 80px;
    }
}


/* ------------------------------
    mdrnav
------------------------------ */
.mdrnav {
    position: relative;
	border-top:1px solid #ccc;
	margin-top: 60px;
    text-align: center;
}
.mdrnav .area {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
	margin-top: 30px;
    height: 20px;
}
.mdrnav .cenbon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.mdrnav .rigbon {
    position: absolute;
    top: 0;
    right: 0;
}
.mdrnav .lefbon {
    position: absolute;
    top: 0;
    left: 0;
}
.mdrnav a {
    font-size: 1.4rem;
    display: inline-block;
    padding: 10px;
    border: 1px solid transparent;
    color: #0062a4;
    transition: all 0.2s ease-out;
    min-width: 180px;
}
.mdrnav a:hover {
    border: 1px solid #f77844;
    background: #f77844;
    color: #fff;
}

.mdrnav .cenbon a {
    border: 1px solid #ccc;
}
.mdrnav .cenbon a:hover {
    border: 1px solid #f77844;
}

.mdrnav .lefbon a,
.mdrnav .rigbon a {
}

@media screen and (max-width: 768px) {
    .mdrnav {
        margin-top: 40px;
    }
    .mdrnav .area {
        height: 40px;
    }
}

@media screen and (max-width: 575px) {
    .mdrnav .cenbon a span.pc {
        display: none;
    }
    .mdrnav .area {
        margin-top: 20px;
    }
}


/* ------------------------------
    tgnumber-are
------------------------------ */
.tgnumber-are {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.tgnumber {
    display: inline-block;
    align-self: center;
    background: none;
    text-shadow: none;
    box-shadow: none;
    width: auto;
}
.tgnumber .pagination {
    display: -webkit-flex;
    display: flex;
}
.tgnumber .pagination li {
	padding: 0 2px;
    height: 32px;
    display: -webkit-flex;
    display: flex;
    font-size: 1.3rem;
}
.tgnumber .pagination li a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-width: 30px;
    padding: 0 8px;
    line-height: 1;
    border: 1px solid #ddd;
    background-color: #ffffff;
    border-radius: 3px;
}
.tgnumber .pagination li a i {
	/*transform: scale(1, 1.2);*/
    font-size: 1.4rem;
}
.tgnumber .pagination li a span {
}
.tgnumber .pagination li a.on {
	background-color: #1b81da;
	color: #fff;
}
.tgnumber .pagination li a:hover:before {
	content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background-color: #1b81da;
}

.tgnumber .pagination li p {
    align-self: flex-end;
}

.tginfo {
    font-size: 1.3rem;
}
.tginfo-page {
    line-height: 1.4;
}
.tginfo-volm {
    line-height: 1.4;
}

@media screen and (max-width: 767px) {

    .tgnumber .pagination li a {
        width: 30px;
        height: 35px;
    }
    
}


/* ------------------------------
    fm-select
------------------------------ */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-ms-expand {
    display: none;
}
.fm-select {
    width: 100%;
    display: block;
    position: relative;
    font-size: 1.4rem;
    overflow: hidden;
}
.fm-select:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #303030 transparent transparent transparent;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}
.fm-select select {
    width: 100%;
    height: 36px;
    font-size: 14px;
    padding: 0 10px;
    position: relative;
    background-color: #f8f8f8;
    padding-right: 30px;
    border: 1px solid #bbb;
    border-radius: 5px;
}


/* ------------------------------
    table
------------------------------ */
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    border: 1px solid #ccc;
    padding: 15px 15px;
    font-size: 1.5rem;
    line-height: 1.4;
}
table th {
    background-color: #fffde6;
    font-weight: 500;
}

table td {
}
table td b {
    white-space: nowrap;
}

@media screen and (max-width: 575px) {
    table {
        display: block;
    }
    table th, table td {
        border: 0;
        padding: 0;
        padding-top: 15px;
        display: block;
        white-space: normal;
    }
    table td {
        font-size: 1.4rem;
    }
    table td b {
        font-size: 1.5rem;
        font-weight: 500;
        white-space: normal;
    }
    table th {
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
    }
    table th.top {
        border-top: 1px solid #ccc;
    }
    table tr td:nth-of-type(2) {
        border-bottom: 1px solid #ccc;
        padding-top: 5px;
        padding-bottom: 15px;
    }
}


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

.cf {
    display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
    height: 1%;
}
.cf {
    display:block;
}







