@charset "utf-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Zen Kaku Gothic New" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Zen+Kaku+Gothic+New
*/

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/ZKG-500.woff2") format("woff2"), url("fonts/ZKG-500.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/ZKG-700.woff2") format("woff2"), url("fonts/ZKG-700.woff") format("woff");
  font-display: swap;
}

/*----------------------------------------------------------------------------
　reset
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight:normal;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table, tr, th, td, caption {
  vertical-align: middle;
  text-align: left;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
	width: 100%;
}
textarea {
	vertical-align: top;
}



/*----------------------------------------------------------------------------
　Base
-----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #222;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

a {
	color: #222;
  text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

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

strong {
	font-weight: bold;
}


body, html {
	height: 100%;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

.sp_br {
	display: none;
}
.pc_br {
	display: block;
}

.sp_only {
  display: none;
}
.pc_only {
  display: block;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.fb {
  font-weight: bold;
}
.fb span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
	a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}
	
	.sp_br {
		display: block;
	}
	.pc_br {
		display: none;
	}

	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}



/*--------------------------------------
　color
---------------------------------------*/
.cl-wh {
  color: #fff;
}
.cl-bl01 {
  color: #00408f;
}
.cl-bl02 {
  color: #54a1ff;
}
.cl-or {
  color: #f09c1d;
}
.cl-yl {
  color: #ffd600;
}



/*--------------------------------------
　Header
---------------------------------------*/
header {
	width: 100%;
	min-width: 1100px;
}

header .inner {
  max-width: 950px;
  margin: auto;
  position: relative;
}

header .sitename {
  padding: 1rem 2rem;
  color: #fff;
  font-size: 1.4rem;
	line-height: 1.5;
	text-align: right;
  position: relative;
}
header .sitename::before {
  content: "PR";
  display: inline-block;
  background: #fff;
  margin-right: 5px;
  padding: 1px 4px;
  color: #00408f;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
}
header .sitename a {
  color: #fff;
}


.header_lower .header_inner {
  background: #00408f url("img/header_lower_bg.png") center bottom no-repeat;
  background-size: 1460px auto;
}

.header_lower .inner {
	padding: 0 0 6rem;
}
.header_lower .inner::before,
.header_lower .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
}
.header_lower .inner::before {
  right: 75%;
  background: url("img/illust11.png") left top no-repeat;
  background-size: contain;
  width: 400px;
  height: 160px;
}
.header_lower .inner::after {
  left: 75%;
  background: url("img/illust12.png") left top no-repeat;
  background-size: contain;
  width: 400px;
  height: 160px;
}

.header_lower .logo {
  max-width: 450px;
  margin: 6rem auto 0;
}
.header_lower .logo a {
  display: block;
}


.header_nav {
  position: relative;
  z-index: 1;
}

.header_nav .header_btnBox {
  position: fixed;
  top: 0;
  right: 0;
  margin-right: 9rem;
}

.header_nav .header_btnBox_inner {
  display: flex;
  justify-content: flex-end;
}

.header_nav .header_btn {
  margin: 0 1rem 0 0;
}
.header_nav .header_btn:last-child {
  margin: 0 0 0 0;
}

.header_nav .header_btn a {
    display: block;
    background: #fff;
     width: 300px;
     padding: 0.6rem 1.5rem;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    border: 2px solid #052c66;
    border-top: none;
    border-radius: 0 0 25px 25px;
    position: relative;
}
.header_nav .header_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
     right: 7px;
    transform: translate(0, -50%);
    background: url(img/arrow_btn_bl.png) left top no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
}
.header_nav .header_btn .sub {
    display: inline-block;
    margin-right: 5px;
    padding: 1.2px 1.2rem;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 100px;
}
.header_nav .header_btn01 .sub {
  background: #54a1ff;
}
.header_nav .header_btn02 .sub {
  background: #f09c1d;
}
.header_nav .header_btn .sub small {
  font-size: 1.2rem;
  font-weight: bold;
}
.header_nav .header_btn .small {
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  header {
    min-width: 100%;
  }

  header .inner {
    max-width: 100%;
  }

  header .sitename {
    padding: 5px 1rem;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: left;
  }
  header .sitename::before {
    margin-right: 3px;
    padding: 1px 3px;
    font-size: 1.2rem;
    border-radius: 3px 3px 0 0;
  }


  .header_lower .header_inner {
    background: #00408f url("img/header_lower_bg.png") center bottom no-repeat;
    background-size: 100% auto;
  }

  .header_lower .inner {
    padding: 0 2rem 16%;
  }
  .header_lower .inner::before {
    right: inherit;
    left: 0;
    width: 40%;
    height: 0;
    padding-top: calc(15%*160/150);
  }
  .header_lower .inner::after {
    left: inherit;
    right: 0;
    width: 40%;
    height: 0;
    padding-top: calc(15%*160/150);
  }

  .header_lower .logo {
    max-width: 80%;
    margin: 2rem auto 0;
  }


  .header_nav .header_btnBox {
    position: fixed;
    top: inherit;
    bottom: 0;
    left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0 1rem;
    z-index: 1;
  }
  
  .header_nav .header_btnBox_inner {
    display: flex;
    justify-content: space-between;
  }
  
  .header_nav .header_btn {
    width: calc((100% / 2 ) - 3px);
    margin: 0 0 0 0;
  }

  .header_nav .header_btn a {
    width: 100%;
    padding: 8px 1rem 8px 0;
    font-size: 2.8vw;
    border: 1px solid #052c66;
    border-top: 1px solid #052c66;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
  }
  .header_nav .header_btn a::after {
    right: 5px;
    transform: translate(0,-50%);
    width: 10px;
    height: 10px;
  }
  .header_nav .header_btn .sub {
    margin-right: 3px;
    padding: 2px 8px;
    font-size: 2.6vw;
  }
  .header_nav .header_btn .sub small {
    font-size: 1.8vw;
  }
  .header_nav .header_btn .small {
    font-size: 2.8vw;
  }
  
  
  .fadeout {
    transition: all 0.3s ease;
  }
  .fadeout.stop {
    opacity: 0;
  }
  .fadeout.stop a {
    pointer-events: none;
  }
}


/*--------------------------------------
　#hb-menu
---------------------------------------*/
/*----- hb-menu -----*/
#hb-menu {
	display: table;
	position: fixed;
	top: 10px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: #00408f;
	box-sizing: border-box;
  border-radius: 50%;
	cursor: pointer;
	z-index: 10000;
}
#hb-menu .hb-inner {
	display: table-cell;
	vertical-align: middle;
}
#hb-menu span {
	display: block;
	background: #fff;
	width: 24px;
	height: 3px;
	margin: auto;
	border-radius: 10px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#hb-menu span:nth-of-type(2),
#hb-menu span:nth-of-type(3){
	margin-top: 5px;
}

/* ナビゲーションアイコン：アクティブ */
.hb-open #hb-menu span:nth-of-type(1) {
	-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
	-ms-transform: translateY(8px) translateX(0) rotate(45deg);
	transform: translateY(8px) translateX(0) rotate(45deg);
}
.hb-open #hb-menu span:nth-of-type(2) {
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.hb-open #hb-menu span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
	transform: translateY(-8px) translateX(0) rotate(-45deg);
}

/* overlay */
.overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: transparent;
	pointer-events: none;
	z-index: 9999;
	transition: 0.2s;
}
.hb-open .overlay {
	background: none;
	pointer-events: auto;
}

