@charset "UTF-8";

/*レスポンシブページのfooter専用　PCとSPそれぞれで一度CSSリセットかけている
-------------------------------------------------------------------------------*/
.footer-all-wrapper  * {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
 .footer-all-wrapper html, .footer-all-wrapper body, .footer-all-wrapper div, .footer-all-wrapper span, .footer-all-wrapper object, .footer-all-wrapper iframe, .footer-all-wrapper h1, .footer-all-wrapper h2, .footer-all-wrapper h3, .footer-all-wrapper h4, .footer-all-wrapper h5, .footer-all-wrapper h6, .footer-all-wrapper p, .footer-all-wrapper blockquote, .footer-all-wrapper pre, .footer-all-wrapper abbr, .footer-all-wrapper address, .footer-all-wrapper cite, .footer-all-wrapper code, .footer-all-wrapper del, .footer-all-wrapper dfn, .footer-all-wrapper em, .footer-all-wrapper img, .footer-all-wrapper ins, .footer-all-wrapper kbd, .footer-all-wrapper q, .footer-all-wrapper samp, .footer-all-wrapper small, .footer-all-wrapper strong, .footer-all-wrapper sub, .footer-all-wrapper sup, .footer-all-wrapper var, .footer-all-wrapper b, .footer-all-wrapper i, .footer-all-wrapper select, .footer-all-wrapper dl, .footer-all-wrapper dt, .footer-all-wrapper dd, .footer-all-wrapper ol, .footer-all-wrapper ul, .footer-all-wrapper li, .footer-all-wrapper fieldset, .footer-all-wrapper form, .footer-all-wrapper label, .footer-all-wrapper legend, .footer-all-wrapper table, .footer-all-wrapper caption, .footer-all-wrapper tbody, .footer-all-wrapper tfoot, .footer-all-wrapper thead, .footer-all-wrapper tr, .footer-all-wrapper th, .footer-all-wrapper td, .footer-all-wrapper article, .footer-all-wrapper aside, .footer-all-wrapper dialog, .footer-all-wrapper figure, .footer-all-wrapper footer, .footer-all-wrapper header, .footer-all-wrapper hgroup, .footer-all-wrapper menu, .footer-all-wrapper nav, .footer-all-wrapper section, .footer-all-wrapper time, .footer-all-wrapper mark, .footer-all-wrapper audio, .footer-all-wrapper video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;/* 基本のフォントサイズ 100%=16px;*/
	line-height: 1.8;/* 基本の行間 */
	vertical-align: baseline;
	background: transparent;
}
.footer-all-wrapper a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;/* 基本のフォントサイズ */
	line-height: 1.8;/* 基本の行間 */
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	outline: none;
}
.footer-all-wrapper fieldset {
	border: none;
}
/*.footer-all-wrapper img {
	border: none;
	vertical-align: top;
}*/
.footer-all-wrapper em {
	font-style: normal;
}
.footer-all-wrapper ul li {
	list-style-type: none;
	list-style-image: none;
}
.footer-all-wrapper ol li {
	list-style-type: none;
	list-style-image: none;
}
/*リセットここまで
-------------------------------------------------------------------------------*/




/*------------------------------------------------------------------------------
#footer-link
------------------------------------------------------------------------------*/
/*PC　スマホ共通CSS スマホファーストでCSS書く*/
.footer-all-wrapper .footer-kihon-yohaku{	
	margin: 0 5px;
}
.footer-all-wrapper section.section {
	width: 100%;
	margin: 0 auto;
}	
.footer-all-wrapper .footer-bg-full{
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 30px;
}
.footer-all-wrapper #footer-link {
	color: #333;
	text-align: center;
}
.footer-all-wrapper .footerLogo {
	margin: 0 0 5px;
}
.footer-all-wrapper .footerAddress {
	padding: 5px 0;
	margin-bottom: 20px;
	line-height: 1.3;
	}
