@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　共通設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
html {
		text-align: justify;
	
}

html.pp {
    color: #000;
    background: #fff;
}


* {
	margin: 0;
	padding: 0;
}
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;
}
img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
th, td {
	border: 1px solid #000000;
	padding: .5em;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
 *font-size:100%;
 max-width:100%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

hr {
    margin: 30px 0;
}

/*------------------------------------------
■ テキスト間隔
------------------------------------------*/
.txt_pad_t_10{padding-top:10px;}
.txt_pad_t_20{padding-top:20px;}
.txt_pad_t_30{padding-top:30px;}
.txt_pad_b_10{padding-bottom:10px;}
.txt_pad_b_20{padding-bottom:20px;}
.txt_pad_b_30{padding-bottom:30px;}
.txt_m{margin-bottom:5%;}

/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img {
	border: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
	opacity: 0.85;/*--IE,FF対応--*/
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85)";
}
/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {
	zoom: 100%;
}
.fcl:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.img_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.img_left2 {
	float: left;
	margin: 20px 0;
	margin-bottom: 10px;
}

.img_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.img_center {
	display: block;
	margin: 0 auto;
	clear: both;
}

.max_w {
}
/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold{font-weight:bold;}
.txt_small{font-size:80%; line-height: 180%;}
.txt_big{font-size:120%;}
.txt_big2{font-size:140%; line-height: 200%;}
.txt_right{text-align:right;}
.txt_red{color:#ff0000;}
.txt_blue{color:#0066cc;}
.txt_keycolor{color:#1627c7;}
.txt_marker{background-color:#FFFF00;}
.txt_underline{border-bottom:#cccccc 1px dotted;margin-bottom:2px;}
.txt_center{text-align:center; margin-bottom:5%;}
.txt_serif{font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;}

/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {
	display: none;
}
.sp_none {
}

.pad_none{
}


/*------------------------------------------
■ h1
------------------------------------------*/
h1 {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.h1_txt {
	display: block;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
}

/*------------------------------------------
■ メイン設定
------------------------------------------*/
body {
 font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 18px;
	line-height: 180%;
}

#frame {
    margin-top: 6%;
}

.section {
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	width:90%;
}

.section01 {
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	width:1000px;
}

.section02 {
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	width:1000px;
}

.section03 {
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	width:1000px;
}

.section04 {
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width:100%;
	height:100%;
}
.section_bc {
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	width:90%;
}
.section_bc a{
	text-decoration: underline;
}
.bg01{
    background: url("../img/order_bg.jpg") repeat scroll center 0 transparent;
	padding:0;
}

.bg02{
    background: url("../img/order_bg.jpg") repeat scroll center 0 transparent;
    padding: 0;
}

/*------------------------------------------
■　box, txt_area
------------------------------------------*/
.box {
	margin: 0px auto;
	clear: both;
	padding:0 0px;
}

.box02 {
	margin: 5% auto 0;
	clear: both;
	padding:0 0px;
}

.box03 {
	margin: 10% auto 0;
	clear: both;
	padding:0 0px;
}


/*------------------------------------------
■　news box
------------------------------------------*/
.news_box{
	margin:10% auto;
}

.news_box dl{
	border-bottom: 1px solid #ccc;
	margin: 0 auto 4%;
	width:70%;
}

.news_box dt{
	float: left;
	width:20%;
}

.more_btn{
    margin-top: 10%;
}

.more_btn_a{
    position: relative;
    display: block;
    padding: .5em 4em;
    border: 2px solid #ccc;
    text-align: center;
    text-decoration: none;
    transition: .5s;
    width: 30%;
    margin: 0 auto;
	border-radius: 10px;
}

.more_btn_in {
    float: left;
}


/*------------------------------------------
■　Essay
------------------------------------------*/

.block_left00{
	float:left;
	width:80%;
}

.block_left00 .txt_p02{
	    writing-mode: vertical-rl;	
}


.block_right00{
	float:right;
	width:20%;
}

.block_in{
	width:calc(92% / 3);
	margin:0% 1% 5%;
	float: left;
}
.block_in img{
	width:100%!important;
	height:auto!important;
	max-width: 1000px!important;
}

.block_in p{
	text-align:center;
	margin-top:2%;
}

.more_btn02{
    padding-top: 5%;
	display: block;
}

.more_btn_a02{
    position: relative;
    display: block;
    padding: .5em 4em;
    border: 2px solid #ccc;
    text-align: center;
    text-decoration: none;
    transition: .5s;
    width: 40%;
    margin: 0 auto;
	border-radius: 10px;
}

.more_btn_in02 {
    float: left;
}

/*------------------------------------------
■　MEMORIAL SERVICE
------------------------------------------*/
.block_left01{
	float:left;
	width:60%;
}

.block_right01{
	float:right;
	width:10%;
	
}

.block_right01_02{
	float:right;
	width:20%;
    writing-mode: vertical-rl;	
}
.block_left03{
	float:left;
	width:45%;
}

.block_right03{
	float:right;
	width:10%;
	
}

.block_right03_02{
	float:right;
	width:45%;
    writing-mode: vertical-rl;	
}

.block_img{
	width:100%;
	margin:0 auto 2%;
}

/*------------------------------------------
■　Funeral
------------------------------------------*/

.block_left02{
	float:right;
	width:60%;
}
.block_left02-01{
	float:right;
	width:44%;
}
.block_right02{
	float:left;
	width:15%;
}

.block_right02_02{
	float:left;
	width:25%;
    writing-mode: vertical-rl;	
}
.block_right02_03{
	float:left;
	width:40%;
    writing-mode: vertical-rl;	
}

.txt_p{
    padding-top: 10px;
    line-height: 220%;

}


/*------------------------------------------
■ ヘッダーエリア
------------------------------------------*/

header {
  background-color: #000;
  z-index: 10000;
  position: relative;
}

#logo {
    font-weight: bold;
    font-size: 180%;
    width: 32%;
    float: left;
    background: #000;
}
#logo  img {
    width: 50% !important;
}
#global-nav {
    padding: 1.5% 4%;
    background-color: #000;
    height: 2vw;
}
#global-nav li {
	float: left;
	width: calc(100%/8);
	box-sizing: border-box;
}

#global-nav ul {
display: flex;
width: 60%;
float: right;
}