/*----- g-nav -----*/
.g-nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}
.g-nav .g-nav-inner {
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 12rem 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	transition: .5s;
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	z-index: 9999;
}
.hb-open .g-nav .g-nav-inner {
	position: fixed;
	top: 0;
	transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.g-nav .g-nav-inner::-webkit-scrollbar {
  display: none;
}


.logo_hb {
	max-width: 500px;
  margin: auto;
}

.hb_menu_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	max-width: 70%;
	margin: 4rem auto 0;
}


.hb_menu {
  width: calc(50% - 4rem);
  margin-bottom: 0;
}
.hb_menu:last-child {
  margin-bottom: 0;
}


.hb_menu_title {
	padding: 2rem 1rem 2rem 1rem;
	border-bottom: 1px solid #222;
  position: relative;
}
.hb_menu_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%) rotate(90deg);
  background: url("img/arrow_btn_bl.png") left top no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}
.hb_menu_title.open::after {
  transform: translate(0,-50%) rotate(-90deg);
}	
.hb_menu_title.first {
  padding: 1.5rem 0 1.5rem 0;
}
.hb_menu_title.first::after {
  display: none;
}

.hb_menu_title_link {
	display: block;
	padding: 0 3rem 0 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
  pointer-events: none;
}
.hb_menu_title.first .hb_menu_title_link {
  pointer-events: auto;
  position: relative;
}
.hb_menu_title.first .hb_menu_title_link::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%) rotate(0deg);
  background: url("img/arrow_btn_bl.png") left top no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}


.hb_menu_list {
	display: none;
	margin-top: 0;
}

.hb_menu_list_item {
  width: 100%;
	padding: 2rem 1rem 2rem 3rem;
	box-sizing: border-box;
	border-bottom: 1px solid #222;
	position: relative;
}
.hb_menu_list_item:first-child {
	display: block;
}

.hb_menu_list_link {
	display: block;
	font-size: 1.4rem;
  font-weight: 500;
	line-height: 1.6;
	position: relative;
}


/*--------------------------------------
　SP #hb-menu
---------------------------------------*/
@media screen and (max-width: 768px) {
  /*----- hb-menu -----*/
  #hb-menu {
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
  }
  #hb-menu span {
    width: 20px;
    height: 2px;
  }
  #hb-menu span:nth-of-type(2),
  #hb-menu span:nth-of-type(3){
    margin-top: 5px;
  }

  /* ナビゲーションアイコン：アクティブ */
  .hb-open #hb-menu span:nth-of-type(1) {
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    -ms-transform: translateY(7px) translateX(0) rotate(45deg);
    transform: translateY(7px) translateX(0) rotate(45deg);
  }
  .hb-open #hb-menu span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  .hb-open #hb-menu span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
  }

  /*----- g-nav -----*/
  .g-nav .g-nav-inner {
    padding: 2rem 2rem 5rem;
  }


  .logo_hb {
    max-width: 75%;
    margin: 0;
  }

  .hb_menu_wrapper {
    display: block;
    max-width: 100%;
    margin: 2rem auto 0;
  }
  
  .hb_menu {
    width: 100%;
  }

  .hb_menu_title {
    padding: 1.5rem 0 1.5rem 0;
  }
	.hb_menu_title::after {
		content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%) rotate(90deg);
    background: url("img/arrow_btn_bl.png") left top no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
	}
	.hb_menu_title.open::after {
    transform: translate(0,-50%) rotate(-90deg);
	}	
	.hb_menu_title.first {
		padding: 1.5rem 0 1.5rem 0;
	}
	.hb_menu_title.first::after {
		display: none;
	}
  
  .hb_menu_title_link {
    padding: 0 2.5rem 0 0;
    font-size: 1.5rem;
    pointer-events: none;
  }
  .hb_menu_title_link::after {
    display: none;
  }
	.hb_menu_title.first .hb_menu_title_link {
		pointer-events: auto;
		position: relative;
	}
	.hb_menu_title.first .hb_menu_title_link::after {
		display: block;
		content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%) rotate(0deg);
    background: url("img/arrow_btn_bl.png") left top no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
	}

  .hb_menu_list {
    display: none;
  }

  .hb_menu_list_item {
    padding: 1.5rem 0 1.5rem 1rem;
  }
  .hb_menu_list_item:first-child {
    display: block;
  }

  .hb_menu_list_link {
    padding: 0 2.5rem 0 0;
  }
	.hb_menu_list_link::after {
		display: block;
		content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%) rotate(0deg);
    background: url("img/arrow_btn_bl.png") left top no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
	}  
}


/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
	width: 950px;
	margin: 3rem auto 0;
  color: #888;
  font-size: 1.3rem;
  position: relative;
}
#pankuzu a {
	display: inline-block;
  text-decoration: underline;
  color: #888;
	line-height: 1.8;
}
#pankuzu a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
	#pankuzu {
		width: 100%;
		margin: 3rem auto 0;
		padding: 0 1.5rem 0.5rem 1.5rem;
		box-sizing: border-box;
		font-size: 1.2rem;
		white-space: nowrap;
		overflow: auto;
	}
	#pankuzu::-webkit-scrollbar{
		height: 2px;
}
	#pankuzu::-webkit-scrollbar-track{
		background: #efefef;
		margin: 0 1.5rem;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	#pankuzu::-webkit-scrollbar-thumb {
		background: #cacaca;
		border-radius: 0;
		box-shadow: none;
	}
}


/*--------------------------------------
　Footer
---------------------------------------*/
.l-footer-area {
	width: 100%;
	min-width: 1100px;
}

.l-footer-area br {
 
}


.l-footer-logo_wrap {
  background: #00408f;
  clip-path: polygon(70px 0%, calc(100% - 70px) 0%, 100% 100%, 0% 100%);
  max-width: 820px;
  margin: 0 auto -1px;
  padding: 5rem 0 2rem;
}

.l-footer-logo {
	max-width: 470px;
	margin: auto;
}
.l-footer-logo a {
	display: block;
}


.l-footer-area__block {
  background: #00408f;
  border-radius: 60px 60px 0 0;
}

.l-footer-area__inner {
  max-width: 1100px;
  margin: 0 auto;
	padding: 10rem 0 5rem;
}


.l-footer-menu-wrapper {
  margin: 0 auto 0;
}


.l-footer-menu {
  margin-bottom: 4rem;
}
.l-footer-menu:last-child {
  margin-bottom: 0;
}
.l-footer-menu br {
    display: none;
}


.l-footer-menu__title {
	padding: 0 0 1.5rem 0;
	border-bottom: 1px solid rgba(255,255,255,0.16);
	position: relative;
}

.l-footer-menu__title__link {
	display: inline-block;
	padding: 0 3rem 0 0;
	color: #fff;
  font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
	position: relative;
}
.l-footer-menu__title__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_btn_wh.png") left top no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}


.l-footer-menu__list {
  display: flex;
  flex-flow: row wrap;
	box-sizing: border-box;
	margin-top: 3rem;
}

.l-footer-menu__list__item {
  width: calc(100% / 3);
	margin-bottom: 1.5rem;
	padding: 0 2rem;
	box-sizing: border-box;
	position: relative;
}
.l-footer-menu__list__item:first-child {
  display: none;
}

.l-footer-menu__list__link {
	display: block;
	padding: 0 2rem 0 0;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.6;
	position: relative;
}
.l-footer-menu__list__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_btn_wh.png") left top no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
}


.l-footer-submenu__list {
	margin: 1rem 0 0 0;
	padding: 0 2rem;
}

.l-footer-submenu__list__item {
	margin: 0 0 1rem 0;
	position: relative;
}