.footer-all-wrapper .footer-link-navi {
	font-size: 0.9rem;
	overflow: hidden;
	margin-bottom: 20px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.footer-all-wrapper .footer-link-navi img {
	vertical-align: middle;
}

 .footer-all-wrapper .footer-link-navi li {
	width: 49.6%;
	float: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
 .footer-all-wrapper .footer-link-navi a {
	display: flex;
	float: none;
	position: relative;
	margin: 0;
	padding: 5px 30px 5px 10px;
	color: #333;
	text-align: left;
	height: 3.2em;
	vertical-align: middle;
	-webkit-box-align: center;
	*/ -webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.3;
	font-size: 0.7rem;
	text-decoration: none;
}

.footer-all-wrapper .footer-link-navi .moji-chousei a {
	font-size: 0.6rem;
	line-height: 1.3;
	padding: 8px 30px 8px 10px;
}


 .footer-all-wrapper .footer-link-navi a:hover {
  background: #9E9E9E;
  color: #333;
}
 .footer-all-wrapper .footer-link-navi a:after {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: 5px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}

 .footer-all-wrapper .footer-kinsho{
	margin: 10px 5px 10px;
    text-align: center;
    color: #333;
    font-size: 0.7rem;
    line-height: 1.3;
  }
 .footer-all-wrapper .footer-copyright{
	width: 100%;
	text-align: center;
	background-color: #0a0b3d;
    color: #fff;
    padding: 5px 0;
    font-size: 0.7rem;
	line-height: 1.2;
  }

@media print, screen and (min-width: 768px) {/*footerレスポンシブは939px以下ではなく768px以下でスマホデザインがでるようにした .footer-all-wrapper の親要素を必ずつけること　つけないとここの記述が公式サイトのページに影響する*/
  /*PCのみのCSS*/
　.footer-all-wrapper .footer-kihon-yohaku{
	margin: 0 10px;
}
.footer-all-wrapper section.section {
	width: 768px;
	margin: 0 auto;
}	
  .footer-all-wrapper .footer-bg-full{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 30px;
  }
  .footer-all-wrapper #footer-link {
    text-align: left;
  }
   .footer-all-wrapper .footerLogo {
    margin: 0 0 5px;
	float: left;
  }
   .footer-all-wrapper .footerAddress {
    padding: 15px 0 0 20px;
    margin-bottom: 30px;
	float: left;
  }
   .footer-all-wrapper .footer-link-navi {
	border: none;
  }
   .footer-all-wrapper .footer-link-navi li {
    width: 100%;
    float: none;
	border: none;
  }
	
  .footer-all-wrapper .footer-link-navi a {
    display: inline-block;
    float: left;
    position: relative;
    padding: 5px 20px 5px 13px;
    border: none;
    background: none;
    color: #333;
    text-align: left;
    height: auto;
    vertical-align: middle;
    -webkit-box-align: top;
    */ -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    line-height: 1.4;
    font-size: 0.8rem;
  }
   .footer-all-wrapper .footer-link-navi a:hover {
    color: #757575;
    background: none;
  }
   .footer-all-wrapper .footer-link-navi a:after {
    display: none;
  }
   .footer-all-wrapper .footer-link-navi a:before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 55%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
  }
	
.footer-all-wrapper .footer-link-navi .moji-chousei a {
	font-size: 0.8rem;
	line-height: 1.4;
	padding: 5px 20px 5px 13px;
}
	
	
 .footer-all-wrapper .footer-kinsho{
    font-size: 0.9rem;
  }
 .footer-all-wrapper .footer-copyright{
    font-size: 0.9rem;
  }
}

/*---------------------------------------------------------------------*/
/*SNS　アイコン
---------------------------------------------------------------------*/
.sns-area-rwd{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 30px!important;
}

.sns-icon{
	width: 2vw;
	height: auto;
	padding: 0 10px!important;
}
.sns-icon-y{
	width: 2.1vw;
}

@media only screen and (max-width: 939px) {
.sns-icon{
	width: 8vw;
	height: auto;
	padding: 0 10px!important;
}
.sns-icon-y{
	width: 8.1vw;
}
}




		
		
/*レスポンシブ「スマホサイト・PCサイト」を表示するための切り替えボタン*/
/*------------------------------------------------------------------------------
#responsive-box-switch 
------------------------------------------------------------------------------*/
.responsive-box-switch {
  font-size: 0.9rem;
  overflow: hidden;
  border: 1px solid #0b0c3e;
  background: #0b0c3e;
  padding: 5px 10px 10px;
}
.responsive-box-switch li.chuumoku a { /*注目させたいコンテンツ*/
   background: #b9e3f6;
}
.responsive-box-switch li .chuumoku-box { /*注目させたいコンテンツ*/
	background: #00a0e9;
	padding: 5px;
	margin-right: 5px;
	color: #fff;
	
 }
.responsive-box-switch ul {
	padding-inline-start: 0;
}
.responsive-box-switch li {
	width: 100%;
	float: left;
	list-style: none;
	background: #fff;
}
.responsive-box-switch a {
  display: flex;
  float: none;
  position: relative;
  margin: 0;
  padding: 0 30px 0 10px;
  color: #0b0c3e;
  text-align: left;
  height: 2.5em;
  vertical-align: middle;
  line-height: 1.3;
  -webkit-box-align: center;
  */ -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9rem;
  text-decoration: none;
  background: #fff;
}
.responsive-box-switch a:hover {
  background: #f6f6f6;
  color: #333;
}
.responsive-box-switch a:active {
  background: #00a0e9;
  color: #fff;
}
.responsive-box-switch a:after {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: 5px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}


