@charset "utf-8";
/* CSS Document */
/*---------------------------------------
base 
---------------------------------------*/
body {
 margin: 0;
 padding: 0;
 border: 0;
}
html {
 height: 100%;
}
body {
 min-width: 960px;
 height: 100%;
 overflow-x: hidden;
 font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", 'MS PGothic', Osaka, sans-serif;
 font-size: 16px;
 color: #555555;
 line-height: 1.8;
 position: relative;
 word-break: break-all;
}
img {
 max-width: 100%;
 height: auto;
 vertical-align: middle;
}
a {
 color: #0973cd;
 text-decoration: underline;
}
@media screen and (min-width: 961px) {
 a:hover {
  color: #f90;
  text-decoration: underline;
 }
 a:hover,a:hover img { opacity: 0.6; }
}
*, *:before, *:after { box-sizing: border-box; }
ul, ol, li {
 list-style: none;
 margin: 0;
 padding: 0;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,p {
 margin: 0;
 padding: 0;
}
#con {
 width: 960px;
 max-width: 100%;
 margin: 0 auto;
}
#con main {
}
@media screen and (max-width: 960px) {
 body { min-width: 100%; }
 #con {
  width: 100%;
  padding: 0 16px;
 }
}
/*---------------------------------------
header 
---------------------------------------*/
header .secLogo {
 display: flex;
 flex-wrap: nowrap;
 align-items: baseline;
 background: url("/img/header_memo.png") no-repeat right 50%;
 padding: 6px 0;
}
header .secLogo > div {
 margin-right: 20px;
}
header .secLogo .all_hdr_anniversary img {
 width: 60px;
}
header .secMenu {
 position: relative;
}
header .secMenu::before {
 content: "";
 width: 100vw;
 height: 100%;
 background: linear-gradient(to bottom, #457be8 0%, #457be8 50%, #0b55ea 51%, #4c80e8 100%);
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -50vw;
}
header .secMenu ul {
 position: relative;
 z-index: 1;
 display: flex;
 align-items: center;
 text-align: center;
 padding: 2px;
}
header .secMenu ul li {
 width: 20%;
}
header .secMenu ul li a {
 text-decoration: none;
 color: #fff;
 line-height: 1.2;
 font-weight: bold;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 8px 0;
 position: relative;
}
header .secMenu ul li.beginner a::before {
 content: "";
 width: 18px;
 height: 18px;
 display: inline-block;
 margin-right: 4px;
 background: url("img/icon_beginner_white.svg") no-repeat left top / 100% auto;
}
@media screen and (min-width: 961px) {
 header .secMenu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
 }
}
@media screen and (max-width: 960px) {
 header .secLogo {
  background: none;
  padding: 6px 2px;
  justify-content: space-between;
 }
 header .secLogo > div {
  margin: 0;
 }
 header .secLogo > div.all_hdr_mitumori_num {
  margin: 0 10px;
 }
 header .secMenu {
  display: none;
 }
}
/*---------------------------------------
footer 
---------------------------------------*/
footer {
 margin-top: 60px;
 padding: 20px 0 120px;
 position: relative;
 color: #fff;
 z-index: 1;
 font-size: 14px;
 line-height: 1.4;
}
footer::before {
 content: "";
 width: 100vw;
 height: 100%;
 background: linear-gradient(to bottom, #408bdf 0%, #1b55c0 100%);
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -50vw;
 z-index: -1;
}
footer .nav_clm + .nav_clm { margin-top: 40px; }
footer .nav_clm a {
 text-decoration: none;
 color: #fff;
}
footer .nav_clm > div:first-child {
 font-weight: bold;
 color: #C7FFF0;
 padding: 10px 0;
 border-bottom: solid 1px #f4f4f4;
}
footer .nav_clm > ul {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 column-gap: 20px;
 row-gap: 10px;
 margin-top: 10px;
}
footer .nav_clm > ul li a {
 display: inline-block;
 background: url("img/arrow01_white.svg") no-repeat left 50% / 8px auto;
 padding-left:14px;
}
footer .all_ftr_cpyr {
 text-align: center;
 margin-top: 40px;
 font-size: 12px;
 color: #C7FFF0;
}
/* CVボタン固定 */
.pagetop {
 width: 60px;
 height: 60px;
 position: absolute;
 right: 20px;
 bottom: 110px;
}
#ctafixed {
 width: 100vw;
 background: url(img/ctafixed01.png) repeat-x left top;
 background-size: auto 100%;
 position: fixed;
 bottom: 0;
 left: 50%;
 right: 50%;
 margin-left: -50vw;
 margin-right: -50vw;
 z-index: 100;
 padding: 10px 10px 0;
 height: 100px;
}
#ctafixed .inner {
 display: table;
 margin: 0 auto;
}
#ctafixed .inner > div {
 display: table-cell;
 vertical-align: middle;
 text-align: center;
}
#ctafixed .inner > div p {
 font-size: 22px;
 line-height: 1.2;
 display: inline-block;
 vertical-align: top;
 color: #F90;
 font-weight: bold;
 margin: 5px 10px 0 0;
}
#ctafixed .inner > div:last-child a {
 display: inline-block;
 vertical-align: middle;
}
#ctafixed .inner > div:last-child a img {
 height: 80px;
 width: auto;
}
#sp_footer, #ftr { padding-bottom: 97px; }
#ctafixed::after, #ctafixed .inner::after { display: none; }
@media screen and (max-width: 960px) {
 footer .nav_clm > ul {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  margin-top: 20px;
 }
 footer .nav_clm > ul li a {
  display: flex;
  width: 100%;
  height: 100%;  
  align-items: center;
  font-size: 13px;
 }
 /* CVボタン固定 */
 .pagetop {
  width: 40px;
  height: 40px;
  right: 10px;
 }
 #ctafixed { height: 100px; }
 #ctafixed .inner {
  display: flex;
  flex-direction: column-reverse;
 }
 #ctafixed .inner > div { display: block; }
 #ctafixed .inner > div p { display: none; }
}
/*---------------------------------------
main 
---------------------------------------*/
h2,h3,h4,h5,h6 {
 font-weight: bold;
 line-height: 1.4;
 margin: 3em 0 1em;
}
p {
 margin-top: 1em;
 margin-bottom: 1em;
}
.sp { display: none; }
.pc { display: block; }
@media screen and (max-width: 960px) {
 .sp { display: block; }
 .pc { display: none; }
}
.bold { font-weight: bold; }
.red { color: red; }
/* パンくず
---------------------------------------*/
#all_alp_path {
 padding: 10px 0;
 font-size: 11px;
 line-height: 1.3;
}
#all_alp_path ul { display: flex; }
#all_alp_path ul li { position: relative; }
#all_alp_path ul li + li::before {
 content: ">";
 margin: 0 8px;
 display: inline-block;
}
@media screen and (max-width: 960px) {
 #all_alp_path {
  margin: 0 -16px;
  padding: 6px 16px;
  background-color: #edf4fa;
  overflow-x: auto;
 }
 #all_alp_path li { white-space: nowrap; }
}
/* 共通見出し
---------------------------------------*/
main h1:not([class]) {
 margin: 1em 0;
 line-height: 1.4;
 text-align: center;
 color:#013DAB;
 position: relative;
}
main h1:not([class])::before {
 content: "";
 width: 100%;
 height: 1px;
 background-color: #ccc;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 z-index: -1;
}
main h1:not([class]) span {
 display: inline-block;
 padding: 0 16px;
 background-color: #fff;
 max-width: 90%;
}
.all_title01 {
	clear:both;
	font-size:32px;
	font-weight:bold;
 text-align: center;
 position: relative;
}
.all_title02 {
 text-align: center;
	font-size:28px;
 color: #00619D;
	padding:20px 0;
 border-top: #ccc dashed 1px;
 border-bottom: #ccc dashed 1px;
 background-color: rgba(255, 255, 255, 0.6);
}
.all_title02 a {
 text-decoration: none;
 display: inline-block;
 background: url("img/arrow01_blue.svg") no-repeat right 50% / 16px auto;
 padding: 0 30px;
}
.all_title03 {
	font-size:24px;
 color: #00619D;
	padding-left:14px;
 border-left: #00619D solid 6px;
}
*[class^="all_title"] span.small { font-size: 0.8em; }
*[class^="all_title"] span.big { font-size: 1.2em; }
*[class^="all_title"] span.blue { color:#074FD2; }
*[class^="all_title"] span.orange { color:#FF5B01; }
*[class^="all_title"] span.green { color:#029800; }
@media screen and (max-width: 960px) {
 main h1:not([class]) {
  margin: 1.4em 0 1em;
  font-size: 22px;
  text-align: center;
 }
 .all_title01 { font-size: 22px; }
 .all_title02 {
  font-size: 20px;
  padding: 12px 0;
 }
 .all_title03 { font-size:18px; }
}
/* logo集
---------------------------------------*/
.agentLogo {
 width: 727px;
 max-width: 100%;
 margin: 40px auto 0;
}
.agentLogo a { display: block; }
@media screen and (max-width: 960px) {
}
/* ご利用の流れ
---------------------------------------*/
ol.flow {
 display: flex;
 justify-content: center;
 margin: 20px 0;
}
ol.flow li {
 width: 196px;
 text-align: center;
}
ol.flow li:nth-child(1),
ol.flow li:nth-child(2) {
 box-sizing: content-box;
 padding-right:30px;
 background: url(/img/all_alp_flow_icon01.webp) no-repeat right 50%;
}
ol.flow li .step {
 font-size: 16px;
 border-top: 1px solid #eeeeee;
 border-bottom: 1px solid #eeeeee;
 display: inline-block;
 padding: 3px 0;
 margin: 0 0 10px;
}
ol.flow li .step span {
 color: #31AAE6;
 font-size: 25px;
}
ol.flow li .txt {
 background-color: #E2F8FF;
 padding: 7px;
 font-size: 18px;
 font-weight: bold;
 color: #0060B8;
 max-width: 196px;
 margin: 7px auto 0 auto;
 line-height: 1.2;
}
@media screen and (max-width: 960px) {
 ol.flow li .step { font-size: 15px; }
 ol.flow li .step span { font-size: 18px; }
 ol.flow li .txt { font-size: 15px; }
 ol.flow li:nth-child(1),
 ol.flow li:nth-child(2) {
  padding-right:20px;
  background-size: 16px auto;
 }
}
/* CV
---------------------------------------*/
/* .all_alp_btn2,.conversion_01 */
.all_alp_btn2 {
 margin: 60px auto 40px;
 position: relative;
 width: 727px;
 height: 230px;
 background: url(/img/all_alp_btn2_bg.webp) left top;
 background-repeat: no-repeat;
 overflow: hidden;
}
.all_alp_btn2 .title {
 position: absolute;
 left: 233px;
 top: 20px;
}
.all_alp_btn2 .desc {
 position: absolute;
 left: 233px;
 top: 63px;
}
.all_alp_btn2 .btn {
 position: absolute;
 left: 319px;
 top: 125px;
}
.all_alp_btn2 .icon {
 position: absolute;
 left: 275px;
 top: 100px;
}
.conversion_01 { display: none; }
/* cv_btn01 */
.cv_btn01,
.cv_btn02 {
 clear: both;
	text-align:center;
	margin:20px 0;
}
.cv_btn01 div,
.cv_btn02 div {
	margin:0 auto 0 auto;
	display:inline-block;
	position:relative;
	padding:67px 0 0 0;
	background: URL(/img/tips1_bg04.png) no-repeat;
	background-position:center top;
}
.cv_btn01 div span,
.cv_btn02 div span {
 display: block;
 width: 92px;
 height: 67px;
	position: absolute;
	bottom: 60px;
	left: -46px;
}
@media screen and (max-width: 960px) {
 /* .all_alp_btn2,.conversion_01 */
 .all_alp_btn2 { display: none; }
 .conversion_01 {
  display: block;
  background: #EFEFEF;
  padding: 10px;
  margin: 20px 0;
  border-radius: 4px;
 }
 .conversion_01 ul {
  width: 100%;
 }
 .conversion_01 ul li.btn01 a {
  display: block;
  box-shadow: 3px 1px 3px rgba(191, 191, 191, 1);
  -moz-box-shadow: 3px 1px 3px rgba(191, 191, 191, 1);
  -webkit-box-shadow: 3px 1px 3px rgba(191, 191, 191, 1);
  text-align: center;
  color: #FFF;
  text-align: center;
  background: -moz-linear-gradient(top, #E82D33, #EC3137 50%, #DF121A 51%, #D6050E 52%, #A70C20);
  background: -webkit-gradient(linear, left top, left bottom, from(#E82D33), color-stop(0.5, #EC3137), color-stop(0.51, #DF121A), color-stop(0.52, #D6050E), to(#A70C20));
  border: 1px solid #F6A9AB;
  border-bottom: none;
  border-radius: 4px;
  font-size: 18px;
  line-height: 60px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #92050D;
  text-decoration: none;
 }
 .conversion_01 ul li.btn02 a {
  margin-top: 10px;
  display: block;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
  border: 1px solid #3FA606;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: -moz-linear-gradient(top, #74C73E, #62C02C 50%, #58B922 51%, #53B51D 52%, #3FA606);
  background: -webkit-gradient(linear, left top, left bottom, from(#74C73E), color-stop(0.5, #62C02C), color-stop(0.51, #58B922), color-stop(0.52, #53B51D), to(#3FA606));
  border: 1px solid #C7E8B1;
  border-bottom: none;
  text-shadow: 1px 1px 2px #5C8146;
  padding: 10px 0 10px;
 }
 .conversion_01 ul li.btn02 a .time { font-size: 12px; }
 /* cv_btn01 */
 .cv_btn01 div,
 .cv_btn02 div {
  padding: 45px 0 0 0;
  margin: 0 12% 0 12%;
  background: url(/img/top_alp_conversion_img02.gif) no-repeat;
  background-position: center top;
  background-size: auto 45px;
 }
 .cv_btn01 div span,
 .cv_btn02 div span {
  width: 76px;
  height: 58px;
  top: 20%;
  left: -35px;
 }
}
/* linkボタン
---------------------------------------*/
.link {
 text-align: right;
 margin: 20px 0;
}
.link a {
 display: inline-block;
 background: url(/img/icon01.gif) no-repeat left 50%;
 padding-left: 17px;
 line-height: 1.4; 
}
@media screen and (max-width: 960px) {
 .link {
  text-align: left;
  font-size: 0.9em;
 }
}
/* 共通メインビジュアル
---------------------------------------*/
.all_main01 {
 position: relative;
 padding: 10px 0;
}
.all_main01::before {
 content: "";
 width: 100vw;
 height: 100%;
 background: url(/img/salon-bus_img15.png) no-repeat right top / auto 100%;
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -50vw;
 z-index: -1;
}
.all_main01 .text {
 width: 560px;
 background: rgba(255,255,255,0.8);
 padding: 10px;
 margin: 20px 0;
 color: #000;
}
.all_main01 .text .catch {
 font-weight: bold;
 font-size: 1.2em;
 color: #0973cd;
}
.all_main01 .text .catch span { color: #FF5B01; }
.all_main01 .text > p:first-child { margin-top: 0; }
.all_main01 .text > p:last-child { margin-bottom: 0; }
@media screen and (max-width: 960px) {
 .all_main01::before { content: none; }
 .all_main01 .all_main01_title { position: relative; }
 .all_main01 .all_main01_title::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1040 / 880;
  background: url("/img/persistency_img07.jpg") no-repeat center bottom / 100% auto;
  margin-top: 10px;
 }
 .all_main01 .text {
  width: 100%;
  background: none;
  padding: 0;
  margin: 10px 0 0; 
 }
}
/* ご利用者の声
---------------------------------------*/
.uservoice01_wrap {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 column-gap: 20px;
 row-gap: 20px;
}
.uservoice01_wrap .uservoice01 .fukidashi {
 padding: 16px; 
 color: #444444;
 border: 1px solid #D2D2D2;
 background-color: #FFFBC7;
 border-radius: 8px;
 position: relative;
}
.uservoice01_wrap .uservoice01 .fukidashi::before {
 content: "";
 width: 100%;
 height: 14px;
 background: url("/img/microbus_bg03.png") no-repeat right 14px top 0 / auto 100%;
 position: absolute;
 right: 0;
 bottom: -14px;
}
.uservoice01_wrap .uservoice01 .fukidashi > div {
 padding: 0 0 10px;
 margin: 0 0 10px;
 font-weight: bold;
 color: #D35500;
 border-bottom: 2px solid #D35500;
 line-height: 1.3;
}
.uservoice01_wrap .uservoice01 .fukidashi p { font-size: 0.8em; }
.uservoice01_wrap .uservoice01 .user {
 text-align: right;
 background: url(/img/microbus_img25.gif) no-repeat right bottom / auto 49px;
 padding-right: 70px;
 margin: 20px 0 0 0;
 line-height: 1.2;
 color: #0091E1;
 font-weight: bold;
 min-height: 49px;
}
.uservoice01_wrap .uservoice01 .user span {
 font-size: 12px;
 padding-top: 5px;
 font-weight: normal;
}
@media screen and (max-width: 960px) {
 .uservoice01_wrap {
  grid-template-columns: repeat(1, 1fr);
  column-gap: 0;
 }
}
/* list
---------------------------------------*/
ul.list01 li {
 padding-left: 20px;
 line-height: 1.6;
 position: relative;
}
ul.list01 li + li { margin-top: 10px; }
ul.list01 li::before {
 content: "";
 width: 10px;
 height: 10px;
 background-color: #015ab8;
 border-radius: 100%;
 position: absolute;
 left: 0;
 top: 0.4em;
}
@media screen and (max-width: 960px) {
}
/* table
---------------------------------------*/
table.table01 {
 width: 100%;
 border-collapse: collapse;
 background-color: #fff;
 table-layout: fixed;
}
table.table01 th {
 font-weight: bold;
 border: solid 1px #ccc;
 background-color: #E3F9FF;
 line-height: 1.4;
 padding: 10px;
}
table.table01 td {
 line-height: 1.4;
 padding: 10px;
 border: solid 1px #ccc;
}
@media screen and (max-width: 960px) {
}
/* 画像+テキスト
---------------------------------------*/
.photo_text { overflow: hidden; }
.photo_text .photo {
 float: left;
 width: 40%;
 margin: 0 20px 20px 0;
 text-align: center;
}
.photo_text .photo.right {
 float: right;
 margin: 0 0 20px 20px;
}
.photo_text .photo + p { margin-top: 0; }
.caption {
 color: #999;
 font-size: 12px;
 margin: 10px 0;
}
.photo_text .photo + p { margin-top: 0; }
.photo_text .catch {
 margin: 10px 0;
 color: #004E96;
 line-height: 1.3;
 font-weight: bold;
}
@media screen and (max-width: 960px) {
 .photo_text .photo {
  width: 100%;
  float: none;
  margin: 0 0 20px;
 }
}
/* 字下げ
---------------------------------------*/
.ind1 {
 text-indent: -1em;
 padding-left: 1em;
}
/* 注意書き
---------------------------------------*/
.note { font-size: 12px; }
/* 横並び
---------------------------------------*/
.clm_wrap {
 display: flex;
 justify-content: space-between;
 column-gap: 30px;
 margin: 30px 0;
}
.clm_wrap .clm {
 flex: 1;
 text-align: center;
}
@media screen and (max-width: 960px) {
 .clm_wrap { display: block; }
 .clm_wrap .clm + .clm { margin-top: 20px; }
}