.l-footer-submenu__list__link {
	display: block;
	padding: 0 0 0 1.5rem;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	position: relative;
}
.l-footer-submenu__list__link::before {
	content: "";
 	position: absolute;
	top: 11px;
	left: 0;
	background: #fff;
	width: 8px;
	height: 1px;
}


.l-footer-area .menseki {
	background: rgba(255,255,255,0.22);
	max-width: 730px;
  margin: 5rem auto 0;
  padding: 2rem 3rem;
  box-sizing: border-box;
	color: #fff;
	font-size: 1.2rem;
	line-height: 2;
}
.l-footer-area .menseki span {
  display: inline-block;
}


.l-footer-area .ucp {
  margin: 1.5rem auto 0;
	color: #fff;
  font-size: 1rem;
  text-align: center;
	line-height: 1.8;
}


.l-footer-copy-wrapper {
  background: #ffe644;
}

.l-footer-copy {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 0;
  color: #00408f;
	font-size: 1.3rem;
	line-height: 1.5;
}
.l-footer-copy a {
	display: inline-block;
  text-decoration: underline;
  color: #00408f;
}
.l-footer-copy a:hover {
  text-decoration: none;
}

.l-footer-copy .sitemap {
	width: 15%;
	margin: 0 0 0 4rem;
	box-sizing: border-box;
  text-align: right;
}
.l-footer-copy .sitemap a {
	padding: 0 1.5rem 0 0;
 	position: relative;
}
.l-footer-copy .sitemap a::after {
	content: "";
 	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-top: 1px solid #00408f;
	border-right: 1px solid #00408f;
}

@media screen and (max-width: 768px) {
  .l-footer-area {
    min-width: 100%;
  }


  .l-footer-logo_wrap {
    clip-path: polygon(35px 0%, calc(100% - 35px) 0%, 100% 100%, 0% 100%);
    max-width: 80%;
    padding: 3rem 0 1rem;
  }

  .l-footer-logo {
    max-width: 70%;
  }


  .l-footer-area__block {
    border-radius: 20px 20px 0 0;
  }

  .l-footer-area__inner {
    max-width: 100%;
    padding: 4rem 2rem 4rem;
  }


  .l-footer-menu {
    margin-bottom: 0;
  }


  .l-footer-menu__title {
    padding: 1.5rem 0 1.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.16);
    position: relative;
  }
	.l-footer-menu__title::after { 
		content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%) rotate(90deg);
    background: url("img/arrow_btn_wh.png") left top no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
	}
	.l-footer-menu__title.open::after {
    transform: translate(0,-50%) rotate(-90deg);
	}
  

  .l-footer-menu__title__link {
    padding: 0 2.5rem 0 0;
    font-size: 1.5rem;
    pointer-events: none;
  }
  .l-footer-menu__title__link::after {
    display: none;
  }


  .l-footer-menu__list {
    display: none;
    margin-top: 0;
  }

  .l-footer-menu__list__item {
    width: 100%;
    margin-bottom: 0;
    padding: 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.16);
  }
  .l-footer-menu__list__item:first-child {
    display: block;
  }

  .l-footer-menu__list__link {
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
    font-size: 1.4rem;
  }
  .l-footer-menu__list__link::after {
    width: 15px;
    height: 15px;
  }


  .l-footer-submenu__list {
    margin: 0 0 0 0;
    padding: 0 0;
  }

  .l-footer-submenu__list__item {
    margin: 0 0 0 0;
    border-top: 1px solid rgba(255,255,255,0.16);
  }

  .l-footer-submenu__list__link {
    padding: 1.5rem 0 1.5rem 3rem;
  }
  .l-footer-submenu__list__link::before {
    top: 26px;
    left: 15px;
    width: 6px;
  }


  .l-footer-area .menseki {
    max-width: 100%;
    margin: 3rem auto 0;
    padding: 1.5rem 1.5rem;
    font-size: 1rem;
  }


  .l-footer-area .ucp {
    margin: 1rem auto 0;
  }


  .l-footer-copy {
    display: block;
    max-width: 100%;
    padding: 1rem 1rem;
    font-size: 1.2rem;
  }

	.sitemap {
		margin: 2rem 0 0 0;
		text-align: center;
	}
	.sitemap a {
		padding: 0 1.5rem 0 1.5rem;
		font-size: 1.4rem;
		color: #fff;
		text-decoration: underline;
		position: relative;
	}
	.sitemap a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
    transform: translate(0,-50%) rotate(45deg);
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}


/*--------------------------------------
　PageTop
---------------------------------------*/
.l-pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 0;
}

.l-pagetop__link {
  display: block;
	background: #fff;
  width: 100%;
  height: 100%;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #00408f;
  box-shadow: 4px 4px 0 #00408f;
  position: relative;
}
.l-pagetop__link::after {
	content: "";
	position: absolute;
	top: 45%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-90deg);
  background: url("img/arrow_bl01.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}

.l-pagetop__link:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

.l-pagetop span {
	display: none;
}

@media screen and (max-width: 768px) {
  .l-pagetop {
    bottom: 60px;
    right: 5px;
    width: 50px;
    height: 50px;
  }

  .l-pagetop__link {
    border: 1px solid #00408f;
    box-shadow: 3px 3px 0 #00408f;
  }
  .l-pagetop__link::after {
    width: 20px;
    height: 20px;
  }

  .l-pagetop__link:hover {
    transform: translate(3px, 3px);
  }
}


/*--------------------------------------
　Main Contents
---------------------------------------*/
.contents_wrap {
  width: 100%;
	min-width: 1100px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.contents {
  width: 950px;
  margin: auto;
  padding: 10rem 0 12rem;
  position: relative;
  z-index: 0;
}

#category,
#page {
  width: 100%;
  margin: 0!important;
  padding: 0!important;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contents_wrap {
    min-width: 100%;
  }
  
	.contents {
		width: 100%;
		min-width: 100%;
		padding: 6rem 1.5rem 6rem;
	}

	#category,
	#page {
		width: 100%;
	}
}


/*--------------------------------------
　Title
---------------------------------------*/
h2,
h3,
h4,
h5,
h6,
.cc {
	font-weight: bold;
	line-height: 1.5;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	display: block;
	font-weight: bold;
}
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.cc span {
	font-weight: bold;
}
h2 br,
h3 br,
h4 br,
h5 br,
h6 br,
.cc br {
	line-height: 0;
}
*:not(br){
  line-height: 1.4;
}

.contents .h1_wrap {
  background: #e0f2ff;
	margin: 0 0 5rem;
  padding: 4rem 4rem 3rem;
  text-align: center;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.contents .h1_wrap::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 30px);
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/taxi_bl01.png") left top no-repeat;
  background-size: contain;
  width: 100px;
  height: 90px;
  box-sizing: border-box;
}
.contents h1 {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.4;
}


.contents h2 {
	background: #00408f url("img/h2_bg.png") right bottom no-repeat;
	background-size: 730px auto;
	margin: 7.5rem 0 -1rem;
	padding: 2rem 3rem 2rem 3rem;
	color: #fff;
	font-size: 3.4rem;
	position: relative;
}

.contents h2 a {
	padding: 0 5rem 0 0;
	color: #fff;
	position: relative;
}
.contents h2 a::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -30px;
	width: calc(100% + 6rem);
	height: calc(100% + 4rem);
}
.contents h2 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_wh01.png") left top no-repeat;
  background-size: contain;
  width: 27px;
  height: 32px;
  box-sizing: border-box;
}


