@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP');

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２．初期設定
タグに値を設定

タグ自体に設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
}
body {
  height: 100%;
	font-size:1.4rem;
	line-height:1.8;
	-webkit-text-size-adjust: 100%;
	color: #000;
}
body, textarea { font-family:"Yu Gothic", YuGothic,"'Noto Sans JP', ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"}



input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }
h1 {
	font-size:10px;
	font-weight:normal;
	line-height:100%;
}
a, a:link, a:visited {
	text-decoration:underline;
	color: #28406d;
}
a:hover, a:active {
	text-decoration:underline;
	color:#f7b100;
}

a img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.f_mincho {
	font-family :'Noto Serif JP',"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", YuMincho, '游明朝', serif;
	font-weight: bold;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

*, *:before, *:after {
box-sizing: border-box;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■３．共通仕様

　※ここでの設定は、ＩＤ・ＣＬＡＳＳは固定名
　※設定する値は任意

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．フレーム
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#wrapper {
	position:relative;
	margin:0 auto;
	overflow: hidden;
	min-width: 100%;
	padding: 40px;
}
/*.container {
	width: auto;
	max-width: 1050px;
}*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-２．ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#header {
	height: 120px;
	/*background: url("../images/header_bg.png") repeat-x center top;*/
}
.header {
	padding-bottom: 10px;
}
#seo {
}
#seo h1 {
	width:1050px;
	margin:0 auto;
	padding:5px;
	font-size:10px;
}
#header .header_inner{
	position:relative;
	width:1050px;
	margin:0 auto;
	line-height:1.5;
	padding: 25px 0;
}
#header #logo {
  padding: 30px 0 0 0;
}

#header #h_navi{
	width:410px;
	margin: 0 0 15px;
}
#header #h_navi ul li {
	padding-left: 1em;
	background: url("../images/h_ico_marker.png") no-repeat left 4px;
	margin-left: 15px;
}
#header #h_navi ul li a{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#header #h_navi ul li a:hover{
	text-decoration: underline;
}
#header #h_tel{
	
}
#header #h_tel .contact{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#header #h_tel .tel{
	position: inherit;
	font-size: 32px;
	line-height: 1;
	color: #000;
	margin-right: 20px;
}
#header #h_tel .tel::before {
	position: relative;
	content: '';
	display: inline-block;
	width: 29px;
	height: 27px;
	margin-right: 10px;
	background-image:url("../images/h_ico_tel.png") ;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	
}
#header #h_tel .acceptance {
	font-size:15px;
	padding:0 10px;
	line-height: 40px;
	color: #fff;
	border: 2px solid #fff;
	font-weight: bold;
	background-color: #dd2723;
}

#header .h_catch {
	padding: 20px 0 0 20px;
}
#header .h_right {
	width: 500px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-３．ナビゲーション（横型）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#navi {
	background-color: #dd2723;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#navi ul li {
  flex-grow: 1;
	width: calc(100% / 5);
	border-left: 1px solid #fff;
}
#navi ul li:last-child {
	border-right: 1px solid #fff;
}
#navi ul li a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 55px;
	text-align: center;
  -webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*#navi ul li.shop a{
	position: relative;
}
#navi ul li.shop a::before {
	position: relative;
	content: '';
	display: inline-block;
	width: 25px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
	background-image: url("../images/navi_ico05.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#navi ul li.shop a:hover:before{
	background-image: url("../images/nav_ico05_on.png");
}*/
#navi ul li a i{
	margin-right: 5px;
	color: #fff;
}
#navi ul li a:hover i{
	color: #fff;
}
#navi ul li a:hover{
	background: #dd2723;
  animation: wobbleud 0.5s linear infinite;
}
@keyframes wobbleud{
  0%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  75%{
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }

  100%{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-４．コンテンツ・ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#main {

	background-color:#FFF;
}
.container {
	margin: 0 auto;
}
.container2 {
	width: 75%;
	margin: 0 auto;		
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-５．コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#content {
	margin: 0 auto;
}


h3 span {
    padding: 0 0 0 20px;
    font-size: 10px;
    font-weight: normal;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．パン屑
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#crumb {
	margin-bottom: 10px;
}
#crumb ul {
	margin: 0 auto;
}
#crumb ul li {
	float: left;
	font-size: 12px;
}
#crumb ul li a {
	position: relative;
	margin-right: 2.5em;
	color: #dd3c4e;
}
#crumb ul li a::after {
	position: absolute;
	content: '';
	top: .5em;
	right: -1.5em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #4c4b49;
	border-bottom: 1px solid #4c4b49;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．ページトップ（クラス）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
div.page-up {
	padding:10px;
	text-align:right;
}
p.page-up {
	padding:10px 0;
	text-align:right;
}
.page-up a {
	font-size:12px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-８．フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.page-top {
	display: none;
  position: fixed;
  z-index: 2;
  right: 50px;
}
.page-top a {
  width: 80px;
  height: 80px;
	font-size: 10px;
	border-radius: 50%;
	background-color: #111;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.page-top a:hover {
  opacity: .7;
}

#footer {
	color: #fff;

  background-image: linear-gradient(90deg, #98e4c5, #70d2ff);
	position: relative;
	margin-top: 40px;
}
#footer .footer {
	margin: 0 auto;
	padding: 30px;
}
#footer .fnav {
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}
#footer ul#f_navi {
	padding: 25px 0 25px;
	width: 610px;
}
#footer ul#f_navi li {
	padding-left: 1em;