/*//レスポンシブ「スマホサイト・PCサイト」を表示するための切り替えボタン*/




------------------------------------------------------------------------------*/
/*cv-btn-area 　公式サイト　インクルードファイルで使用*/
/*------------------------------------------------------------------------------
.cv-btn-area 
------------------------------------------------------------------------------*/

/*キャンペーンページなど一部リセットCSSが効いてないところにも利かすための記述追加*/
.cv-btn-full img,.cv-btn-full2 img {
    display: inline!important;
    margin-left: 0!important;
    margin-right: 0!important;
}
.cv-btn-area img {
	display: inline!important;
    margin-left: 0!important;
    margin-right: 0!important;
}
.cv-btn-area img.responsive-icon-svg,.cv-btn-full img.responsive-icon-svg,.cv-btn-full2 img.responsive-icon-svg {
	margin-right: 5px!important;
}
/*//キャンペーンページなど一部リセットCSSが効いてないところにも利かすための記述追加*/


.cv-wrapper{
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 30px;
}
.cv-wrapper .footer-kihon-yohaku{	
	margin: 0;
}

.cv-btn-area {
  font-size: 1rem;
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.cv-btn-area ul {
	padding-inline-start: 0;
}
.cv-btn-area li { /*2列*/
	width: 49.6%;
	float: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	list-style: none;
	background: #fff;
}

.cv-btn-area li.column1 { /*1列*/
	width: 99.8%;
	float: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	list-style: none;
	background: #fff;
}

.cv-btn-area a {
  display: flex;
  float: none;
  position: relative;
  margin: 0;
  padding: 0 30px 0 10px;
  color: #333;
  text-align: left;
  height: 5em;
  vertical-align: middle;
  -webkit-box-align: center;
  */ -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  font-size: 0.9em;
  text-decoration: none;
  background: #fff;
}
.cv-btn-area a.height-half {/*高さ半分*/
  height: 2.8em;
}

.cv-btn-area a.height-half {/*高さ半分*/
  height: 2.9em;
}
.cv-btn-area a:hover {
  background: #f6f6f6;
  color: #333;
}
.cv-btn-area a:after {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: 5px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}

.cv-half{
	width: 47%;
}

.cv-area-midashi1{
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}


.cv-wrapper .cv-btn-full{
	width: 100%;
	margin: 10px 0;
	text-align: center;
	vertical-align: middle;
	/*height: 0;*/
	background: #0b0c3e;
	font-size: 1.1rem;
}
.cv-wrapper .cv-btn-full2{ /*口座開設ボタン*/
	width: 100%;
	margin: 10px 0;
	text-align: center;
	vertical-align: middle;
	/*height: 0;*/
	background: #00a0e9;
	font-size: 1.1rem;
}

.cv-wrapper .cv-btn-full a,.cv-wrapper .cv-btn-full2 a{
	/*height: 100%;*/
	display: block;
	align-items: center;
	text-decoration: none;
	color: #fff;
	position: relative;
	padding: 0.7em 0;
}

.cv-wrapper .cv-btn-full a:after {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: 5px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}
.cv-wrapper .cv-btn-full2 a:after {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: 5px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}
	
.cv-area-time{
	text-align: center;
	padding-top: 15px;
}
.cv-area-tel{
	text-align: center;
	color: #00a0e9;
	font-weight: bold;
    font-size: 2em;
}



/*キャンペーンページなど一部リセットCSSが効いてないところにも利かすための記述追加*/
@media only screen and (max-width: 939px) {	
.cv-btn-area img.responsive-icon-svg,.cv-btn-full img.responsive-icon-svg,.cv-btn-full2 img.responsive-icon-svg {
	margin-right: 2px!important;
}
}
/*//キャンペーンページなど一部リセットCSSが効いてないところにも利かすための記述追加*/

@media only screen and (max-width: 939px) {
.cv-wrapper{
	margin-top: 30px;
}
.cv-wrapper .footer-kihon-yohaku{
	margin: 0 5px;
}
.cv-btn-area li.column1 { /*1列*/
	width: 99.3%;
}

.cv-btn-area a {
  padding: 0 30px 0 10px;
  font-size: 0.8em;
  line-height: 1.1;
}

.cv-half{
	width: 49%;
}
.cv-area-midashi1{
	font-size: 0.9em;
}	
.cv-wrapper .cv-btn-full{
	font-size: 0.8rem;
}
.cv-wrapper .cv-btn-full2{ /*口座開設ボタン*/
	font-size: 0.8rem;
}
.cv-area-time{
	text-align: center;
	padding-top: 0;
}
.cv-area-tel{
    font-size: 1.2em;
	text-align: center;
}
}












