@charset "UTF-8";
/*
追加用css
適応範囲：全ページ
*/

/* 2019年9月5日 */
.list_box {
  display: flex;
  max-width: 600px;
  margin: 2rem auto;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.list_box .list_left_wrap, .list_box .list_right_wrap {
  width: 50%;
  overflow :hidden;
}

.list_box .list_left_head, .list_box .list_right_head {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  padding: 0 1em;
  font-size: 15px;
  line-height: 1.5;
  height: 65px;
  display: table-cell;
  vertical-align: middle;
  width: 1000px;
}

.list_box .list_left_head {
  background: #FFA883;
}

.list_box .list_right_head {
  background: #6FC7E1;
}

.list_box .list_left_head {
  border-radius: 4px 0 0 0;
}

.list_box .list_right_head {
  border-radius: 0 4px 0 0;
}

.list_box .list_left, .list_box .list_right {
  padding: 1.5em;
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.list_box .list_left {
  background-color: #FFF6F2;
}

.list_box .list_right {
  background-color: #F0F9FC;
}

.list_box p {
  padding: 0;
  margin: 0 0 20px;
}


/* 2020年3月9日追加  */
/*********************************
* タイムライン
*********************************/
.ptimeline-wrap{
    margin:0 auto 2rem;
}
.ptimeline-wrap .ptimeline{
    padding:0 !important;
    list-style:none !important;
}
.ptimeline-wrap .ptimeline-label {
    padding: 3px 0 0 2px;
    color: #aaa;
    font-size: 12px;
    font-weight: 500;
}
.ptimeline-wrap .ptimeline-title {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
    color:#018FA7;
}
.ptimeline-wrap .ptimeline-main {
    margin-top: 0.5em;
    padding: 0 0 1.5em;
    font-size: 0.9em;
    line-height: 1.8;
    border-bottom: dashed 1px #ddd;
    color:#555;
}
.ptimeline-wrap .ptimeline-main img{
  display:block;
  margin:1em auto;
}
.ptimeline-wrap .ptimeline-item {
    position: relative;
    padding: 0 0 1em 1.5em !important;
    margin-bottom:0 !important;
    border:none;
}
.ptimeline-wrap .ptimeline .ptimeline-item:before {
    content: "";
    width: 3px;
    background: #eee !important;
    display: block;
    position: absolute;
    top: 25px;
    bottom: -3px;
    left: 5px;
}
.ptimeline-wrap .ptimeline-item:last-child:before{
    content:none;
}
/*********************************
* タイムライン マーカー
*********************************/
.ptimeline-wrap .ptimeline-marker{
    display: block;
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 3px #018FA7;
}
.ptimeline-wrap .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .ptimeline-item:last-child .ptimeline-marker{
    background:#018FA7;
}
/*四角 */
.ptimeline-wrap .square .ptimeline-marker{
    border-radius: 0;
}
/* アイコン*/
.ptimeline-wrap .icon .ptimeline-item .ptimeline-marker{
    content:unset;
    border:none !important;
    background:none !important;
}
.ptimeline-wrap .icon .ptimeline-item .ptimeline-marker:before{
    font-family: "Font Awesome 5 Free";
    top: -1px;
    left: 0;
    position:absolute;
    font-weight:bold;
    font-size:16px;
    line-height:1;
    color:#00bfff;
}
.ptimeline-wrap .icon .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .icon .ptimeline-item:last-child .ptimeline-marker{
    background:none !important;
}
/* 画像*/
.ptimeline-wrap .tl-img .ptimeline-item .ptimeline-marker{
    content:unset;
    border:none !important;
    background:none !important;
}
.ptimeline-wrap .tl-img .ptimeline-item .ptimeline-marker:before {
    content:"";
    display:inline-block;
    background-image:url(ここに画像URL); /* 画像1番目*/
    background-size:contain;
    background-repeat:no-repeat;
    width:40px;
    height:40px;
    position: relative;
    top: -4px;
    left: -2px;
}
.ptimeline-wrap .tl-img li:nth-of-type(2) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像2番目*/
}
.ptimeline-wrap .tl-img li:nth-of-type(3) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像3番目*/
}
.ptimeline-wrap .tl-img li:nth-of-type(4) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像4番目*/
}
.ptimeline-wrap .tl-img li:nth-of-type(5) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像5番目*/
}
.ptimeline-wrap .tl-img .ptimeline-item {
    padding: 0 0 1em 3em !important;
}
.ptimeline-wrap .tl-img .ptimeline-item:before {
    top: 30px;
    left: 15px;
}
/*********************************
* タイムライン カラー
*********************************/
/* ピンク */
.ptimeline-wrap .pink .ptimeline-title{
    color:#f7bcbc !important; /* タイトル色 */
}
.ptimeline-wrap .pink .ptimeline-main{
    color:#555 !important; /* コンテンツ色 */
}
.ptimeline-wrap .pink .ptimeline-marker{
    border: solid 3px #f7bcbc !important; /* マーカー色 */
    color:#f7bcbc; /* アイコン色 */
}
.ptimeline-wrap .pink .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .pink .ptimeline-item:last-child .ptimeline-marker{
    background:#f7bcbc; /* マーカー色(最初と最後)*/
}
.ptimeline-wrap .pink .ptimeline-item .ptimeline-marker:before{
    color:#f7bcbc !important; /* アイコン色 */
}
/*イエロー*/
.ptimeline-wrap .yellow .ptimeline-title{
    color:#fdc44f !important; /* タイトル色 */
}
.ptimeline-wrap .yellow .ptimeline-main{
    color:#555 !important; /* コンテンツ色 */
}
.ptimeline-wrap .yellow .ptimeline-marker{
    border: solid 3px #fdc44f !important; /* マーカー色 */
    color:#fdc44f; /* アイコン色 */
}
.ptimeline-wrap .yellow .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .yellow .ptimeline-item:last-child .ptimeline-marker{
    background:#fdc44f; /* マーカー色(最初と最後)*/
}
.ptimeline-wrap .yellow .ptimeline-item .ptimeline-marker:before{
    color:#fdc44f !important; /* アイコン色 */
}
/*グリーン*/
.ptimeline-wrap .green .ptimeline-title{
    color:#2fcdb4 !important; /* タイトル色 */
}
.ptimeline-wrap .green .ptimeline-main{
    color:#555 !important; /* コンテンツ色 */
}
.ptimeline-wrap .green .ptimeline-marker{
    border: solid 3px #2fcdb4 !important; /* マーカー色 */
    color:#2fcdb4; /* アイコン色 */
}
.ptimeline-wrap .green .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .green .ptimeline-item:last-child .ptimeline-marker{
    background:#2fcdb4; /* マーカー色(最初と最後)*/
}
.ptimeline-wrap .green .ptimeline-item .ptimeline-marker:before{
    color:#2fcdb4 !important; /* アイコン色 */
}