#global-nav li a {
	display: block;
	padding: 0px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.fixed {
	position: fixed;
	width: 92%;
	top: 0;
	z-index: 1000;

}
/*------------------------------------------
■TOP画像エリア
------------------------------------------*/
#top,#top02,#top03 {
	margin: 0 auto;
	position: relative;
}

#top img,#top02 img,#top03 img{
        width:100%;
}

.top_txt01 {
    color: #fff;
    display: block;
    margin: 0 auto;
    text-align: left;
    padding: 1.5% 4%;
    font-size: 1.5vw;
    line-height: 110%;
    font-weight: bold;
    background: #000;
    width: 92%;
    opacity: 0.8;
    position: relative;
    bottom: 94px;
    height: 40px;
}


.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 92%;
  z-index: 10;
}




.top_txt01 ul {
    display: flex;
    width: 65%;
    float: right;
    margin-top: 0.5%;
}

#global-nav li {
    float: left;
    width: calc(100%/8);
    box-sizing: border-box;
    font-size: 1.1vw;
}

.top_a {
    color: #fff!important;
}
.cotnt_a {
    text-align: right;
		display: block;
	font-weight: bold;
	margin-right: 0.5em;
}
.cotnt_a02 {
    text-align: center;
		display: block;
	font-weight: bold;
	margin: 10% auto 0;
	padding:10px ;
	font-size:110%;
	border: 1px solid #000;
	border-radius: 10px;
	width: 40%;
}
.logo {
  width: 27%;
  float: left;
  margin-top: 0.5%;
}
.logo img{width:80%!important;}

.logo02 {
width:27%;
  float: left;
  margin-top: 1.5%;
	text-align:left;
}

.logo02 img{
	width:85%
}

/*------------------------------------------
■ ご要望（01）
------------------------------------------*/




.q_a{
    width:700px;
    padding: 20px 30px;
    margin:0 auto 20px;
    background: #dbd2c7;
}

.q_a dl{
    margin: 0 auto;
    font-size: 17pt;
    line-height: 130%;
    text-align: left;
    font-family: serif;
}

.q_a dt {
    background: url(../img/q.png) no-repeat 15px center,#1627c7;
    color:#fff;
    padding: 15px 0 13px 60px;
    margin: 10px 0 0 0;
}