.contents h3 {
	margin: 4rem 0 2rem;
  padding: 0 0 0 5rem;
  color: #00408f;
	font-size: 2.6rem;
  position: relative;
}
.contents h3::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background: #ffe644;
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  border-radius: 50%;
  outline: 2px solid #00408f;
  outline-offset: -7px;
  z-index: 1;
}

.contents h3 a {
	padding: 0 5rem 0 0;
  color: #00408f;
	position: relative;
}
.contents h3 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_bl01.png") left top no-repeat;
  background-size: contain;
  width: 24px;
  height: 28px;
  box-sizing: border-box;
}


.contents h4 {
  background-image:
    repeating-linear-gradient(90deg, #c7c7c7 0 15px, transparent 15px 30px),
    repeating-linear-gradient(90deg, #c7c7c7 0 15px, transparent 15px 30px);
  background-position: top left, bottom left;
  background-repeat: no-repeat;
  background-size: 100% 2px, 100% 2px;
  color: #00408f;
	margin: 4rem 0 2rem;
  padding: 2rem 0;
	font-size: 2rem;
}

.contents h4 a {
	padding: 0 4rem 0 0;
  color: #00408f;
	position: relative;
}
.contents h4 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_bl01.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 24px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contents .h1_wrap {
    margin: 0 0 4rem;
    padding: 2rem 2rem 1.5rem;
    border-radius: 15px 15px 0 0;
  }
  .contents .h1_wrap::before {
    bottom: calc(100% - 20px);
    width: 50px;
    height: 45px;
  }
  .contents h1 {
    font-size: 2.5rem;
  }


  .contents h2 {
    background: #00408f url("img/h2_bg.png") right bottom no-repeat;
    background-size: 90% auto;
    margin: 5rem 0 2rem;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    font-size: 2.2rem;
  }

  .contents h2 a {
    padding: 0 3rem 0 0;
  }
  .contents h2 a::before {
    top: -15px;
    left: -15px;
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
  }
  .contents h2 a::after {
    width: 17px;
    height: 20px;
  }


  .contents h3 {
    margin: 3rem 0 2rem;
    padding: 0 0 0 3rem;
    font-size: 1.8rem;
  }
  .contents h3::before {
    top: 5px;
    width: 20px;
    height: 20px;
    outline: 1px solid #00408f;
    outline-offset: -4px;
  }
  
  .contents h3 a {
    padding: 0 3rem 0 0;
  }
  .contents h3 a::after {
    width: 14px;
    height: 16px;
  }


  .contents h4 {
    background-image:
      repeating-linear-gradient(90deg, #c7c7c7 0 8px, transparent 8px 16px),
      repeating-linear-gradient(90deg, #c7c7c7 0 8px, transparent 8px 16px);
    background-position: top left, bottom left;
    background-repeat: no-repeat;
    background-size: 100% 1px, 100% 1px;
    margin: 3rem 0 2rem;
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }

  .contents h4 a {
    padding: 0 3rem 0 0;
  }
  .contents h4 a::after {
    width: 14px;
    height: 16px;
  }
}


/*--------------------------------------
　テキスト
---------------------------------------*/
.contents p {
	margin: 2rem 0 2rem;
	font-size: 1.5rem;
	line-height: 2;
}

.contents p a {
	text-decoration: underline;
}
.contents p a:hover {
	text-decoration: none;
}

.txt_bold {
	color: #e84b27;
	font-weight: bold;
}
.marker {
	background: linear-gradient(transparent 60%, rgba(255, 214, 0, 0.4) 0%);
	font-weight: bold;
}
.subtitle{
	font-size: 3rem;
}
p.operation {
  margin: 2rem 0 0;
  color: #888;
  font-size: 1.3rem;
  line-height: 1.8;
}


.caption {
	margin: 1rem 0 0 0;
	padding: 0 0 0.5rem 0;
	font-size: 1rem;
	color: #888;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: break-all;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
.caption::-webkit-scrollbar {
	height: 2px;
}
.caption::-webkit-scrollbar-track {
	background: #efefef;
	margin: 0 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.caption::-webkit-scrollbar-thumb {
	background: #cacaca;
	border-radius: 0;
	box-shadow: none;
}
.caption a {
	color: #888;
	text-decoration: underline;
}
@-moz-document url-prefix() {
  .caption {
    scrollbar-color: #cacaca #efefef;
  	scrollbar-width: thin;
  }
}

@media screen and (max-width: 768px) {
	.contents p {
		margin: 2rem 0 2rem;
		line-height: 1.8;
	}
  
  p.operation {
    margin: 1.5rem 0 0;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  
	.caption {
		margin: 1rem 0 0 0;
    font-size: 1rem;
	}
}


/*--------------------------------------
　リスト
---------------------------------------*/
/*----- ulリスト -----*/
.contents ul {
	margin: 4rem 0 4rem;
}
.contents ul li {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 3rem;
  font-size: 1.5rem;
  line-height: 1.8;
  position: relative;
}
.contents ul li:last-child {
  margin: 0 0 0 0;
}
.contents ul li::before {
  content: "";
  display: block;
	position: absolute;
  top: 4px;
  left: 0;
	background: url("img/icon_star.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
	box-sizing: border-box;
}
.contents ul li a {
	display: inline-block;
	text-decoration: underline;
}
.contents ul li a:hover {
	text-decoration: none;
}


/*----- olリスト -----*/
.contents ol {
	margin: 4rem 0 4rem;
	list-style-type: none;
	counter-reset: count;
}
.contents ol li {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 2.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
  position: relative;
  counter-increment: count;
}
.contents ol li:last-child {
  margin: 0 0 0 0;
}
.contents ol li::before{
  content: counter(count,decimal-leading-zero);
	position: absolute;
	top: -2px;
	left: 0;
	color: #00408f;
	font-size: 1.6rem;
  font-weight: bold;
}
.contents ol a {
	display: inline-block;
	text-decoration: underline;
}
.contents ol li a:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	/*----- ulリスト -----*/
	.contents ul {
		margin: 2rem 0 2rem;
	}
	.contents ul li {
    margin: 0 0 1rem 0;
		padding: 0 0 0 2.5rem;
    line-height: 1.6;
	}
	.contents ul li::before {
		top: 5px;
		width: 16px;
		height: 16px;
	}
	
	
	/*----- olリスト -----*/
	.contents ol {
		margin: 2rem 0 2rem;
	}
	.contents ol li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 2.5rem;
    line-height: 1.6;
	}
	.contents ol li::before {
    top: 0;
	}
}


/*--------------------------------------
　リンク
---------------------------------------*/
.btn-web a,
.btn-internal a {
	display: block;
	max-width: 400px;
	margin: 4rem auto 4rem;
	padding: 2.5rem 5rem;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
  border: 2px solid #00408f;
	border-radius: 100px;
	box-shadow: 6px 6px 0px 0px #00408f;
	text-decoration: none!important;
	position: relative;
}
.btn-web a:hover,
.btn-internal a:hover {
  box-shadow: none;
  transform: translate(6px, 6px);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}


/*----- btn-web（外部リンク） -----*/
.btn-web a {
	background: #e84b27;
  color: #fff;
}
.btn-web a::after {
  content: "";
	position: absolute;
	top: 50%;
	right: 20px;
  transform: translate(0,-50%);
  background: url("img/icon_web.png") left top no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
}


/*----- btn-internal（内部リンク） -----*/
.btn-internal a {
	background: #fff;
	color: #00408f;
}
.btn-internal a::after {
  content: "";
	position: absolute;
	top: 50%;
	right: 20px;
  transform: translate(0,-50%);
  background: url("img/arrow_btn_bl.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}


/*----- btn-link（テキストリンク） -----*/
.btn-link {
	text-align: right;
}
.btn-link a {
	display: inline-block;
	margin: 4rem 0 4rem;
	padding: 0 2rem 0 0;
	color: #00408f;
	font-size: 1.4rem;
  font-weight: bold;
	line-height: 1.5;
	text-decoration: underline;
	position: relative;
}
.btn-link a::after {
  content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_btn_bl.png") left top no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
}
.btn-link a:hover {
	text-decoration: none;
}


/*----- btn-tel（電話ボタン） -----*/
.btn-tel a {
	display: none;
}


/*----- btnBox -----*/
.btnBox {
  display: flex;
  justify-content: center;
  margin: 5rem 0 5rem;
}
.btnBox > div {
  width: 400px;
  margin: 0 2rem 0;
}
.btnBox > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 0 0;
}

@media screen and (max-width: 768px) {
  .btn-web a,
  .btn-internal a {
    max-width: 95%;
    margin: 3rem auto 5rem;
    padding: 1.8rem 3rem;
    font-size: 1.4rem;
    border: 1px solid #00408f;
    box-shadow: 4px 4px 0px 0px #00408f;
  }
  .btn-web a:hover,
  .btn-internal a:hover {
    transform: translate(4px, 4px);
  }
  

  /*----- btn-web（外部リンク） -----*/
  .btn-web a::after {
    right: 15px;
    width: 18px;
    height: 18px;
  }


  /*----- btn-internal（内部リンク） -----*/
  .btn-internal a::after {
    right: 15px;
    width: 15px;
    height: 15px;
  }


  /*----- btn-link（テキストリンク） -----*/
  .btn-link a {
    margin: 3rem 0 3rem;
  }

	
	/*----- btn-tel（電話ボタン） -----*/
	.btn-tel a {
		display: block;
		background: #ffe644;
		max-width: 95%;
		margin: 3rem auto 3rem;
		padding: 1.8rem 4rem;
		box-sizing: border-box;
		color: #00408f;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
    border: 1px solid #00408f;
		border-radius: 100px;
		text-decoration: none!important;
		box-shadow: 4px 4px 0px 0px #00408f;
		position: relative;
	}
  .btn-tel a::before {
		content: "";
		position: absolute;
		top: 50%;
    right: 15px;
    transform: translate(0,-50%);
    background: url("img/icon_tel.png") left top no-repeat;
    background-size: contain;
		width: 17px;
		height: 17px;
    box-sizing: border-box;
	}
  .btn-tel a:hover {
    box-shadow: none;
    transform: translate(5px, 5px);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
  
  
  /*----- btnBox -----*/
  .btnBox {
    display: block;
    margin: 3rem 0 3rem;
  }
  .btnBox > div {
    width: 95%;
    margin: 0 auto 2rem;
  }
  .btnBox > div a {
    display: block;
  }
}


/*--------------------------------------
　Table
---------------------------------------*/
table {
	background: #fff;
	width: 100%;
	margin: 6rem 0 2rem;
	box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #b6b6b6;
}

table th {
	background: #e7e7e7;
	padding: 2rem;
	box-sizing: border-box;
	text-align: center;
	color: #000000;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	word-break: break-all;
	border-left: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
}
table th a {
	font-weight: bold;
	text-decoration: underline;
}
table th a:hover {
	text-decoration: none;
}

table td {
	padding: 2rem;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.4;
	word-break: break-all;
	border-left: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
}
table td a {
	text-decoration: underline;
}
table td a:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	table {
		margin: 3rem 0 2rem;
	}

	table th {
		display: block;
		padding: 1.2rem;
		font-size: 1.4rem;
		border-left: none;
		border-bottom: 1px solid #b6b6b6;
	}

	table td {
		display: block;
		padding: 1.2rem;
		font-size: 1.4rem;
		border-left: none;
		border-bottom: 1px solid #b6b6b6;
	}
	
	table tbody tr:last-child td:last-child {
		border-bottom: none;
	}
  
  .table_scroll {
		margin: 5rem 0 5rem;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .table_scroll::-webkit-scrollbar{
    height: 2px;
  }
  .table_scroll::-webkit-scrollbar-track{
    background: #efefef;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .table_scroll::-webkit-scrollbar-thumb {
    background: #cacaca;
    border-radius: 0;
    box-shadow: none;
  }  
  .table_scroll	table {
    margin: 0 0 1.5rem;
  }
  .table_scroll	table th {
    display: table-cell;
		border-left: 1px solid #b6b6b6;
		border-bottom: 1px solid #b6b6b6;
  }
  .table_scroll	table td {
    display: table-cell;
		border-left: 1px solid #b6b6b6;
		border-bottom: 1px solid #b6b6b6;
  }
}


/*--------------------------------------
　画像＋テキスト
---------------------------------------*/
.float-wrap {
	margin: 8rem 0 8rem;
	box-sizing: border-box;
}

.float-img {
  position: relative;
}

.float-img .flame img {
	display: block;
	width: auto;
	margin: auto;
  vertical-align: top;
}

.float-img.fl {
  float: left;
  width: 320px;
  margin-right: 5rem;
}
.float-img.fr {
  float: right;
  width: 320px;
  margin-left: 5rem;
}

.float-img .caption {
	margin: 1rem 0 0 0;
	font-size: 1rem;
	color: #888;
	text-align: center;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: break-all;
}

.float-wrap .catch {
	margin: 2rem 0 2rem 0;
  color: #00408f;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}
.float-wrap.ct .catch {
  text-align: center;
}

.float-wrap p {
	margin: 2rem 0 2rem;
}

@media screen and (max-width: 768px) {
	.float-wrap {
		margin: 5rem 0 5rem;
	}
	
	.float-img.fl {
		float: inherit;
		width: 100%;
		margin-right: 0;
	}
	.float-img.fr {
		float: inherit;
		width: 100%;
		margin-left: 0;
	}
	
	.float-img .caption {
		margin: 1rem 0 1.5rem 0;
	}

	.float-wrap .catch {
		margin: 1.5rem 0 1.5rem;
		font-size: 1.8rem;
	}
	.float-wrap.ct .catch {
    text-align: left;
  }

	.float-wrap p {
		margin: 1.5rem 0 1.5rem;
	}
}


/*--------------------------------------
　toc_parts
---------------------------------------*/
.toc_parts {
  background: #f0f0f0;
  max-width: 860px;
	margin: 5rem auto 8rem;
	padding: 3rem 5rem 4rem;
  position: relative;
}

.toc_parts .ttl {
  color: #00408f;
	font-size: 2.6rem;
	font-weight: bold;
}

#toc {
	margin: 2rem 0 0 0;
}

#toc ul.chapter {
	margin: 0 0 0;
}
#toc ul.chapter li {
  margin: 0 0 2rem 0;
	padding: 0 0 0 3.5rem;
  font-size: 1.8rem;
  overflow-wrap: break-word;
	position: relative;
	counter-increment: toccount;
}
#toc ul.chapter li:last-child {
	margin: 0 0 0 0;
}
#toc ul.chapter li::before {
	content: counter(toccount,decimal-leading-zero);
	position: absolute;
  top: -7px;
  left: 0;
	background: none;
  width: inherit;
  height: inherit;
  border-radius: 0;
	color: #00408f;
	font-size: 2.2rem;
  font-weight: bold;
}
#toc ul.chapter li a {
	display: block;
  font-weight: bold;
	text-decoration: none;
}

#toc ul.chapter li br {
	display: none;
}


.toc_parts .acc_btn {
	position: absolute;
	left: 0;
	right: 0;
  bottom: -20px;
	background: #fff;
	max-width: 190px;
	margin: auto;
	padding: 1.2rem 5rem;
	box-sizing: border-box;
  border: 2px solid #00408f;
  color: #00408f;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	cursor: pointer;
  border-radius: 100px;
  box-shadow: 4px 4px 0 #00408f;
	transition: all 0.4s;
  z-index: 2;
}
.toc_parts .acc_btn::before,
.toc_parts .acc_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	background: #00408f;
	width: 15px;
	height: 3px;
	margin-top: -1px;
	transition: all 0.4s;
}
.toc_parts .acc_btn::after {
	transform: rotate(90deg);
}
.toc_parts .acc_btn.is-show::before {
  display: none;
}
.toc_parts .acc_btn.is-show::after {
  transform: rotate(180deg);
}
.toc_parts .acc_btn span {
	font-weight: bold;
}
.toc_parts .acc_btn span:before {
	content: "もっと見る";
}
.toc_parts .acc_btn.is-show span:before {
	content: "閉じる";
}
.toc_parts .acc_btn:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