/*	background: url("../images/h_ico_marker.png") no-repeat left 4px;
*/	margin-left: 15px;
}



#footer ul#f_navi li a {
	color:#fff;
	text-decoration: none;
}
#footer ul#f_navi li a:hover {
	text-decoration: underline;
}


#footer ul#f_navi li a:before {
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #333333;
}


#footer .address {
	padding: 15px 0;
	display: flex;
  justify-content: space-between;
}
#footer .copyright {
	background-color: #111;
	color: #fff;
}
#footer address {
	text-align:center;
	padding: 10px 0;
}
#footer address a {
	color:#fff;
}
#footer address a:hover {
	color:#e06c09;
}
#footer ul#ico li {
	margin:0 0 0 5px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■４．対複数設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*赤字*/
.red {
	color:#c00;
}
.blue {
	color:#36c;
}

/*太字*/
.bold {
	font-weight:bold;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■５．その他の設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*フロート・クリアーボックス*/
.clear {
	clear:both;
	display:block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


.left {
	float:left;
	display:inline
}
.right {
	float:right;
	display:inline
}
.text_r {
	text-align:right;
}
.center {
	text-align:center;
}
.img_l {
	float:left;
	margin-right:10px;
}
.img_r {
	float:right;
	margin-left:20px;
}
.btn_r {
	text-align:right;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.fa{
	margin-right:5px;
}



[class*="btn"] a {
  text-decoration: none;
}

.btn a {
  position: relative;
  display: block;
  /*width: 100%;*/
  text-align: center;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.btn a:hover {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
  text-decoration: none !important;
}

.btn.arrow a::before, .btn.arrow a::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
}

.btn.arrow.before a::before {
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn.arrow.after a::after {
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



/* c-flex
--------------------------------------------------------- */
[class*="c-flex"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-flex--nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c-flex--between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.c-flex--around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}

.c-flex--alignCenter {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.c-flex--alignEnd {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.c-flex--reverse {
  -webkit-flex-direction: row-reverse;
  -moz-align-items: row-reverse;
  -ms-align-items: row-reverse;
  -o-align-items: row-reverse;
  flex-direction:row-reverse;
}
.c-flex--col {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.c-jus-center {
	-webkit-justify-content: center; 
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.c-jus-end {
	-webkit-justify-content: flex-end; 
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.c-item--alignCenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.c-item--stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.justify-end{justify-content: flex-end;}

/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/
/*--------------------------------------------------
	margin 
-------------------------------------------------- */ 
.m00 {
	margin: 0px !important;
}
.m05 {
	margin: 5px !important;
}
.m10 {
	margin: 10px !important;
}
.m15 {
	margin: 15px !important;
}
.m20 {
	margin: 20px !important;
}
.m25 {
	margin: 25px !important;
}
.m30 {
	margin: 30px !important;
}
.m35 {
	margin: 35px !important;
}
.m40 {
	margin: 40px !important;
}
.m45 {
	margin: 45px !important;
}
.m55 {
	margin: 55px !important;
}
.mt00 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt33 {
	margin-top: 33px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 30px !important;
}
.mt45 {
	margin-top: 35px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mr00 {
	margin-right: 0px !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mb00 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.ml00 {
	margin-left: 0px !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
/* 
--------------------------------------------------
	padding
-------------------------------------------------- */
.p00 {
	padding-top: 0px !important;
}
.p05 {
	padding-top: 5px !important;
}
.p10 {
	padding-top: 10px !important;
}
.p15 {
	padding-top: 15px !important;
}
.p20 {
	padding-top: 20px !important;
}
.p25 {
	padding-top: 25px !important;
}
.p30 {
	padding-top: 30px !important;
}
.p35 {
	padding-top: 35px !important;
}
.p40 {
	padding-top: 40px !important;
}
.p45 {
	padding-top: 45px !important;
}
.pt00 {
	padding-top: 0px !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pr00 {
	padding-right: 0px !important;
}
.pr05 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr45 {
	padding-right: 45px !important;
}
.pb00 {
	padding-bottom: 0px !important;
}
.pb05 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pl00 {
	padding-left: 0px !important;
}
.pl05 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl45 {
	padding-left: 45px !important;
}

/*--------------------------------------------------
	width
-------------------------------------------------- */
.w14 {
	width:14px !important;
}
.w21 {
	width:21px !important;
}
.w28 {
	width:28px !important;
}
.w42 {
	width:42px !important;
}
.w49 {
	width:49px !important;
}
.w56 {
	width:56px !important;
}
.w63 {
	width:63px !important;
}
.w70 {
	width:70px !important;
}
.w77 {
	width:77px !important;
}
.w84 {
	width:84px !important;
}
.w91 {
	width:91px !important;
}
.w98 {
	width:98px !important;
}
.w105 {
	width:105px !important;
}
.w-20 {
	width:20% !important;
}
.w-40 {
	width:40% !important;
}
.w-45 {
	width:45% !important;
}
.w-50 {
	width:50% !important;
}
.w-55 {
	width:55% !important;
}
.w-60 {
	width:60% !important;
}
.w-70 {
	width:70% !important;
}
 



#main {
  box-sizing: border-box;
  margin-left: 300px;
    width: calc(100% - 300px);
	background: #f3f3f3;
}
#sub {
  box-sizing: border-box;
  height: 100%;
  width: 300px;
  position: fixed;
  overflow: auto;
  background: #fff;
padding-bottom: 80px;
border-left: 10px solid #28406d;    
}

#sub .fc .fc-toolbar-title {font-size: 1.5em;}
#sub .fc .fc-button-primary {
  background-color: #e06c09;
  border-color: #e06c09;
}
#sub .fc .fc-button {padding: 0.2em 0.3em;}
#sub .fc .fc-toolbar.fc-header-toolbar {margin-bottom: 0.5em;}
#sub .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {min-height: 0.5em;}

.nav_01 {
		border-top: 1px dashed #ddd;
	margin-bottom: 10px;
}


.nav_01 li {
		border-bottom: 1px dashed #ddd;
	overflow: hidden;

}

.nav_01 li a, .nav_01 li.accordion01{
	display: block;
	padding: 20px;
	overflow: hidden;
	color: #333;
}

.nav_01 .ttl{
	float: left;
	font-weight: 600;
	font-size: 18px;
	margin-top: 5px;
  color: #e06c09;
}



.nav_02 li {
		border-bottom: 1px dashed #ddd;
	overflow: hidden;

}

.nav_02 li a{
	display: block;
	padding:10px  20px;
	overflow: hidden;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}



.ico {
	float: right;
	width: 40px;
}

table {
	background: #fff;
}

.nav_02 {
	display: flex;
	justify-content:space-around;
	margin-left: 10px;
}

.nav_02 li{
	width: 46%;
	border: 2px solid #28406d;
	margin: 10px 10px 0 0;
	border-radius: 10px;
}

.nav_02 li a{
	display: block;
	width:100%;
	padding:0 10px 10px 10px;
}

.nav_03 {
	margin: 10px 10px  0 10px;
}

.nav_03 li{
	width: 100%;
	border: 2px solid #28406d;
	border-radius: 10px;
	text-align: center;
}

.nav_04 {
	margin: 10px 10px  0 10px;
}

.nav_04 li{
    margin-bottom: 10px;
}



.nav_03 li a{
	padding: 20px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #111;
}


.arr {
	font-size: 12px;
	margin-right: 10px;
	color: #28406d;
	
}


.head_wrap {
    margin: 10px;
}
.head_wrap h1 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

#voice td{
    width: 33.3%;
    padding: 10px;
}

#voice td img{
    margin-bottom:10px;
}

#feature {
    margin-bottom: 40px;
    background: url("../images/back_orange.png") #fff right bottom no-repeat;
    background-size: 100% auto;
}

#feature h4{
    color: #28406d;
    font-size: 18px;
    font-weight: bold;
}
#feature ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#feature ul li{
  width: 47%;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
#feature ul li .feature-box{
  width: 600px;
  line-height: 1.3;
}
#feature ul li .text-box{
  width: 360%;
}

/*アコーディオン*/
.accordion01 {
  position: relative;
}

.accordion01 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1.5em;
    font-weight: 600;
    cursor: pointer;
}

.accordion01 summary::-webkit-details-marker {
    display: none;
}

.accordion01 summary::before,
.accordion01 summary::after {
    width: 4px;
    height: 1.5em;
    border-radius: 5px;
    background-color: #111;
    content: '';
}

.accordion01 summary::before {
    position: absolute;
    right: 2.5em;
    rotate: 90deg;
}

.accordion01 summary::after {
    transition: rotate .3s;
    right: 2.5em;
    position: absolute;
}

.accordion01[open] summary::after {
    rotate: 90deg;
}

.accordion01 .accordion-inner {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    /*padding: .3em 2em 1.5em;*/
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion01[open] .accordion-inner {
    transform: none;
    opacity: 1;
}

/*位置決め*/
.position-relative {position: relative;}
.position-absolute {position: absolute;}
.position-sticky {position: sticky;}

.top-0 {top: 0;}
.start-0 {left: 0;}
.end-0 {right: 0;}

.z-999 {z-index: 999;}

.h-0 {height: 0;}

#loan-simulator iframe {height: 100vh;}

/*フォントサイズ*/
.f12px {font-size: 12px !important;}

/*フローティングメニュー*/
.c-float-nav {
  max-width: 432px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  background: #28406d;
  z-index: 100;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.c-float-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
}
.c-float-nav__item {
  background: #28406d;
  border-bottom: 2px solid #fff;
}
.c-float-nav__item:last-child {
  border-bottom: none;
}
a.c-float-nav__link {
  width: 50px;
  height: 175px;
  display: flex;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.25rem;
}
a.c-float-nav__link svg {
  margin-bottom: 0.5rem;
}