.q_a dd {
    font-size: 14pt;
    background: url(../img/a.png) no-repeat 15px center;
    padding: 15px 0 10px 60px;
    margin: 0 0 0 30px;
}

.q_a_btn{
    overflow:auto;
}
/*------------------------------------------
■ ご要望（02）
------------------------------------------*/
.w_box2 {
background: linear-gradient(#1627c7 50%, #303089 50%);
    padding: 20px 40px 20px;
    width: 720px;
	display: block;
	margin:  0 auto;
	color:#000;
}

.check_02 {
    text-align: left;
    eidth: 90%;
    margin: 0 auto;
    padding: 1% 3% 3%;
    background-color: #fff;
}

.check_02 li {
    background: url(../img/check.png) no-repeat 20px center;
    font-size: 1.2vw;
    padding: 0px 0 0px 70px;
    font-family: serif;
    margin: 4% 0 0;
}
/*------------------------------------------
■ ご要望（03）
------------------------------------------*/

.check_03{
    text-align: left;
    width: 720px;
    margin: 0 auto;
}

.check_03 li {
    background: url(../img/check.png) no-repeat 30px center,url(../img/list_bg.png) no-repeat bottom right,#1627c7;
    font-size: 15pt;
    padding: 20px 0 20px 72px;
    margin: 20px;
    font-family: serif;
    color: #fff;
}

/*------------------------------------------
■ ご要望（04）
------------------------------------------*/
.list_box04{
    background: #7676a6;
    padding: 20px 0;
    margin: 0 auto;
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
}

.list_box04_inner{
        background: url("../img/bg01.jpg") repeat scroll center 0 transparent;
        color: #1627c7;
        padding:20px 0 ;
}

.check_04{
    text-align: left;
    margin: 0 auto;
}

.check_04 li{
    background: url(../img/check.png) no-repeat scroll  0px center / auto 100%;
    padding-left: 50px;
    margin: 30px 30px;
    font-size: 16pt;
    font-family: serif;
}



/*------------------------------------------
■ タイトル
------------------------------------------*/
.design_headline.type2 h3 {
    display: inline-block;
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}



.design_content .design_headline {
    margin-bottom: 40px;
}

.design_headline {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-bottom: 55px;
    width: 100%;
}

.design_content.num1 .design_headline img {
    width: 114px;
    height: auto;
}

.design_headline img {
    display: block;
    margin: 0 auto 25px;
}

.design_headline h3 {
    line-height: 1.5;
}

.design_content.num1 .design_headline .title {
    font-size: 28px;
}
.rich_font_type3{
	display: inline-block;
    border-right: 1px solid;
}

.rich_font_type3 span{
	letter-spacing: 10px;
}

.rich_font_type2{
   font-size: 1vw!important;
	font-weight: normal!important;
}

.design_headline .title {
    font-size: 40px;
    display: block;
	padding: 0 2%;
	letter-spacing: 10px;
}


/*------------------------------------------
■ リストのチェックアイコン
------------------------------------------*/
ul {
	list-style: none outside none;
}
ul li.icon_check {
	background: url("../img/icon_check.png") no-repeat scroll 0 0;
	padding-left: 34px;
}

ul.asterisk li {
    padding-left: 10px;
  list-style-type: none;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}


/*------------------------------------------
■ アクセス
------------------------------------------*/
.map_area {
	font-size: 16px;
	line-height: 100%;
	text-align: right;
}
.map_in {
	display: block;
	height:570px;
	margin: 0 auto;
	width: 100%;
}

#map1 {
    height: 22vw;
    width: 100%;
	margin:4% 0;
}


/*------------------------------------------
■ フッター
------------------------------------------*/
#footer {
	display: block;
	font-size: 14px;
	line-height: 180%;
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	height: auto;
	background-color: #f7f8f9;
}

.rogo00{max-width: 100%;}
.rogo00 img{width:17%;}
.link{margin-top:1%;}

.copyright {
    color:#000;
    height: 40px;
    margin: 0px auto 0;
	background-color: #f7f8f9;
}
/*------------------------------------------
■ ページトップへ戻るボタン
------------------------------------------*/
#go_top {
    bottom: 95px;
    display: none;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto;
    padding: 0;
    z-index: 999;	
    z-index: 99;
    position: fixed;
    right: 0;
    bottom: 0;
}	