/* ?リストジャンプ（ページ内リンク）  */
.step-junp {
	font-size: 80%;
	margin-left: 20px;
	color: #a3a3a3;
	text-decoration: underline;
}

.date_pt02 {
  color: #fff;
  font-size: 2em;
  line-height: 2.5;
  position: absolute;
  right: 0;
  bottom: 70px;
}

@media screen and (max-width: 480px) {
  .list_box .list_left_head, .list_box .list_right_head {
    font-size: 12px;
    height: 50px;
  }

  .list_box .list_left, .list_box .list_right {
      padding: 1.2em;
      font-size: 12px;
  }
}

.list_box .list {
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
}

.list_box .list li {
  border-bottom: 1px dashed #cdcdcd;
  position: relative;
  margin: 0.5em 0;
  max-width: 500px;
  padding: 0 0 0.7em 1.4em;
  line-height: 1.8;
}

.list_box .list li:last-child {
  border:none;
}

.list_box .list li:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 7px;
  width: 7px;
  height: 7px;
  border-radius: 4px;
}

.list_box .list_left .list li:before {
  background-color:  #FFA883;
}

.list_box .list_right .list li:before {
  background-color:  #6FC7E1;
}

@media screen and (max-width: 480px) {
  .list_box .list li:before {
    top: 9px;
    left: 3px;
    width: 5px;
    height: 5px;
  }
}

.list_box .list_number {
  counter-reset:number;
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
}

.list_box .list_number li {
  position: relative;
  margin: 0.5em 0;
  max-width: 500px;
  padding: 0 0 0.5em 1.8em;
  line-height: 1.8;
  border-bottom: 1px dashed #cdcdcd;
}

.list_box .list_number li:last-child {
  border:none;
}