.toc_parts .acc_box {
	overflow: hidden;
	position: relative;
}
.toc_parts .acc_box.is-hide {
  height: 150px;
}
.toc_parts .acc_box::before {
	content: "";
	position: absolute;
	bottom: 0;
  background: -webkit-linear-gradient(180deg, rgba(240,240,240,0) 0%, rgba(240,240,240,.9) 50%, rgba(240,240,240,.9) 50%, #f0f0f0 100%);
  background: linear-gradient(180deg, rgba(240,240,240,0) 0%, rgba(240,240,240,.9) 50%, rgba(240,240,240,.9) 50%, #f0f0f0 100%);
	width: 100%;
  height: 100px;
	transition: all 0.4s;
  z-index: 1;
}
.toc_parts .acc_btn.is-show + .acc_box::before {
	background: none;
	height: auto;
}

.toc_parts .toc_parts_inner {
  padding: 0 0 2rem;
}

@media screen and (max-width: 768px) {
  .toc_parts {
    max-width: 100%;
    margin: 4rem auto 6rem;
    padding: 2rem 2rem 3rem;
  }

  .toc_parts .ttl {
    font-size: 1.8rem;
  }

  #toc {
    margin: 1.5rem 0 0 0;
  }

  #toc ul.chapter li {
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 3rem;
    font-size: 1.6rem;
  }
  #toc ul.chapter li::before {
    top: -4px;
    font-size: 2rem;
  }


  .toc_parts .acc_btn {
    bottom: -15px;
    max-width: 45%;
    padding: 1rem 2rem;
    border: 1px solid #00408f;
    font-size: 1.4rem;
    box-shadow: 3px 3px 0 #00408f;
  }
  .toc_parts .acc_btn::before,
  .toc_parts .acc_btn::after {
    right: 10px;
    width: 12px;
    height: 2px;
  }
  .toc_parts .acc_btn:hover {
    transform: translate(3px, 3px);
  }

  .toc_parts .acc_box.is-hide {
    height: 150px;
  }
  .toc_parts .acc_box::before {
    height: 80px;
  }
}