#go_top a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    font-family: "design_plus";
    font-size: 12px;
    content: "▲";
}
	

#go_top a {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background: #000;
    color: #fff;
}

#go_top a:hover{
    background: #660000;	
}


/*------------------------------------------
■ トップナビゲーション
------------------------------------------*/
#top_nav {
    background-color: #000;
    height: 5vw;
    margin: 0 auto;
    opacity: 0.9;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
	opacity: 0.8;
}
#top_nav_in {
	padding: 1.5% 4%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	width: 92%;

}



#top_nav_in .top_nav_left {
	margin: 0px;
	padding: 0px;
}
#top_nav_in .top_nav_left ul {
    display: flex;
    width: 60%;
    float: right;
}
#top_nav_in .top_nav_left ul li {
    width: calc(100%/8);
    font-size: 1vw;
    text-align: center;
}
#top_nav_in .top_nav_left ul li a {

}
.bdrl{
}
#top_nav_in .top_nav_left ul li a:hover {
	background-color:#660000;
}
#top_nav_in .top_nav_right {
	margin: 0px;
	padding: 0px;
	float: right;
}
#top_nav_in .top_nav_right .top_nav_tel {
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	text-indent: -5px;
 text-align:center;
}
#top_nav_in .top_nav_right .top_nav_tel span {
	color: #FF0000;
}
#top_nav_in .top_nav_right .top_nav_tel a.plain {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	white-space: nowrap;
	cursor: default;
}
#top_nav_in .top_nav_btn {
	float: right;
}
/*------------------------------------------
■ SPナビゲーション
------------------------------------------*/
.sp_nav {
	display: none;
}

/*------------------------------------------
■ プライバシーポリシーページ設定
------------------------------------------*/
#pp_page {
}
.sub_page_h {
	font-weight: bold;
	margin: 20px 0 5px;
	padding: 5px 10px;
	color:#000;
}


/*------------------------------------------
■ モーダル
------------------------------------------*/

.cp_modal02 {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 70px;
font-size: 16px;
font-weight: 300;
line-height: 1.5;
color: #444444;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.cp_modal02:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.cp_modal02 .cp_content p {
margin: 0;
line-height: 1.5;
}
.cp_modal02 p.citation {
text-align: right;
}
.cp_modal02 p.citation::before {
content: '\2500'
}
.cp_modal02 p:not(.citation) {
margin-bottom: 1.5rem;
}
.cp_modal02 a {
text-decoration: none;
}
.cp_modal02 label {
cursor: pointer;
}
.cp_modal02 .cp_modal_btn {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #1627c7;
    border-radius: 15px;
    text-align: center;
    transition: box-shadow 250ms ease;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 5px #c3c4be;
	font-weight: bold;
}
.cp_modal02 .cp_modal_btn::before {
content:  '料金表';
font-size: 2em;
line-height: 0;
width: 100%;
color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;	
}
.cp_modal02 .cp_modal_btn:hover {
}
.cp_modal02 .cp_modal_bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 10;
visibility: hidden;
transition: background-color 250ms linear;
}
.cp_modal02 .cp_modal_cont {
    position: absolute;
    top: 45%;
    left: 24%;
    width: 100%;
    height: 468%;
    overflow-y: scroll;
    margin-top: -18%;
    margin-left: -25%;
    padding: 30px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 2px 5px #c3c4be;
    transform: scale(0);
    transition: transform 250ms ease;
    visibility: hidden;
    z-index: 20;
	overflow-y:hidden;
}
.cp_modal02 .cp_modal_cont .cp_close {
position: relative;
float: right;
font-size: 18px;
transition: transform 500ms ease;
z-index: 11;
}
.cp_modal02 .cp_modal_cont .cp_close:hover {
color: #da3c41;
transform: rotate(180deg);
}
.cp_modal02 .cp_modal_cont header {
position: relative;
display: block;
border-bottom: 1px solid #1627c7;
margin-bottom: 1.5em;
}
.cp_modal02 .cp_modal_cont header h2 {
margin: 0 0 10px;
padding: 0;
font-size: 28px;
	text-align: center;
	font-weight: bold;
}
.cp_modal02 .cp_modal_cont article {
position: relative;
display: block;
margin: 0;
padding: 0;
font-size: 16px;
line-height: 1.75;
}
.cp_modal02 .cp_modal_cont footer {
position: relative;
display: flex;
align-items: center;
justify-content: flex-end;
width: 100%;
margin: 0;
padding: 10px 0 0;
}
.cp_modal02 .cp_modal_cont footer .cp_btn {
position: relative;
padding: 10px 30px;
border-radius: 3px;
font-size: 14px;
font-weight: 400;
color: white;
text-transform: uppercase;
overflow: hidden;
}
.cp_modal02 .cp_modal_cont footer .cp_btn:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: rgba(88, 24, 26, 0.3);
transition: width 250ms ease;
z-index: 0;
}
.cp_modal02 .cp_modal_cont footer .cp_btn:hover:before {
width: 100%;
}
.cp_modal02 .cp_modal_cont footer .cp_btn.cp_cl {
background-color: #1627c7;
}
.cp_modal02 #cp_modal {
display: none;
}
.cp_modal02 #cp_modal:checked ~ .cp_modal_bg {
visibility: visible;
opacity: 0.7;
transition: background-color 250ms linear;
}
.cp_modal02 #cp_modal:checked ~ .cp_modal_cont {
visibility: visible;
transform: scale(1);
transition: transform 250ms ease;
z-index: 111;
}
@media only screen and (max-width: 480px) {
.cp_modal02 .cp_modal_cont{
top: 30%;
left: 30%;
width: 90%;
}
}