.list_box .list_number li:before {
  counter-increment: number;
  content: counter(number);
  background-color: #fdc44f;
  color: #fff;
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  border-radius: 50%;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

.list_box .list_number li:after {
  content: '';
}

@media screen and (max-width: 480px) {
  .list_box .list_number li {
    padding: 0 0 0.5em 1.8em;
  }

  .list_box .list_number li:before {
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    top: 2px;
  }
}

blockquote {
    padding: 15px ;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    margin-bottom: 30px;
}

blockquote p {
    margin: 0 auto !important;
}

.img_border {
    border: 1px solid #999;
	margin: 0 auto;
    display: block;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_qa dt {
	position: relative;
	font-size: 1.6em;
	line-height: 2.25;
	letter-spacing: 0.04em;
	margin: 0 0 20px;
}
.cp_qa dd {
	position: relative;
	/* margin: 0 0 2em 0; */
	padding: 0 0 1.5em 2em;
	border-bottom: 1px dotted #0097a7;
	font-size: 1.6em;
	line-height: 2.25;
	letter-spacing: .04em;
	margin: 0 0 30px;
}
.cp_qa dt::before, .cp_qa dd::before {
	font-size: 1.2em;
	margin: 0 0.5em 0 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.2em;
}
.cp_qa dt::before {
	padding: 0em 0.25em;
	content: 'Q';
	background: #f57c00;
}
.cp_qa dd::before {
	padding: 0em 0.32em;
	content: 'A';
	background: #0097a7;
}
.cp_qa dt::after, .cp_qa dd::after {
	position: absolute;
	top: 0.9em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 3px 0 5px 5px;
	border-style: solid;
}
.cp_qa dt::after {
	left: 1.5em;
	border-color: transparent transparent transparent #f57c00;
}
.cp_qa dd::after {
	left: 3.5em;
	border-color: transparent transparent transparent #0097a7;
}

.container_box {
  display: flex;
  flex-wrap: wrap;
}
.item_box{
  width: 225px;
}
.item_box:hover {
  opacity: 0.6;
}
.img_box{
  width: 226px;
  height: 220px;
  border: 1px solid;
}
.container_box .item_box #text_box{
  text-align: center;
  width: 226px;
  border: 1px solid black;
  display: block;
  border-top-style: hidden;
  background-color: #018fa7;
  color: white;
}

@media screen and (max-width: 767px) {
  .container_box {
    width: 100%;
  }
  .img_box{
    width: 101%;
    height: 175px;
    border: 1px solid;
  }
  .container_box .item_box #text_box{
    text-align: center;
    width: 101%;
    border: 1px solid black;
    display: block;
    border-top-style: hidden;
    background-color: #018fa7;
    color: white;
    font-size: small;
  }
  .item_box{
    width: 50%;
  }
  .img_size{
    padding: 17px;
  }
}


.main_box{
  background-color: white;
  border: 5px solid #018fa7;
  border-radius: 25px;
  width: 1000px;
  height: 450px;
  margin: 85px auto 0;
}
.main_box_inner{
  display: flex;
  justify-content: center;
}
.main_inner_img_top{
  margin: 0 auto 15px;
  position: relative;
  top: -33px;
}
.main_inner_img{
  margin: auto 25px;
}
.main_box_sp{
  display: none;
}

@media screen and (max-width: 767px) {
.main_box{
    display: none;
}
.l_main_visual_top .l_content_size .main_ttl.main_ttl_new {
  padding: 0 15px 0 15px;
  margin: -25px auto 0;
}
.main_box_sp{
  background-color: white;
  border: 5px solid #018fa7;
  border-radius: 25px;
  width: 100%;
  display: block;
  margin-top: 45px;
}
.main_inner_img_top_sp{
  width: 111%;
  position: relative;
  right: 7%;
  margin-top: -7%;
}
.main_inner_img_sp{
  width: 92%;
  position: relative;
  margin: 10px 0px 10px 15px;
}
.main_tel_btn{
  height: 60px;
  width: 93%;
  max-width: 100%;
  position: relative;
  background: #f95b5b;
  display: block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 0 auto 20px;
}
.main_tel_btn_text{
  color: #fff;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
}

.l_main_visual_top .l_content_size.l_content_size_new {
  padding: 25px 0 70px;
  position: relative;
  overflow: hidden;
}
.main_opt_text {
  font-size: 1.2em;
  line-height: 1;
  letter-spacing: .06em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 16px;
}

}
.add_btn {
  text-align: center;
  color: #fff;
}
.add_btn .txt .large_txt {
  font-size: 1.9em;
  letter-spacing: .2em;
  line-height: 1.4;
}
.add_btn .txt .small_txt {
  font-size: 1.6em;
  letter-spacing: .1em;
  line-height: 1.75;
}
._pc {
  display: block!important;
}
._sp {
  display: none!important;
}
@media screen and (max-width: 767px) {
  ._pc {
    display: none!important;
  }
  ._sp {
    display: block!important;
  }
}