/*--------------------------------------
　related-article01-frame
---------------------------------------*/
.related-article01-frame {
  background: #fffce3;
  max-width: 860px;
	margin: 10rem auto 10rem;
	padding: 3rem 5rem 4rem;
  border-radius: 30px 30px 0 0;
  position: relative;
}

.related-article01-title {
  color: #00408f;
	font-size: 2.4rem;
	font-weight: bold;
}
.related-article01-title span {
	font-weight: bold;
}

.related-article01-frame p.catch-01 {
  margin: 0 0 0;
  font-weight: bold;
}

ul.related-article01-list {
	margin: 2rem 0 0;
}
ul.related-article01-list li {
  margin: 0 0 2rem 0;
	padding: 0 0 0 0;
  font-size: 1.8rem;
	position: relative;
}
ul.related-article01-list li:last-child {
	margin: 0 0 0 0;
}
ul.related-article01-list li::before {
  display: none;
}
ul.related-article01-list li a {
  padding: 0 0 0 3rem;
	text-decoration: none;
  position: relative;
}
ul.related-article01-list li a::before {
	content: "";
	position: absolute;
	top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_btn_bl.png") left top no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .related-article01-frame {
    max-width: 100%;
    margin: 6rem auto 6rem;
    padding: 2rem 2rem 3rem;
    border-radius: 15px 15px 0 0;
  }

  .related-article01-title {
    font-size: 1.8rem;
  }

  ul.related-article01-list {
    margin: 1.5rem 0 0;
  }
  ul.related-article01-list li {
    margin: 0 0 1.5rem 0;
    font-size: 1.6rem;
  }
  ul.related-article01-list li a {
    padding: 0 0 0 2.5rem;
    text-decoration: none;
    position: relative;
  }
  ul.related-article01-list li a::before {
    width: 15px;
    height: 15px;
  }
}


/*--------------------------------------
　column2_parts
---------------------------------------*/
.column2_parts {
  margin: 10rem 0 10rem;
}

.column2_parts .column2_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column2_parts .column2_item {
  background: #fffce3;
  width: calc((100% / 2) - 20px);
  padding: 5rem 3rem 5rem;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.column2_parts .column2_item::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 30px);
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/taxi_bl01.png") left top no-repeat;
  background-size: contain;
  width: 70px;
  height: 63px;
  box-sizing: border-box;
}

.column2_parts .column2_ttl {
  font-size: 2.4rem;
}

.column2_parts .imgBox {
  margin: 3rem 0 0;
}

.column2_parts .txt {
  margin: 2rem 0 0;
}

.column2_parts .btn-internal a {
  max-width: 100%;
  margin: 2rem auto 0;
}

@media screen and (max-width: 768px) {
  .column2_parts {
    margin: 6rem 0 6rem;
  }

  .column2_parts .column2_block {
    display: block;
  }

  .column2_parts .column2_item {
    width: 100%;
    margin: 0 0 4rem;
    padding: 3rem 2rem 3rem;
    border-radius: 15px 15px 0 0;
  }
  .column2_parts .column2_item:last-child {
    margin: 0 0 0;
  }
  .column2_parts .column2_item::before {
    bottom: calc(100% - 20px);
    width: 50px;
    height: 45px;
  }

  .column2_parts .column2_ttl {
    font-size: 1.8rem;
  }

  .column2_parts .imgBox {
    margin: 2rem 0 0;
  }

  .column2_parts .txt {
    margin: 1.5rem 0 0;
  }

  .column2_parts .btn-internal a {
    max-width: 100%;
    margin: 1.5rem auto 0;
  }  
}


/*--------------------------------------
　icon_ttl_parts
---------------------------------------*/
.icon_ttl_parts {
  background-image:
    repeating-linear-gradient(90deg, #ffe644 0 18px, transparent 18px 36px),
    repeating-linear-gradient(90deg, #ffe644 0 18px, transparent 18px 36px);
  background-position: top left, bottom left;
  background-repeat: no-repeat;
  background-size: 100% 2px, 100% 2px;
  margin: 10rem 0 10rem;
  padding: 3rem 0 3rem;
  position: relative;
}
.icon_ttl_parts::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 10px);
  left: 30px;
  background: url("img/eng_check.png") left top no-repeat;
  background-size: contain;
  width: 90px;
  height: 24px;
  box-sizing: border-box;
}