.resp-tabs-list li {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    padding: 13px 2%;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    width: 46.5%;
	border-bottom: 3px solid #1627c7;
    background-color: #d9d9d9;
	color: #565656;
	text-align: center;	
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #1627c7!important;
	color: #fff!important;
	text-align: center;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    padding: 4%;
    clear: both;
    overflow: hidden;	
}

#horizontalTab{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 5% auto 0;	
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #1627c7 !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}



.page_title {
  text-align: center;
  font-size: 2vw;
  padding: 130px 0 2%;
  letter-spacing: 0.2em;
  background-color: #ccc;
}
.box_news_list{
    width: 1000px;
    display: block;
    margin: 4% auto;
}


.box_news_list dl{
	display:flex;
	margin-top:4%;
	margin-bottom:4%;
	padding-bottom: 2%;
	border-bottom:2px dotted #ccc;
	padding:1%;
}

.box_news_list dt{
	width:10%;
	margin-right: 2%;
    padding:1%;
}


.topix_title{ margin-right:2%; padding:1%; font-weight: bold!important; }
.topix_txt {
  padding: 1%;
  margin-right: 2%;
}
.topix_btn {
  border: 2px solid #cccc;
  padding: 1% 2% 0.5%;
  text-align: center;
font-size: 75%;
}

.topix_btn:hover{background-color:#ccc;}

.box_news {
    width: 1000px;
    display: block;
    margin: 0% auto;
    background-color: #fff;
    padding: 5% 2%;
	height:100%;	
}

.news_day{
	padding:10px 0;
}
.news_word{
	padding:2% 0;
}

.pan_area{
	width:1001px;
	background-color:#fff;
	padding:0% 2% 0;
	margin:0 auto;
}

.next_btn{
	text-align:center;
}

.sub_title_a {
 	border-bottom: solid 3px #ccc;
	position: relative;
	font-size: 150%;	
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;	
	line-height: 175%;
}

.sub_title_a:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #999;
  bottom: -3px;
  width: 30%;
}

.sub_title_b {
 	border-bottom: solid 3px #ccc;
	position: relative;
	font-size: 1.5em;	
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;	
	margin-bottom:5%;
	margin-top:2%;
}

.sub_title_b:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #999;
  bottom: -3px;
  width: 30%;
}
.ask_title {
	position: relative;
	font-size: 1em;	
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;	
	margin-bottom:5%;
	margin-top:2%;
	
}
.ask_title span{
	font-size: 2em;
	line-height:2;
}
/* for Scroll Fix Header */



.fix-header {
	background-color:#000;
	line-height: 66px;
	top: -66px;/* 上に隠す鷹さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	position: fixed;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 100000;/*　他のアイテムに対して最上位のレイヤーになるように */
/*	opacity: 0; */
  padding: 0.5% 0;
}

	.fix-header-contents{
		width:1000px;
		margin: 0 auto;
	}

.fix-header ul{
list-style-type: none;
}

.fix-header li{
	float:left;
	margin-right:25px;
}