.ft_btn_price {
	width: 50%;
	text-align: center;
}

.ft_btn_tel {
	width: 50%;
	text-align: center;
}

.price-size {width: 50%;}
.tel-size {width: 50%;}

/* 2026年3月追加  */
.l_content_size h4.sub-ttl {
	text-align: center;
	font-size: 2em;
}
.l_content_size .img-3d {
}
.l_content_size .img-3d img {
	max-width: 100%;
}
.l_content_size ul.submenu-btn {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}
.l_content_size ul.submenu-btn li {
	width: 24%;
	margin: 0 1% 1% 0;
	border: 2px solid #018fa7;
	border-radius: 8px;
	text-align: center;
}
.l_content_size ul.submenu-btn li a {
	display: block;
	padding: 20px 0;
	font-size: 1.5em;
	color: #018fa7;
	transition: background-color 0.5s ease;
}
.l_content_size ul.submenu-btn li a:hover {
	color: #fff;
	background: #018fa7;
}

.l_main_visual.pt2 > .inner > .drop_wrap > .content .box_1:before {
	width: 80px;
}
.l_footer .l_content_size .right_block .footer_btn {
	width: 325px;
}
.l_footer .l_content_size .right_block .footer_btn .txt .large_txt {
	letter-spacing: normal;
}
.l_breadcrumbs .l_content_size .breadcrumbs > span > span a.breadcrumbs_home {
	padding: 0 20px;
	margin: 0 5px 0 0;
}
.l_breadcrumbs .l_content_size .breadcrumbs > span > span a.breadcrumbs_home:before {
	width: 28px;
}
@media screen and (max-width: 767px) {
	.sp-none {
		display: none;
	}
	.l_content_size .img-3d .item {
		display: none;
	}
	.l_content_size ul.submenu-btn {
		justify-content: space-between;
	}
	.l_content_size ul.submenu-btn li {
		width: 49%;
		margin: 0 0 2%;
	}
	.l_content_size ul.menu-3d {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 30px 0;
	}
	.l_content_size ul.menu-3d li {
		width: 49%;
		margin: 0 0 2%;
		border: 2px solid #018fa7;
		border-radius: 8px;
		text-align: center;
	}
	.l_content_size ul.menu-3d li a {
		display: block;
		padding: 20px 0;
		font-size: 1.5em;
		color: #fff;
		background: #018fa7;
		transition: background-color 0.5s ease;
		position: relative;
	}
	.l_content_size ul.menu-3d li a:hover {
		color: #018fa7;
		background: #fff;
	}


	.l_content_size ul.menu-3d li a::before {
		font-size: 14px;
		line-height: 1;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
	}
	.l_content_size ul.menu-3d li:nth-child(1) a::before { content: "①";}
	.l_content_size ul.menu-3d li:nth-child(2) a::before { content: "②";}
	.l_content_size ul.menu-3d li:nth-child(3) a::before { content: "③";}
	.l_content_size ul.menu-3d li:nth-child(4) a::before { content: "④";}
	.l_content_size ul.menu-3d li:nth-child(5) a::before { content: "⑤";}
	.l_content_size ul.menu-3d li:nth-child(6) a::before { content: "⑥";}
	.l_content_size ul.menu-3d li:nth-child(7) a::before { content: "⑦";}
	.l_content_size ul.menu-3d li:nth-child(8) a::before { content: "⑧";}
	.l_content_size ul.menu-3d li:nth-child(9) a::before { content: "⑨";}
	.l_content_size ul.menu-3d li:nth-child(10) a::before { content: "⑩";}
	.l_content_size ul.menu-3d li:nth-child(11) a::before { content: "⑪";}
	.l_content_size ul.menu-3d li:nth-child(12) a::before { content: "⑫";}
	.l_content_size ul.menu-3d li:nth-child(13) a::before { content: "⑬";}


	.c_btn_p_top_wrapper .c_btn_p_top .img {
		width: 62px;
		height: 62px;
	}
	.l_main_visual.pt2 > .inner > .drop_wrap > .content .box_1:before {
		width: 40px;
	}
	.l_breadcrumbs .l_content_size .breadcrumbs > span > span a.breadcrumbs_home:before {
		width: 18px;
	}
}
@media screen and (min-width: 768px) {
	.pc-none {
		display: none;
	}
}