.icon_ttl_parts .icon_ttl {
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .icon_ttl_parts {
    background-image:
      repeating-linear-gradient(90deg, #ffe644 0 10px, transparent 10px 20px),
      repeating-linear-gradient(90deg, #ffe644 0 10px, transparent 10px 20px);
    background-position: top left, bottom left;
    background-repeat: no-repeat;
    background-size: 100% 1px, 100% 1px;
    margin: 6rem 0 6rem;
    padding: 2rem 0 2rem;
  }
  .icon_ttl_parts::before {
    bottom: calc(100% - 5px);
    left: 10px;
    width: 20%;
    height: 0;
    padding-top: calc(20%*24/090);
  }

  .icon_ttl_parts .icon_ttl {
    font-size: 1.8rem;
  }
}


/*--------------------------------------
　summary_parts
---------------------------------------*/
.summary_parts {
  margin: 14rem 0 10rem;
}

.summary_parts .summary_ttl {
  background: #00408f;
  padding: 3rem 4rem 3rem;
  font-size: 2.6rem;
  position: relative;
}
.summary_parts .summary_ttl::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  background: url("img/eng_summary.png") left top no-repeat;
  background-size: contain;
  width: 230px;
  height: 36px;
  box-sizing: border-box;
}

.summary_parts .summary_item {
  background: #e0f2ff;
  padding: 3rem 4rem 5rem;
}

.summary_parts .txt {
  margin: 0 0 0;
}

.summary_parts .btnBox {
  margin: 3rem 0 0;
}
.summary_parts .btnBox > div {
  width: 380px;
  margin: 0 1rem 0;
}

@media screen and (max-width: 768px) {
  .summary_parts {
    margin: 10rem 0 6rem;
  }

  .summary_parts .summary_ttl {
    padding: 2rem 2rem 2rem;
    font-size: 1.8rem;
  }
  .summary_parts .summary_ttl::before {
    width: 45%;
    height: 0;
    padding-top: calc(45%*36/230);
  }

  .summary_parts .summary_item {
    padding: 2rem 2rem 2rem;
  }

  .summary_parts .btnBox {
    margin: 2rem 0 0;
  }
  .summary_parts .btnBox > div {
    width: 90%;
    margin: 0 auto 2rem;
  }
}


/*--------------------------------------
　area_selections
---------------------------------------*/
.area_selections {
  padding: 10rem 0 10rem;
  position: relative;
}
.area_selections::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 100vw;
  height: 100%;
  min-width: 1100px;
  box-sizing: border-box;
  z-index: -2;
}
.area_selections::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 100vw;
  height: 100%;
  min-width: 1100px;
  box-sizing: border-box;
  z-index: -1;
}
.area_selections.tokyo::before {
  background: #54a1ff;
}
.area_selections.tokyo::after {
  background: url("img/selections_bg01.png") center bottom no-repeat;
  background-size: 100% auto;
  mix-blend-mode: multiply;
}
.area_selections.saitama::before {
  background: #f09c1d;
}
.area_selections.saitama::after {
  background: url("img/selections_bg02.png") center bottom no-repeat;
  background-size: 100% auto;
}

.area_selections .area_selections_inner {
  width: calc(100% + 15rem);
  margin: 0 7.5rem 0 -7.5rem;
  position: relative;
  z-index: 0;
}
.area_selections .area_selections_inner::before,
.area_selections .area_selections_inner::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  z-index: -1;
}
.area_selections.tokyo .area_selections_inner::before {
  top: -30px;
  right: calc(100% - 260px);
  background: url("img/illust03.png") left top no-repeat;
  background-size: contain;
  width: 300px;
  height: 470px;
}
.area_selections.tokyo .area_selections_inner::after {
  top: -20px;
  left: calc(100% - 300px);
  background: url("img/illust04.png") left top no-repeat;
  background-size: contain;
  width: 390px;
  height: 440px;
}
.area_selections.saitama .area_selections_inner::before {
  top: -40px;
  right: calc(100% - 240px);
  background: url("img/illust05.png") left top no-repeat;
  background-size: contain;
  width: 330px;
  height: 450px;
}
.area_selections.saitama .area_selections_inner::after {
  top: -30px;
  left: calc(100% - 170px);
  background: url("img/illust06.png") left top no-repeat;
  background-size: contain;
  width: 280px;
  height: 480px;
}

.area_selections .selections_ttl01 {
  font-size: 4.4rem;
  text-align: center;
}
.area_selections .selections_ttl01 .small {
  font-size: 2.4rem;
}

.area_selections .lead {
  margin: 5rem 0 0;
  font-size: 1.5rem;
  text-align: center;
}

.area_selections .selections_block {
  margin: 5rem 0 0;
}

.area_selections .selections_item_wrap {
  display: flex;
  justify-content: space-between;
}

.area_selections .selections_item {
  width: calc((100% / 3) - 15px);
}

.area_selections .icon {
  width: 60px;
  margin: 0 auto -2rem;
  position: relative;
  z-index: 1;
}

.area_selections .selections_cc01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00408f;
  clip-path: polygon(40px 0%, calc(100% - 40px) 0%, 100% 100%, 0% 100%);
  width: calc(100% - 6rem);
  margin: auto;
  padding: 3rem 3rem 2rem;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
}
.area_selections .selections_cc01.fs20 {
  font-size: 2rem;
}

.area_selections .selections_item_inner {
  background: #fff;
  border: 2px solid #c5c5c5;
  border-radius: 30px 30px 0 0;
}

.selections_cc02_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffe644;
  padding: 1.5rem 2rem;
  border-radius: 30px 30px 0 0;
}
.area_selections .selections_cc02 {
  font-size: 2.2rem;
  text-align: center;
}
.area_selections .selections_cc02 sup {
  font-size: 1.2rem;
  position: relative;
  top: -10px;
}

.area_selections .selections_box {
  padding: 2rem 2.5rem 4rem;
}

.area_selections .selections_ttl02 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  text-align: center;
}

.area_selections .capture {
  margin: 2rem 0 0;
}

.area_selections .caption {
  margin: 1rem 0 0;
  color: #666;
  font-size: 1.1rem;
  text-align: center;
}