.fix-header li a,.fix-header li a:visited{
	color: #fff;
	text-decoration: none;
}
.fix-header li:last-child{
	margin-right:0;
}
#fix-header-logo{
	float:left;
}

#fix-header-logo img{
width:54px;
}

#fix-header-menus{
	float:left;
	text-align: right;
}
#scroll-fix-menu img{
padding-bottom: 5px;
   border-bottom:2px solid #fff;
}

#scroll-fix-menu .current-menu-item img{
   border-bottom:2px solid #0f142a;
}

#scroll-fix-menu a img:hover{
   border-bottom:2px solid #0f142a;
	transition:border-color 0.6s ease-out;
}

/* micro clearfx */
.cf:before, .cf:after {
		content:"";
		display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */

.t_nav{
position: fixed;
top: 0;	
}

nav {
  width: 100%;
  background-color: #000;
  z-index: 100000;
  position: absolute;
  padding: 1% 2%;
}
	.nav-container{
		width:1100px;
		margin: 0 auto;
	}
	
	nav ul{
		padding:0;
		list-style: none;
	}
	
	nav ul li{
		float:left;
		margin:10px 30px 10px 0;
	}
	
	nav ul li a,nav ul li a:visited{
		color: #fff;
		text-decoration: none;
	}
	
.top_greed{
	height:480px;
}


.tate_t_box{
   text-align: right;
}

.tate_t_in{
   -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  height: 510px;
  text-align: left;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  -ms-column-gap: 30px;
  column-gap: 30px;
  display: inline-block;
}

/*------------------------------------------
■ フォーム部分
------------------------------------------*/
.form_area {
	margin: 0px auto 40px;
}
/* --フォームテーブルの部分-- */
.table_box {
	border-top: 1px dashed #f5f5f5;
	margin: 15px auto;
	width: 100%;
}
.inq_box {
	border-bottom: 1px dashed #f5f5f5;
	display: block;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px;
}
.inq_box_top {
	border-top: #cccccc 1px solid;
}
.inq_box_title {
      border-left: 10px solid #000;
    float: left;
    font-weight: bold;
    line-height: 150%;
    margin-top: 20px;
    padding-left: 12px;
    width: 25%;
	text-align: left;
}
.inq_box_txt {
	display: block;
	float: left;
	line-height: 140%;
	padding-left: 0px;
	padding-top: 10px;
	width: 70%;
	text-align: left;

}
input, textarea, select {
	font-size: 16px;
	margin: 5px auto;
	padding: 5px;
}
input[type=text]:focus, textarea:focus, select:focus {
	outline: 0;
	background-color: #FFFFDD;
}

.inq_w{width:100%;}

.form_tel{
	border-top:1px solid #432ac5;
	border-bottom:1px solid #432ac5;
	width:100%;
	display: block;
	margin: 0 auto;
	padding:1% 0;
	margin-bottom: 3%;
	margin-top:4%;
	text-align: center;
	font-size: 130%;
}
/*------------------------------------------
■ ペジネーション
------------------------------------------*/
.pagination{
	display: block;
	width: 1000px;
    margin: 0 auto;
}
.screen-reader-text{
	display:none;
}
.nav-links{
}

.page-numbers{
display: flex;
}

.page-numbers li{
	padding:1%;
	text-align: center;
}
.page-numbers span{
	display: block;
}

.page-numbers a{
	display: block;
}

.nav-links{
  padding:2em;
  display:flex;
  justify-content:center;
}
.page-numbers a{
  width:50px;
  height:50px;
  margin:2px;
  line-height:50px;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  background:#fff;
  color:#222;
  transition:.3s;
}

.page-numbers span{
  width:50px;
  height:50px;
  margin:2px;
  line-height:50px;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  background:#fff;
  color:#222;
  transition:.3s;
}
.page-numbers a:hover{
  background:gold;
  border-radius:100%;
  transform:rotate(360deg);
}
.current{
  background:gold;
  border-radius:100%;
}
.dots{
  background:none;
}
.block_left {
    float: left;
    width: 48%;
}

.block_right {
    float: right;
    width: 48%;
}
.bx_margin{
margin-top:5%;	
}
.mpb_00{
	margin-bottom:0!important;
	padding-bottom:0!important;
}
.innr_ph{
	width:50%;
}