.area_selections .reason {
  margin: 2rem 0 0;
}
.area_selections .reason_inner {
  background: #fff;
  border: 2px solid #ffe644;
}
.area_selections .reason_ttl {
  background: #ffe644;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  text-align: center;
}
.area_selections .reason_block {
  padding: 1.5rem 1.5rem;
}
.area_selections ul.reason_list {
  margin: 0 0 0;
}
.area_selections ul.reason_list li {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 3rem;
	font-size: 1.4rem;
  line-height: 1.6;
	position: relative;
}
.area_selections ul.reason_list li:last-child {
  margin: 0 0 0 0;
}
.area_selections ul.reason_list li::before {
  content: "";
  display: block;
	position: absolute;
  top: 4px;
  left: 0;
	background: url("img/icon_star.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
	box-sizing: border-box;
}

.area_selections .info {
  margin: 2rem 0 0;
}
.area_selections .info table {
  margin: 0 0 0;
  border: 1px solid #c0c0c0;
}
.area_selections .info table th {
  background: #e7e7e7;
  width: 30%;
  padding: 1rem 1rem;
  color: #222;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}
.area_selections .info table td {
  padding: 1rem 1rem;
  font-size: 1.4rem;
  text-align: justify;
  border-left: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}
.area_selections .info .note {
  margin: 1rem 0 0;
  font-size: 1.4rem;
  text-align: center;
}

.area_selections .btn-internal a {
  margin: 3rem auto 0;
	padding: 1.5rem 4rem;
  font-size: 1.4rem;
	box-shadow: 4px 4px 0px 0px #00408f;
}
.area_selections .btn-internal a::after {
	right: 15px;
  transform: translate(0,-50%);
  width: 18px;
  height: 18px;
}

.area_selections .btn-web a {
  margin: 1.5rem auto 0;
	padding: 1.5rem 4rem;
  font-size: 1.4rem;
	box-shadow: 4px 4px 0px 0px #00408f;
}
.area_selections .btn-web a::after {
	right: 15px;
  width: 19px;
  height: 19px;
}

.area_selections .btn-web a:hover,
.area_selections .btn-internal a:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
}

@media screen and (max-width: 768px) {
  .area_selections {
    padding: 4rem 0 4rem;
  }
  .area_selections::before {
    width: calc(100% + 4rem);
    min-width: 100%;
  }
  .area_selections::after {
    width: calc(100% + 4rem);
    min-width: 100%;
  }

  .area_selections .area_selections_inner {
    width: 100%;
    margin: 0 0 0;
  }
  .area_selections .area_selections_inner::before,
  .area_selections .area_selections_inner::after {
    display: none;
  }

  .area_selections .selections_ttl01 {
    font-size: 2.2rem;
  }
  .area_selections .selections_ttl01 .small {
    font-size: 1.2rem;
  }

  .area_selections .lead {
    margin: 3rem 0 0;
  }

  .area_selections .selections_block {
    margin: 3rem 0 0;
  }

  .area_selections .selections_item_wrap {
    display: block;
  }

  .area_selections .selections_item {
    width: 100%;
  }

  .area_selections .selections_cc01_wrap {
    display: none;
  }

  .area_selections .selections_item_inner {
    border: 1px solid #c5c5c5;
    border-radius: 15px 15px 0 0;
  }

  .selections_cc02_wrap {
    padding: 1.5rem 1.5rem;
    border-radius: 15px 15px 0 0;
  }
  .area_selections .selections_cc02 {
    font-size: 2rem;
  }
  .area_selections .selections_cc02 sup {
    font-size: 1.1rem;
    top: -8px;
  }

  .area_selections .selections_box {
    padding: 1.5rem 2rem 3rem;
  }

  .area_selections .selections_ttl02 {
    font-size: 1.8rem;
  }

  .area_selections .capture {
    margin: 1.5rem 0 0;
  }

  .area_selections .reason {
    margin: 1.5rem 0 0;
  }
  .area_selections .reason_inner {
    border: 1px solid #ffe644;
  }
  .area_selections .reason_ttl {
    padding: 8px 1.5rem;
  }
  .area_selections ul.reason_list li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 2.5rem;
  }
  .area_selections ul.reason_list li::before {
    width: 16px;
    height: 16px;
  }

  .area_selections .info {
    margin: 2rem 0 0;
  }
  .area_selections .info table {
    display: table;
  }
  .area_selections .info table th {
    display: table-cell;
    padding: 1rem 5px;
  }
  .area_selections .info table td {
    display: table-cell;
  }

  .area_selections .btn-internal a {
    margin: 2rem auto 0;
    padding: 1.5rem 3rem;
  }
  .area_selections .btn-internal a::after {
    width: 15px;
    height: 15px;
  }

  .area_selections .btn-web a {
    margin: 1.5rem auto 0;
    padding: 1.5rem 3rem;
  }
  .area_selections .btn-web a::after {
    width: 18px;
    height: 18px;
  } 
  
  
  .tab_parts_sp ul.tabArea {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0;
    padding: 0 2rem;
  }
  .tab_parts_sp ul.tabArea.top {
    align-items: flex-end;
  }
  .tab_parts_sp ul.tabArea.bottom {
    align-items: flex-start;
  }
  .tab_parts_sp ul.tabArea li {
    width: calc(100% / 3);
    margin: 0 0 0;
    padding: 0 0 0;
    text-align: center;
    position: relative;
    opacity: 0.76;
  }
  .tab_parts_sp ul.tabArea li::before {
    display: none;
  }
  .tab_parts_sp ul.tabArea .tab_icon {
    width: 32%;
    margin: -2rem auto 0;
    margin: 0 auto -1rem;
    position: relative;
    z-index: 1;
  }
  .tab_parts_sp ul.tabArea .tab_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #878787;
    font-size: 4vw;
    line-height: 1.4;
    position: relative;
  }
  .tab_parts_sp ul.tabArea li.active .tab_txt {
    background: #00408f;
  }
  .area_selections.saitama .tab_parts_sp ul.tabArea li:nth-child(2) .tab_txt {
    font-size: 3.4vw;
  }
  .tab_parts_sp ul.tabArea.top .tab_txt {
    clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 100%, 0% 100%);
    padding: 1.5rem 0 1rem;
  }
  .tab_parts_sp ul.tabArea.bottom .tab_txt {
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 10px 100%);
    padding: 1rem 0 1rem;
  }
  .tab_parts_sp ul.tabArea li.active {
    opacity: 1;
  }
  .tab_parts_sp ul.tabArea li.active::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
  }
  .tab_parts_sp ul.tabArea.top li.active::after {
    top: 100%;
    border-top: 10px solid #00408f;
  }
  .tab_parts_sp ul.tabArea.bottom li.active::after {
    bottom: 100%;
    border-bottom: 10px solid #00408f;
  }
  
  .tab_parts_sp .tabContents {
    display: none;
  }
  .tab_parts_sp .tabContents.show {
    display: block;
  }
}


/*--------------------------------------
　bnr_parts
---------------------------------------*/
.bnr_parts {
  max-width: 740px;
  margin: 10rem auto 10rem;
}

.bnr_parts a {
  display: block;
}

@media screen and (max-width: 768px) {
  .bnr_parts {
    max-width: 100%;
    margin: 6rem auto 6rem;
  }
}


/*--------------------------------------
　fixed_bnr
---------------------------------------*/
.fixed_bnr {
    position: fixed;
    bottom: 240px;
    right: 0;
    width: 175px;
    z-index: 1;
}

.fixed_bnr a {
  display: block;
  text-align: center;
}

.fixed_bnr_inner {
  transition: all 0.3s ease;
}
.fixed_bnr_inner.stop {
  opacity: 0;
}
.fixed_bnr_inner.stop a {
  pointer-events: none;
}

.fixed_bnr .bnr_icon {
display: flex;
    justify-content: center;
    align-items: center;
    background: #ffd600;
    width: 36px;
    height: 36px;
    margin: 0 auto -0.8rem;
    font-size: 1.5rem;
    border-radius: 50%;
    outline: 2px solid #00408f;
    outline-offset: -5px;
    position: relative;
    z-index: 1;
}

.fixed_bnr .bnr_txt01 {
    background: #00408f;
    clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 100%, 0% 100%);
    width: calc(115% - 6rem);
    padding: 1rem 1rem 0;
    margin: auto;
    font-size: 1.4rem;
}

.fixed_bnr .txt_wrap {
  background: #00408f;
  padding: 1.5rem 1.5rem;
  border-radius: 10px 10px 0 0;
}

.fixed_bnr .bnr_txt02 {
background: #fff;
    padding: 1rem 0;
    font-size: 1.4rem;
    border-radius: 10px 10px 0 0;
	line-height: 1.3;
}

.fixed_bnr .bnr_txt03 {
    display: inline-block;
    margin: 1rem 0 0;
    padding: 0 0.8rem;
    font-size: 1.4rem;
    position: relative;
}
.fixed_bnr .bnr_txt03::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(0, -50%);
    background: url(img/arrow_btn_yl.png) left top no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .fixed_bnr {
    display: none!important;
  }
}


