@charset "utf-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/NS-900.woff2") format("woff2"), url("fonts/NS-900.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: #333;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

a {
	color: #333;
  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: 900;
}

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;
}

.wh {
  color: #fff;
}
.c01 {
  color: #005EEA;
}
.c02 {
  color: #F06A43;
}

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

@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;
	}
}



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

header .logo {
  width: 160px;
  margin: auto;
}
header .logo a {
  display: block;
}

header .sponsored {
  margin: 1.5rem 0 0;
  font-size: 1.5rem;
  text-align: center;
}


@media screen and (max-width: 768px) {
	header {
    padding: 1rem 5px;
	}
	
  header .logo {
    width: 35%;
    margin: 0 0 0;
  }

  header .sponsored {
    margin: 5px 0 0;
    font-size: 1.2rem;
    text-align: left;
  }
}


/*--------------------------------------
　#hb-menu
---------------------------------------*/
/*----- hb-menu -----*/
#hb-menu {
	display: table;
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: #005EEA;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 10000;
}
#hb-menu .hb-inner {
	display: table-cell;
	vertical-align: middle;
}
#hb-menu span {
	display: block;
	background: #fff;
	width: 35px;
	height: 2px;
	margin: auto;
	border-radius: 0;
	-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: 11px;
}

/* ナビゲーションアイコン：アクティブ */
.hb-open #hb-menu span:nth-of-type(1) {
	-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
	-ms-transform: translateY(10px) translateX(0) rotate(45deg);
	transform: translateY(10px) 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(-10px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
	transform: translateY(-10px) 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: #0053CE;
	width: 40%;
	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);
}


.hb_menu_wrapper {
	max-width: 80%;
	margin: auto;
}


.hb_menu {
  margin-bottom: 0;
}
.hb_menu:last-child {
  margin-bottom: 0;
}


.hb_menu_title {
	padding: 2rem 0 2rem;
	border-bottom: 1px solid #fff;
}

.hb_menu_title_link {
	display: block;
	padding: 0 3rem 0 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.6;
	position: relative;
}
.hb_menu_title_link:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


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

	/* ナビゲーションアイコン：アクティブ */
	.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 {
		width: 100%;
		height: 100%;
		padding: 8rem 2rem;
	}

	
	.hb_menu_wrapper {
		max-width: 100%;
		margin: auto;
	}

	
	.hb_menu {
		margin-bottom: 0;
	}
	.hb_menu:last-child {
		margin-bottom: 0;
	}

	
	.hb_menu_title {
		padding: 1.5rem 0 1.5rem;
		border-bottom: 1px solid #fff;
	}
	
  .hb_menu_title_link {
    padding: 0 3rem 0 0;
    font-size: 1.5rem;
  }
  .hb_menu_title_link:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  
  
  .hb_bnr {
    display: flex;
    justify-content: space-between;
  }
  .hb_bnr > div {
    width: calc(50% - 5px);
  }
}



/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
	width: 1000px;
	margin: 0 auto 0;
  font-size: 1.6rem;
  position: relative;
	z-index: 1;
}
#pankuzu a {
	display: inline-block;
  text-decoration: underline;
	line-height: 1.8;
}
#pankuzu a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
	#pankuzu {
		width: 100%;
		margin: 0 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 {
	background: #003B94;
	width: 100%;
	min-width: 1000px;
}

.l-footer-area br {
  display: none;
}


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


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


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


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


.l-footer-menu__title {
	padding: 0 0 1.5rem 0;
	border-bottom: 1px solid #fff;
	position: relative;
}

.l-footer-menu__title__link {
	display: inline-block;
	padding: 0 3rem 0 0;
	color: #fff;
  font-size: 1.6rem;
	font-weight: 900;
	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;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.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.4rem;
	line-height: 1.6;
	position: relative;
}
.l-footer-menu__list__link:after {
	content: "";
 	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.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 {
	max-width: 800px;
  margin: 5rem auto 0;
  padding: 2rem 3rem;
  box-sizing: border-box;
	color: #fff;
	font-size: 1.2rem;
  border: 1px solid #fff;
	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: #182C39;
}

.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: 1000px;
  margin: 0 auto;
  padding: 1.5rem 0;
  color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
}
.l-footer-copy a {
	display: inline-block;
  text-decoration: underline;
  color: #fff;
}
.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;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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


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


	.l-footer-logo {
		width: 40%;
	}


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


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


	.l-footer-menu__title {
		padding: 1.5rem 2.5rem 1.5rem 0;
	}
	.l-footer-menu__title:after { 
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: none;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.l-footer-menu__title.open:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.l-footer-menu__title__link {
		display: block;
		padding: 0 0 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.6);
	}
	.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 {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}


	.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.6);
	}

	.l-footer-submenu__list__link {
		padding: 1.5rem 0 1.5rem 3rem;
	}
	.l-footer-submenu__list__link::before {
		content: "";
		position: absolute;
		top: 26px;
		left: 15px;
		background: #fff;
		width: 6px;
		height: 1px;
	}


	.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;
		text-align: center;
	}

	
	.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;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}



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

.l-pagetop__link {
  display: block;
}

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






/*--------------------------------------
　Main Contents
---------------------------------------*/
.sitename {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
	padding: 1rem 2rem;
  font-size: 1.6rem;
	line-height: 1.5;
	text-align: right;
  z-index: 1;
}

.mainWrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}

.mainWrap .main_left {
  position: fixed;
	top: 0;
	left: 0;
  width: 280px;
  height: 100%;
  padding: 1rem 1rem;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 999;
}

.mainWrap .main_left::-webkit-scrollbar {
  width: 6px; /* スクロールバーの幅 */
}

.mainWrap .main_left::-webkit-scrollbar-thumb {
  background: #afe3ff; /* スクロールバーの色 */
  border-radius: 4px; /* スクロールバーの角丸 */
}

.mainWrap .main_left::-webkit-scrollbar-track {
  background: #e7e7e7; /* スクロールバーの背景 */
}

@-moz-document url-prefix() {
  .mainWrap .main_left {
    scrollbar-width: thin; /* スクロールバーを細くする */
    scrollbar-color: #afe3ff #e7e7e7; /* スクロールバーと背景の色 */
  }
}

#side {
  background: #fff;
  width: 100%;
  padding: 3rem 1rem;
  border-radius: 20px;
  box-shadow: 3px 3px 9px 0 rgba(35,104,184,0.16);
}

.mainWrap .main_right {
  width: calc(100% - 280px);
  height: 100%;
  margin: 0 0 0 auto;
}

.contents_wrap {
  width: 100%;
	min-width: 1000px;
  padding: 6rem 0 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.contents_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("img/lower_bg.png") center top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.contents {
  width: 1000px;
  margin: auto;
  padding: 5rem 0 15rem;
  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) {
  .sitename {
    width: 62%;
    padding: 1rem 5px;
    font-size: 1.2rem;
  }
  
  .mainWrap {
    display: block;
    position: relative;
  }
  .mainWrap_lower::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("img/lower_bg.png") center top no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-top: calc(100%*2250/1150);
    z-index: -1;
  }

  .mainWrap .main_left {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    height: auto;
    padding: 0 0;
    overflow-x: inherit;
    overflow-y: inherit;
  }

  #side {
    background: none;
    padding: 0 0;
    border-radius: 0;
    box-shadow: none;
  }

  .mainWrap .main_right {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
  }

  .contents_wrap {
    min-width: 100%;
    padding: 2rem 0 0;
  }
  .contents_wrap::after {
    display: none;
  }

  .contents {
    width: 100%;
    padding: 3rem 2rem 8rem;
  }
}



/*--------------------------------------
　searchSide
---------------------------------------*/
#side {
  width: 100%;
}

.searchSide {
  margin: 2.5rem 0 0;
}

.searchSide .sb {
  background: #EBEEF1;
  padding: 0.5rem 2rem;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
.searchSide .sb::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #EBEEF1;
}

.searchSide .search_box {
	margin: 1.5rem 0 0;
}
.searchSide .search_box.area {
  padding: 1rem 1rem;
  border: 1px solid #005EEA;
  border-radius: 7px;
}


.selectBox {
  margin: 0 0 1rem;
  position: relative;
}
.selectBox:last-child {
  margin: 0 0 0;
}
.selectBox:after {
	content: "";
	position: absolute;
	top: 55%;
	right: 15px;
	transform: translate(0,-50%);
	width: 0;
	height: 0;
	box-sizing: border-box;
	border: 7px solid transparent;
	border-top: 9px solid #005EEA;
}
.selectBox select {
  background: #F5F5F5;
	width: 100%;
	height: 45px;
	padding: 1rem 4rem 1rem 1rem;
	box-sizing: border-box;
  color: #005EEA;
	font-size: 1.6rem;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 7px;
  cursor: pointer;
}
.selectBox option {
  background: #F5F5F5;
  color: #333;
}
.selectBox option::after {
        content: " 必須";
        color: red;
        font-size: 14px;
        margin-left: 5px;
    }
option[disabled] {
  color: #a9a9a9;
}
.searchSide .acc {
  padding: 1rem 1rem;
  color: #005EEA;
  font-size: 1.6rem;
  font-weight: 900;
  border: 1px solid #005EEA;
  border-radius: 7px;
  position: relative;
  cursor: pointer;
}
.searchSide .acc::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
  background: url("img/acc_open.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.searchSide .acc.open::after {
  background: url("img/acc_close.png") left top no-repeat;
  background-size: contain;
}
.searchSide .acc_content {
  display: none;
  max-height: 240px;
  margin: 1rem 0 0;
  padding: 0 5px;
	overflow-x: hidden;
	overflow-y: auto;
}
.searchSide .acc_content::-webkit-scrollbar {
  width: 4px;
}
.searchSide .acc_content::-webkit-scrollbar-track {
  background: #F5F5F5;
}
.searchSide .acc_content::-webkit-scrollbar-thumb {
  background: #AFAFAF;
}
@-moz-document url-prefix() {
  .searchSide .acc_content {
    scrollbar-width: thin;
    scrollbar-color: #aeaeae #e7e7e7;
  }
}

.searchSide .checkBox {
	margin: 1rem 0 0;
}
.searchSide .search_box.type .acc_content {
  max-height: auto;
	overflow-x: inherit;
	overflow-y: inherit;
}
.searchSide .search_box.type .checkBox {
  display: block;
}
.searchSide .search_box.type .checkBox li {
	margin: 0 0 1rem 0;
}
.searchSide .search_box.type .checkBox label {
  display: inline-block;
  padding: 0 3rem 0 0;
  position: relative;
}
.searchSide .search_box.type .checkBox label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/icon_hatena.png") left top no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}


.searchSide .reset_btn {
  margin: 1.5rem 0 0;
}

.searchSide .submit_btn {
  margin: 1.5rem 0 0;
}


.sidebnr01 {
  margin: 3rem 0 0;
}
.sidebnr01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #E9CD79, #BC8D00);
  padding: 1.5rem 2rem;
  border: 2px solid #182C39;
  border-radius: 16px;
  position: relative;
}
.sidebnr01 a::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 10px;
  background: url("img/icon_pr.png") left top no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
}
.sidebnr01 .logo {
  width: 52px;
}
.sidebnr01 .bnr_txt {
  width: calc(100% - 70px);
}
.sidebnr01 .bnr_txt01 {
  font-size: 1.2rem;
}
.sidebnr01 .bnr_txt01 .large {
  font-size: 1.9rem;
  line-height: 1.3;
}
.sidebnr01 .bnr_txt02 {
  margin: 5px 0 0;
  color: #C29611;
  font-size: 9px;
  text-align: center;
}
.sidebnr01 .bnr_txt02 span {
  display: inline-block;
  background: #fff;
  padding: 5px 3.5rem;
  border-radius: 100px;
  position: relative;
}
.sidebnr01 .bnr_txt02 span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: solid 1px #C29611;
	border-right: solid 1px #C29611;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.sidebnr02 {
  margin: 2rem 0 0;
}
.sidebnr02 a {
  display: block;
  background: linear-gradient(90deg, #00C0FA, #007CEE);
  padding: 1.5rem 1.5rem;
  font-size: 1.6rem;
  border: 2px solid #182C39;
  border-radius: 16px;
  position: relative;
  z-index: 0;
}
.sidebnr02 a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: url("img/bnr_bg.png") left top no-repeat;
  background-size: contain;
  width: 74px;
  height: 69px;
  z-index: -1;
}
.sidebnr02 img {
  display: inline-block;
  vertical-align: middle;
  width: 165px;
  margin: 0 5px 5px 0;
}
.sidebnr02 .bnr_txt01 {
  display: inline;
  position: relative;
}
.sidebnr02 .bnr_txt01::after {
	content: "";
  display: inline-block;
	width: 6px;
	height: 6px;
  margin: 0 0 2px 5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sidebnr02 .large {
  font-size: 1.9rem;
  line-height: 1.3;
}


.tooltip {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.description {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 24px;
    right: 0;
    background: #F5F5F5;
    width: 100%;
    width: 211px;
    margin: auto;
    padding: 1.5rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 7px;
    border: 1px solid #E9E9E9;
    transition: all 0.3s ease;
    animation-name: fade;
    animation-duration: 0.2s;
    z-index: 1;
}
.tooltip:hover .description {
  display: block;
}
.description .txt {
  margin: 0 0 0;
  font-size: 1.2rem;
	line-height: 1.4;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
} 

@media screen and (max-width: 768px) {
  #search-menu {
		display: table;
		position: fixed;
		top: 0;
		right: 50px;
		width: 50px;
		height: 50px;
    background: linear-gradient(45deg, #00C0FA, #007CEE);
		box-sizing: border-box;
		cursor: pointer;
		z-index: 10000;
	}
  #search-menu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url("img/icon_search01.png") left top no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    margin: -2px -3px 0 3px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	}
	#search-menu .search-menu-inner {
		display: table-cell;
		vertical-align: middle;
	}
	#search-menu span {
		display: none;
		background: #fff;
		width: 22px;
		height: 1px;
		margin: auto;
		border-radius: 0;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	#search-menu span:nth-of-type(2){
		margin-top: 7px;
	}
  .menu-open #search-menu::after {
    display: none;
	}
	.menu-open #search-menu span {
		display: block;
	}
	.menu-open #search-menu span:nth-of-type(1) {
		-webkit-transform: translateY(4px) translateX(0) rotate(45deg);
		-ms-transform: translateY(4px) translateX(0) rotate(45deg);
		transform: translateY(4px) translateX(0) rotate(45deg);
	}
	.menu-open #search-menu span:nth-of-type(2) {
		-webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-4px) translateX(0) rotate(-45deg);
		transform: translateY(-4px) translateX(0) rotate(-45deg);
	}

	/*----- sp_searchSide -----*/
	.sp_searchSide {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	.sp_searchSide_inner {
		position: fixed;
		top: 0;
		right: 0;
		background: #fff;
		width: 100%;
		height: 100%;
		padding: 8rem 2rem;
		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;
	}
	.menu-open .sp_searchSide_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);
	}

  .searchSide {
    margin: 0 0 0;
  }

  .searchSide .sb {
    padding: 0.5rem 1.5rem;
    font-size: 1.5rem;
    border-radius: 5px;
  }
  .searchSide .sb::after {
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #EBEEF1;
  }
  
  
  .selectBox {
    margin: 0 0 8px;
  }
  .selectBox select {
    font-size: 1.5rem;
    border-radius: 5px;
  }
  .selectBox option {
    background: #F5F5F5;
    color: #333;
  }
  
  
  .searchSide .acc {
    padding: 1.2rem 1.5rem;
    font-size: 1.5rem;
    border-radius: 5px;
  }
  .searchSide .acc_content::-webkit-scrollbar {
    width: 2px;
  }

  
  .searchSide .search_box.type .checkBox label {
    padding: 0 1rem 0 0;
  }
  .searchSide .search_box.type .checkBox label::after {
    display: none;
  }
  
  
  .searchSide .reset_btn {
    margin: 1rem 0 0;
  }

  .searchSide .submit_btn {
    margin: 2rem 0 0;
  }
  
  
  .sidebnr01 {
    margin: 0 0 0;
  }
  .sidebnr01 a {
    padding: 1.2rem 1rem;
    border: 1px solid #182C39;
    border-radius: 8px;
  }
  .sidebnr01 a::after {
    top: -20px;
    right: 5px;
    width: 32px;
    height: 32px;
  }
  .sidebnr01 .logo {
    width: 25%;
  }
  .sidebnr01 .bnr_txt {
    width: 70%;
  }
  .sidebnr01 .bnr_txt01 {
    font-size: 2.8vw;
  }
  .sidebnr01 .bnr_txt01 .large {
    font-size: 4vw;
  }
  .sidebnr01 .bnr_txt02 {
    font-size: 2.5vw;
  }
  .sidebnr01 .bnr_txt02 span {
    padding: 3px 2.5rem;
  }
  .sidebnr01 .bnr_txt02 span::after {
    right: 10px;
  }


  .sidebnr02 {
    margin: 0 0 0;
  }
  .sidebnr02 a {
    padding: 1.2rem 1rem;
    font-size: 3.5vw;
    border: 1px solid #182C39;
    border-radius: 8px;
  }
  .sidebnr02 a::after {
    bottom: 5px;
    right: 5px;
    width: 45%;
    height: 0;
    padding-top: calc(45%*69/74);
  }
  .sidebnr02 img {
    vertical-align: bottom;
    width: 70%;
    margin: 0 5px 5px 0;
  }
  .sidebnr02 .bnr_txt01 {
    display: inline;
    position: relative;
  }
  .sidebnr02 .bnr_txt01::after {
    width: 6px;
    height: 6px;
    margin: 0 0 2px 5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  .sidebnr02 .small {
    display: inline-block;
    margin: 0 0 0 -35%;
  }
  .sidebnr02 .large {
    font-size: 4.5vw;
  }
  
  
  .tooltip {
    display: block;
  }
  .description {
    display: none;
    width: 100%;
    padding: 1.2rem 1.5rem;
    border-radius: 5px;
    pointer-events: none;
  }
  .tooltip:hover .description {
    display: none;
  }
  .tooltip .icon {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
  }
}



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

.contents h1 {
  background: #fff;
	margin: 0 0 7rem;
  padding: 4rem 4rem;
	color: #005EEA;
	font-size: 3.8rem;
	font-weight: 900;
	line-height: 1.4;
  border: 1px solid #005EEA;
  border-radius: 20px;
  position: relative;
}
.contents h1::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 40px);
  right: 0;
  background: url("img/deco01.png") left top no-repeat;
  background-size: contain;
  width: 158px;
  height: 107px;
}
.contents h1::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(90deg, #00C0FA, #007CEE);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
}


.contents h2 {
	margin: 4rem 0 2rem;
	padding: 0 0 2rem 5rem;
	color: #005EEA;
	font-size: 3.2rem;
  border-bottom: 2px solid #005EEA;
	position: relative;
}
.contents h2::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  background: linear-gradient(-90deg, #00C0FA, #007CEE);
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 50%;
}

.contents h2 a {
	padding: 0 4rem 0 0;
	color: #005EEA;
	position: relative;
}
.contents h2 a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -50px;
	width: calc(100% + 5rem);
	height: calc(100% + 2rem);
}
.contents h2 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-top: solid 2px #005EEA;
	border-right: solid 2px #005EEA;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.contents h3 {
	margin: 4rem 0 2rem;
	padding: 0 0 2rem 2rem;
	font-size: 2.6rem;
  border-bottom: 2px dotted #005EEA;
  position: relative;
}
.contents h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #005EEA;
  width: 7px;
  height: calc(100% - 2rem);
  box-sizing: border-box;
  border-radius: 10px;
}

.contents h3 a {
	padding: 0 4rem 0 0;
	position: relative;
}
.contents h3 a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	width: calc(100% + 2rem);
	height: calc(100% + 2rem);
}
.contents h3 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: solid 2px #005EEA;
	border-right: solid 2px #005EEA;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.contents h4 {
  background: #DBF5FE;
	margin: 4rem 0 2rem;
  padding: 2rem 3rem;
	font-size: 1.8rem;
  border-radius: 10px;
}

.contents h4 a {
	padding: 0 4rem 0 0;
	position: relative;
}
.contents h4 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: solid 2px #005EEA;
	border-right: solid 2px #005EEA;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contents h5 {
    margin: 3rem 0 2rem;
    padding: 1rem 1rem;
    font-size: 1.8rem;
    border-bottom: 1px solid #005eea;
    color: #005eea;
}
@media screen and (max-width: 768px) {
  .contents h1 {
    margin: 0 0 5rem;
    padding: 2rem 2rem;
    font-size: 2.5rem;
    border-radius: 10px;
  }
  .contents h1::before {
    bottom: calc(100% - 25px);
    right: -10px;
    width: 20%;
    height: 0;
    padding-top: calc(20%*107/158);
  }
  .contents h1::after {
    top: 10px;
    left: 10px;
    border-radius: 10px;
  }


  .contents h2 {
    margin: 3rem 0 2rem;
    padding: 0 0 1.5rem 3rem;
    font-size: 2.2rem;
    border-bottom: 1px solid #005EEA;
  }
  .contents h2::before {
    top: 10px;
    width: 20px;
    height: 20px;
  }

  .contents h2 a {
    padding: 0 2.5rem 0 0;
  }
  .contents h2 a::before {
    left: -30px;
    width: calc(100% + 3rem);
    height: calc(100% + 1.5rem);
  }
  .contents h2 a::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 1px #005EEA;
    border-right: solid 1px #005EEA;
  }


  .contents h3 {
    margin: 3rem 0 2rem;
    padding: 0 0 1.5rem 1.5rem;
    font-size: 1.8rem;
    border-bottom: 1px dotted #005EEA;
  }
  .contents h3::before {
    width: 4px;
    height: calc(100% - 1.5rem);
    border-radius: 5px;
  }

  .contents h3 a {
    padding: 0 2.5rem 0 0;
  }
  .contents h3 a::before {
    left: -15px;
    width: calc(100% + 1.5rem);
    height: calc(100% + 1.5rem);
  }
  .contents h3 a::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 1px #005EEA;
    border-right: solid 1px #005EEA;
  }


  .contents h4 {
    margin: 3rem 0 2rem;
    padding: 1.5rem 1.5rem;
    font-size: 1.6rem;
    border-radius: 5px;
  }

  .contents h4 a {
    padding: 0 2.5rem 0 0;
  }
  .contents h4 a::after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 1px #005EEA;
    border-right: solid 1px #005EEA;
  }
	.contents h5 {
        margin: 2rem 0 2rem;
        padding: 1rem 0;
        font-size: 1.6rem;
    }
}



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

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

.txt_bold {
	color: #005EEA;
	font-weight: 900;
}
.marker {
	background: linear-gradient(transparent 90%, #F06A43 0%);
	font-weight: 900;
}


.caption {
	margin: 1rem 0 0 0!important;
	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: #e7e7e7;
	margin: 0 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.caption::-webkit-scrollbar-thumb {
	background: #aeaeae;
	border-radius: 0;
	box-shadow: none;
}
.caption a {
	color: #888;
	text-decoration: underline;
}
@-moz-document url-prefix() {
  .caption {
    scrollbar-color: #aeaeae #e7e7e7;
  	scrollbar-width: thin;
  }
}

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



/*--------------------------------------
　リスト
---------------------------------------*/
/*----- ulリスト -----*/
.contents ul {
	margin: 4rem 0 4rem;
}
.contents ul li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
	font-size: 1.6rem;
  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: 12px;
  left: 0;
	background: #005EEA;
  width: 10px;
  height: 10px;
	box-sizing: border-box;
  border-radius: 50%;
}
.contents ul li a {
	display: inline-block;
	text-decoration: underline;
}
.contents ul li a:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	/*----- ulリスト -----*/
	.contents ul {
		margin: 2rem 0 2rem;
	}
	.contents ul li {
		padding: 0 0 0 1.5rem;
		font-size: 1.5rem;
    line-height: 1.6;
	}
	.contents ul li::before {
		top: 10px;
		width: 8px;
		height: 8px;
	}
}



/*--------------------------------------
　リンク
---------------------------------------*/
.btn-web a,
.btn-internal a,
.btn-miidas a {
	display: block;
	max-width: 350px;
	margin: 4rem auto 4rem;
	padding: 2.5rem 6rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	border-radius: 100px;
	text-decoration: none!important;
	position: relative;
}
.btn-web a::after,
.btn-miidas a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
  background: url("img/icon_link.png") left top no-repeat;
  background-size: contain;
	width: 25px;
	height: 25px;
	margin-top: -12px;
}
.btn-internal a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-web a span,
.btn-miidas a span {
  display: block;
  font-size: 1.1rem;
  font-weight: 900;
}

/*----- btn-web（外部リンク） -----*/
.btn-web a {
  background: linear-gradient(270deg, #F06A43, #F09A43);
  box-shadow: 3px 3px 5px 0 rgba(165,76,51,0.3);

}


/*----- btn-internal（内部リンク） -----*/
.btn-internal a {
	background: #005EEA;
  box-shadow: 3px 3px 5px 0 rgba(34,72,133,0.3);
}


/*----- btn-miidas -----*/
.btn-miidas a {
  background: linear-gradient(90deg, #007CEE 0%, #00C0FA 100%);
  box-shadow: 3px 3px 5px 0 rgba(31,65,120,0.3);
}


/*----- btn-link（テキストリンク） -----*/
.btn-link {
	text-align: right;
}
.btn-link a {
	display: inline-block;
	margin: 4rem 0 4rem;
	padding: 0 2rem 0 0;
	font-size: 1.6rem;
  font-weight: 900;
	line-height: 1.5;
	text-decoration: underline;
	position: relative;
}
.btn-link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #005EEA;
	border-right: solid 2px #005EEA;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-link a:hover {
	text-decoration: none;
}


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


.btnBox {
  display: flex;
  justify-content: center;
}
.btnBox > div {
  width: 350px;
  margin: 0 3rem 0 3rem;
}
.btnBox > div a {
  max-width: 100%;
  margin: 0 auto 0;
}

@media screen and (max-width: 768px) {
  .btn-web a,
  .btn-internal a,
  .btn-miidas a {
    max-width: 90%;
    margin: 3rem auto 3rem;
    padding: 1.8rem 5rem;
    font-size: 1.5rem;
  }
  .btn-web a::after,
  .btn-miidas a::after {
    left: 20px;
    width: 15px;
    height: 15px;
    margin-top: -8px;
  }
  .btn-internal a::after {
    right: 20px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  .btn-web a span,
  .btn-miidas a span {
    font-size: 1.1rem;
  }

  
  /*----- btn-link（テキストリンク） -----*/
  .btn-link a {
    margin: 3rem 0 3rem;
    padding: 0 1.5rem 0 0;
    font-size: 1.5rem;
  }
  .btn-link a::after {
    border-top: solid 1px #005EEA;
    border-right: solid 1px #005EEA;
  }
	
	/*----- btn-tel（電話ボタン） -----*/
	.btn-tel a {
		display: block;
		background: #182C39;
		max-width: 90%;
		margin: 3rem auto 3rem;
		padding: 1.8rem 5rem;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.5rem;
		font-weight: 900;
		text-align: center;
		line-height: 1.5;
		border-radius: 100px;
		text-decoration: none!important;
		position: relative;
	}
  .btn-tel a::before {
		content: "";
		position: absolute;
		top: 50%;
    left: 25px;
    background: url("img/icon_tel.png") left top no-repeat;
    background-size: contain;
		width: 15px;
		height: 26px;
		margin-top: -13px;
	}
  
  
  .btnBox {
    display: block;
  }
  .btnBox > div {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .btnBox > div:last-child {
    margin: 0 0 0 0;
  }
  .btnBox > div a {
    max-width: 90%;
  }
}



/*--------------------------------------
  Table
---------------------------------------*/
table {
	background: #fff;
	width: 100%;
	margin: 8rem 0 8rem;
	box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #D5D5D5;
	table-layout: fixed; /* セル幅を固定 */
}

table th, table td {
	padding: 1.5rem;
	box-sizing: border-box;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.4;
	border-left: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	overflow-wrap: break-word; /* 長い文字列を折り返す */
	word-break: break-word; /* 確実に折り返し */
}

table th {
	background: #f5f5f5;
	text-align: center;
	font-weight: 900;
	width: 30%;
}

table a {
	text-decoration: underline;
	word-break: break-all; /* 長いURLを分割 */
}

table a:hover {
	text-decoration: none;
}

/*--------------------------------------
  Responsive Adjustments
---------------------------------------*/
@media screen and (max-width: 768px) {
	table {
		margin: 5rem 0 5rem;
	}

	table th, table td {
		display: block;
		padding: 1.2rem;
		font-size: 1.5rem;
		border-left: none;
		border-bottom: 1px solid #D5D5D5;
		width: 100%; /* 幅を強制的に100%にする */
	}

	table tbody tr:last-child td:last-child {
		border-bottom: none;
	}
}



/*--------------------------------------
　画像＋テキスト
---------------------------------------*/
.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: 420px;
  padding-right: 6rem;
}
.float-img.fr {
  float: right;
  width: 420px;
  padding-left: 6rem;
}

.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: #005EEA;
	font-size: 2.4rem;
	font-weight: 900;
	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%;
		padding-right: 0;
	}
	.float-img.fr {
		float: inherit;
		width: 100%;
		padding-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;
	}
}



/*--------------------------------------
　related-article01-frame
---------------------------------------*/
.related-article01-frame {
  background: #fff;
  max-width: 930px;
  margin: 10rem auto 10rem;
  padding: 4rem 5rem 4rem;
  border: 1px solid #005EEA;
  border-radius: 20px;
}

.related-article01-title {
  color: #005EEA;
	font-size: 2.2rem;
	font-weight: 900;
  position: relative;
}
.related-article01-title span {
	font-weight: 900;
}

ul.related-article01-list {
	margin: 0 0 0;
}
ul.related-article01-list li {
  margin: 0 0 0 0;
	padding: 0 0 0 2rem;
  font-size: 1.8rem;
  border-bottom: 1px solid #EBEEF1;
	position: relative;
}
ul.related-article01-list li:last-child {
	margin: 0 0 0 0;
}
ul.related-article01-list li::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
  background: none;
	width: 8px;
	height: 8px;
	border-top: solid 2px #005EEA;
	border-right: solid 2px #005EEA;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  border-radius: 0;
}
ul.related-article01-list li a {
  padding: 2rem 0;
  font-weight: 900;
	text-decoration: none;
}

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

  .related-article01-title {
    font-size: 1.8rem;
  }
  
  ul.related-article01-list li {
    padding: 0 0 0 2rem;
    font-size: 1.6rem;
  }
  ul.related-article01-list li::before {
    top: 22px;
    border-top: solid 1px #005EEA;
    border-right: solid 1px #005EEA;
  }
  ul.related-article01-list li a {
    padding: 1.5rem 0;
  }
}



/*--------------------------------------
　result_parts
---------------------------------------*/
.pr_parts {
  background: #DBF5FE;
  margin: 10rem 0 10rem;
  padding: 8rem 0 10rem;
  border-radius: 0 50px 50px 0;
  position: relative;
  z-index: 0;
}
.pr_parts::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  background: #DBF5FE;
  width: 100vw;
  height: 100%;
  min-width: 1000px;
  z-index: -1;
}
.pr_parts::after {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  background: url("img/deco04.png") left top no-repeat;
  background-size: contain;
  width: 230px;
  height: 246px;
  z-index: -1;
}

.pr_parts .sub {
  position: absolute;
  top: -30px;
  left: 0;
  display: inline-block;
  background: linear-gradient(90deg, #00C0FA, #007CEE);
  padding: 8px 3rem 8px 4rem;
  font-size: 2.8rem;
  border-radius: 10px;
  z-index: 1;
}
.pr_parts .sub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0,-50%);
  background: #F8D660;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-radius: 50%;
}

.pr_parts .pr_ttl {
  font-size: 4.2rem;
  line-height: 1.7;
}

.pr_block {
  display: flex;
  justify-content: center;
  margin: 8rem 0 0;
  padding: 0 2rem;
}

.pr_block .pr_item {
  background: #fff;
  width: 33.33%;
  margin: 0 1.5rem;
  padding: 0 2rem 2rem;
  text-align: center;
  border-radius: 20px;
}

.pr_block .pr_txtWrap {
  padding: 0 2rem 1.5rem;
  border-radius: 12px;
  position: relative;
  top: -30px;
}
.pr_block .pr_txtWrap::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 5px);
  left: 0;
  right: 0;
  width: 54px;
  height: 27px;
  margin: auto;
  border-radius: 27px 27px 0 0;
}
.pr_block .pr_txtWrap.bg01::before {
  background: #3F44D2;
}
.pr_block .pr_txtWrap.bg02::before {
  background: #008ECE;
}
.pr_block .pr_txtWrap.bg03::before {
  background: #0048B4;
}
.pr_block .pr_txtWrap.bg04::before {
  background: #0958a1;
}
.pr_block .icon {
  width: 35px;
  margin: auto;
  position: relative;
  top: -15px;
}
.pr_block .pr_txt {
  margin: -1.5rem 0 0;
  font-size: 2rem;
}

.pr_block .c_name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -2rem 0 0;
  padding: 2rem 0 0;
  font-size: 2.2rem;
  position: relative;
}
.pr_block .c_name::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("img/line_dot03.png") left top no-repeat;
  background-size: contain;
  width: 3px;
  height: 20px;
  margin: auto;
}

.pr_block .btn-web a {
  max-width: 100%;
  margin: 1.5rem auto 0;
  padding: 2rem 4rem;
}
.pr_block .btn-web a::after {
	left: 20px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
}

.pr_parts .txt {
  margin: 3rem 0 0;
  padding: 0 5rem;
}

.bg01 {
  background: #3F44D2;
}
.bg02 {
  background: #008ECE;
}
.bg03 {
  background: #0048B4;
}

@media screen and (max-width: 768px) {
  .pr_parts {
    margin: 8rem 0 8rem;
    padding: 4rem 2rem 5rem 0;
    border-radius: 0 25px 25px 0;
  }
  .pr_parts::before {
    min-width: 100%;
  }
  .pr_parts::after {
    top: -50px;
    right: -30px;
    width: 40%;
    height: 0;
    padding-top: calc(40%*246/230);
  }

  .pr_parts .sub {
    top: -15px;
    padding: 5px 2rem 5px 2.5rem;
    font-size: 1.4rem;
    border-radius: 5px;
  }
  .pr_parts .sub::before {
    left: 10px;
    width: 5px;
    height: 5px;
  }

  .pr_parts .pr_ttl {
    font-size: 2.3rem;
  }

  .pr_block {
    display: block;
    margin: 5rem 0 0;
    padding: 0 0;
  }

  .pr_block .pr_item {
    width: 90%;
    margin: 0 0 5rem auto;
    padding: 1.8rem 2rem 2rem;
    border-radius: 10px;
    text-align: left;
    position: relative;
  }
  .pr_block .pr_item:last-child {
    margin: 0 0 0 auto;
  }

  .pr_block .pr_txtWrap {
    position: absolute;
    top: -15px;
    left: -10%;
    width: 40%;
    padding: 0 1.5rem 1rem;
    border-radius: 10px;
  }
  .pr_block .pr_txtWrap::before {
    bottom: calc(100% - 5px);
    width: 36px;
    height: 18px;
    border-radius: 18px 18px 0 0;
  }
  .pr_block .icon {
    width: 30%;
    top: -8px;
  }
  .pr_block .pr_txt {
    margin: -5px 0 0;
    font-size: 3.5vw;
    text-align: center;
    line-height: 1.4;
  }

  .pr_block .c_name {
    display: inline-block;
    margin: 0 0 0 35%;
    padding: 0 0 0 2rem;
    font-size: 1.7rem;
    text-align: left;
  }
  .pr_block .c_name::before {
    position: absolute;
    top: 50%;
    left: 0;
    background: url("img/line_dot03.png") left top no-repeat;
    background-size: contain;
    width: 3px;
    height: 20px;
    margin: -10px 0 0;
    transform: rotate(90deg);
  }

  .pr_block .btn-web a {
    margin: 2rem auto 0;
    padding: 1.8rem 4rem;
  }

  .pr_parts .txt {
    margin: 2rem 0 0;
    padding: 0 0;
  }
}



/*--------------------------------------
　result_parts
---------------------------------------*/
#page .resultWrap {
  margin: 5rem 0 10rem;
  position: relative;
}
#page .resultWrap::before {
  content: "";
  display: block;
  background: url("img/deco_arrow02.png") left top no-repeat;
  background-size: contain;
  width: 77px;
  height: 33px;
  margin: auto;
}
#page .resultWrap .sr_txt01 {
  margin: 2rem 0 0;
  font-size: 2.4rem;
  text-align: center;
}
#page .resultWrap .sr_txt02 {
  margin: 1rem 0 0;
  font-size: 3rem;
  text-align: center;
}
#page .resultWrap .sr_txt02 .large {
  font-size: 3.8rem;
}
#page .resultWrap .sr_txt02 .bb {
  margin: 0 5px;
  border-bottom: 2px solid #005EEA;
}

/* .noresult {
  display: none;
} */
#category .result_parts {
    margin: 7rem 0;
}
.result_parts .resultBox {
  margin: 0 0 12rem;
  position: relative;
}
.result_parts .resultBox:last-child {
  margin: 0 0 0;
}

.result_parts .pu {
  position: absolute;
  top: -20px;
  left: 60px;
  display: inline-block;
  background: linear-gradient(90deg, #00C0FA, #007CEE);
  padding: 8px 2rem 8px 2.5rem;
  font-size: 1.6rem;
  border-radius: 6px;
  z-index: 1;
}
.result_parts .pu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0,-50%);
  background: #F8D660;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-radius: 50%;
}

.result_parts .result_ttlWrap {
  background: #005EEA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 5rem);
  margin: auto;
  padding: 3rem 4rem;
  border-radius: 30px;
  position: relative;
}
.result_parts .result_ttlWrap.bg01 {
  background: #3F44D2;
}
.result_parts .result_ttlWrap.bg02 {
  background: #008ECE;
}
.result_parts .result_ttlWrap.bg03 {
  background: #0048B4;
}
.result_parts .result_ttlWrap.bg04 {
  background: #3a8cff;
}
.result_parts .result_ttl {
  width: calc(100% - 350px);
  font-size: 2.8rem;
  line-height: 1.6;
}
.result_parts .awards {
  background: #fff;
  width: 260px;
  padding: 2rem 2rem 2rem 3rem;
  font-size: 1.5rem;
  line-height: 1.6;
  border-radius: 15px;
  position: relative;
}
.result_parts .awards::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  transform: translate(0,-50%);
  width: 44px;
  height: 45px;
}
.result_parts .awards.gold::before {
  background: url("img/icon_gold.png") left top no-repeat;
  background-size: contain;
}
.result_parts .awards.silver::before {
  background: url("img/icon_silver.png") left top no-repeat;
  background-size: contain;
}
.result_parts .awards.bronze::before {
  background: url("img/icon_bronze.png") left top no-repeat;
  background-size: contain;
}
.gold {
  color: #C99311;
}
.silver {
  color: #858585;
}
.bronze {
  color: #8A5119;
}

.result_parts .company span {
  background: #fff;
  display: inline-block;
  padding: 2rem 2rem 2rem 7rem;
  font-size: 1.6rem;
  line-height: 1.6;
  border-radius: 10px;
  position: relative;
}
.result_parts .company span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0,-50%);
  width: 50px;
  height: 50px;
}
.result_parts .company01 span::before {
  background: url("img/icon_company01.png") left top no-repeat;
  background-size: contain;
}
.result_parts .company02 span::before {
  background: url("img/icon_company02.png") left top no-repeat;
  background-size: contain;
}
.result_parts .company03 span::before {
  background: url("img/icon_company03.png") left top no-repeat;
  background-size: contain;
}
.result_parts .company04 span::before {
  background: url("/wp/wp-content/uploads/icon_company04.png") left top no-repeat;
  background-size: contain;
}
.result_parts .box_inner {
    background: #fff;
    margin: -7rem 0 0;
    padding: 11rem 5rem 7rem;
    border: 2px solid #3D72C8;
    border-radius: 30px;
}

.result_parts .ttl01 {
  padding: 0 0 0 2rem;
  font-size: 2.4rem;
  line-height: 1.5;
  position: relative;
}
.result_parts .ttl01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #005EEA;
  width: 4px;
  height: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}

.result_parts .caption {
  font-size: 1rem;
}

.result_item01 {
  display: flex;
  justify-content: space-between;
}
.result_item01 .boxL {
  width: 40%;
}
.result_item01 .detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.result_item01 .detail dt {
  background: #DBF5FE;
  width: 80px;
  margin: 0 0 1rem;
  padding: 1rem 1rem;
  font-size: 1.4rem;
  text-align: center;
}
.result_item01 .detail dt:last-of-type {
  margin: 0 0 0;
}
.result_item01 .detail dd {
  width: calc(100% - 90px);
  margin: 0 0 1rem;
  padding: 1rem 0;
  font-size: 1.6rem;
}
.result_item01 .detail dd:last-of-type {
  margin: 0 0 0;
}
.result_item01 .capture {
  margin: 4rem 0 0;
}
.result_item01 .boxR {
  width: 55%;
  padding: 6rem 0 6rem;
  position: relative;
  z-index: 0;
}
.result_item01 .boxR::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  background: linear-gradient(90deg, #00C0FA, #007CEE);
  width: 100%;
  height: 100%;
  border-radius: 40px 0 0 40px;
  opacity: 0.14;
  z-index: -1;
}
.result_item01 ul.tag {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0 0 0;
}
.result_item01 ul.tag li {
  background: #fff;
  margin: 0 1rem 1rem 0;
  padding: 5px 1.5rem;
  border: 1px solid #005EEA;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 100px;
}
.result_item01 ul.tag li::before {
  display: none;
}
.result_item01 .txt {
  margin: 3rem 0 0;
}

.result_item02 {
  margin: 5rem 0 0;
}
.result_item02 .voiceBox {
  background: #F5F5F5 url("img/voiceBox_bg.png") right -10px top -20px no-repeat;
  background-size: 190px auto;
  padding: 4rem;
  border-radius: 30px;
}
.result_item02 .txtBox {
  margin: 3rem 0 0;
  padding: 3rem 0 0;
  border-top: 1px solid #005EEA;
}
.result_item02 .cc {
  padding: 0 0 0 5rem;
  font-size: 2rem;
  position: relative;
}
.result_item02 .cc::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background: url("img/icon_voice.png") left top no-repeat;
  background-size: contain;
  width: 37px;
  height: 30px;
}
.result_item02 .txt {
  margin: 2rem 0 0;
}
.result_item02 .year {
  margin: 2rem 0 0;
  font-size: 1.6rem;
  text-align: right;
}

.result_item03 {
  margin: 6rem 0 0;
}
.result_item03 .infoBox {
  margin: 4rem 0 0;
}
.result_item03 .infoBox dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.result_item03 .infoBox dt {
  width: 20%;
  padding: 2rem 0;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  border-bottom: 1px solid #005EEA;
}
.result_item03 .infoBox dt:first-of-type {
  border-top: 1px solid #005EEA;
}
.result_item03 .infoBox dd {
  width: calc(80% - 1rem);
  padding: 2rem 0;
  border-bottom: 1px solid #D1D1D1;
}
.result_item03 .infoBox dd:first-of-type {
  border-top: 1px solid #D1D1D1;
}
.result_item03 .txt {
  margin: 0 0 0;
}

.result_parts .btnBox {
  margin: 5rem 0 0;
}

@media screen and (max-width: 768px) {
	#page .resultWrap {
    margin: 5rem 0 6rem;
}
  .resultWrap {
    margin: 3rem 0 0;
  }
  .resultWrap::before {
    width: 38px;
    height: 16px;
  }
  .resultWrap .sr_txt01 {
    margin: 1.5rem 0 0;
    font-size: 1.7rem;
  }
  .resultWrap .sr_txt02 {
    margin: 5px 0 0;
    font-size: 2rem;
  }
  .resultWrap .sr_txt02 .large {
    font-size: 2.6rem;
  }
  .resultWrap .sr_txt02 .bb {
    margin: 0 3px;
    border-bottom: 1px solid #005EEA;
  }

  .result_parts .resultBox {
    margin: 0 0 6rem;
  }

  .result_parts .pu {
    top: -15px;
    left: 20px;
    padding: 5px 1rem 5px 1.5rem;
    font-size: 1rem;
    border-radius: 3px;
  }
  .result_parts .pu::before {
    left: 5px;
    width: 5px;
    height: 5px;
  }

  .result_parts .result_ttlWrap {
    display: block;
    width: calc(100% - 3rem);
    padding: 1.5rem 2rem;
    border-radius: 15px;
  }
  .result_parts .result_ttl {
    width: 100%;
    font-size: 2rem;
  }
  .result_parts .awards {
    width: 100%;
    margin: 1rem 0 0;
    padding: 1.2rem 1.5rem 1.2rem 2rem;
    font-size: 1.1rem;
    line-height: 1.6;
    border-radius: 8px;
  }
  .result_parts .awards::before {
    left: -11px;
    width: 26px;
    height: 27px;
  }
  
  .result_parts .company {
    margin: 1rem 0 0;
    text-align: right;
  }
  .result_parts .company span {
    padding: 8px 1.5rem 8px 4.5rem;
    font-size: 1.3rem;
    border-radius: 5px;
	  text-align: left;
  }
  .result_parts .company span::before {
    left: 5px;
    width: 34px;
        height: 34px;
  }

  .result_parts .box_inner {
    margin: -6rem 0 0;
    padding: 9rem 2rem 5rem;
    border: 1px solid #3D72C8;
    border-radius: 15px;
  }

  .result_parts .ttl01 {
    padding: 0 0 0 1.5rem;
    font-size: 1.7rem;
  }

  .result_item01 {
    display: block;
  }
  .result_item01 .boxL {
    width: 100%;
  }
  .result_item01 .detail dt {
    width: 70px;
    margin: 0 0 5px;
    padding: 5px 5px;
    font-size: 1.4rem;
  }
  .result_item01 .detail dd {
    width: calc(100% - 80px);
    margin: 0 0 5px;
    padding: 5px 0;
    font-size: 1.5rem;
  }
  .result_item01 .capture {
    margin: 2rem 0 0;
  }
  .result_item01 .boxR {
    width: 100%;
    margin: 3rem 0 0;
    padding: 3rem 0 3rem;
  }
  .result_item01 .boxR::after {
    left: inherit;
    right: -20px;
    width: calc(100% - 20px);
    border-radius: 20px 0 0 20px;
  }
  .result_item01 ul.tag {
    margin: 2rem 0 0 0;
  }
  .result_item01 ul.tag li {
    margin: 0 5px 5px 0;
    padding: 5px 1rem;
    font-size: 1.3rem;
  }
  .result_item01 .txt {
    margin: 1.5rem 0 0;
  }

  .result_item02 {
    margin: 4rem 0 0;
  }
  .result_item02 .voiceBox {
    background: #F5F5F5 url("img/voiceBox_bg.png") right -5px top -10px no-repeat;
    background-size: 35% auto;
    padding: 3rem 2rem 3rem;
    border-radius: 15px;
  }
  .result_item02 .txtBox {
    margin: 2rem 0 0;
    padding: 2rem 0 0;
  }
  .result_item02 .cc {
    padding: 0 0 0 4rem;
    font-size: 1.6rem;
  }
  .result_item02 .cc::before {
    width: 30px;
    height: 24px;
  }
  .result_item02 .txt {
    margin: 1.5rem 0 0;
  }
  .result_item02 .year {
    margin: 1.5rem 0 0;
    font-size: 1.5rem;
  }

  .result_item03 {
    margin: 4rem 0 0;
  }
  .result_item03 .infoBox {
    margin: 2rem 0 0;
  }
  .result_item03 .infoBox dl {
    display: block;
  }
  .result_item03 .infoBox dt {
    width: 100%;
    padding: 1.5rem 1.5rem;
    font-size: 1.6rem;
    text-align: left;
    border-bottom: none;
    border-top: 1px solid #005EEA;
  }
  .result_item03 .infoBox dd {
    width: 100%;
    padding: 2rem 0;
    border-bottom: none;
    border-top: 1px solid #D1D1D1;
  }
  
  .result_parts .btnBox {
    margin: 3rem 0 0;
  }
}



/*--------------------------------------
　search_form
---------------------------------------*/
input,
select,
button {
  border-radius: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	box-sizing: border-box;
}
select::-ms-expand {
  display: none;
}

.search_form .sub_txt {
  display: inline-block;
  background: #FFE2D9;
  padding: 5px 1rem;
  color: #F06A43;
  font-size: 1rem;
  border-radius: 100px;
}


/* checkBox */
.checkBox {
  display: flex;
  flex-wrap: wrap;
	margin: 1rem 0 0;
}
.checkBox li {
	margin: 0 2rem 1rem 0;
	padding: 0 0 0;
	box-sizing: border-box;
}
.checkBox li:last-child {
	margin: 0 0 0 0;
}
.check-input {
	display: none;
}
.check-input + .check-parts {
	display: block;
  padding-left: 25px;
	box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 1.5;
  position: relative;
}
.check-input + .check-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: 1px solid #CACCCE;
}
.check-input:checked + .check-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
  background: url("img/icon_check01.png") left top no-repeat;
  background-size: contain;
	width: 24px;
	height: 24px;
}
.check-input:checked + .check-parts {
  font-weight: 900;
}


/* radioBox */
.radioBox {
  display: flex;
  flex-wrap: wrap;
	margin: 1rem 0 0;
}
.radioBox li {
	margin: 0 2rem 1rem 0;
	padding: 0 0 0;
	box-sizing: border-box;
}
.radioBox li:last-child {
	margin: 0 0 0 0;
}
.radio-input {
  display: none;
}
.radio-input + .radio-parts {
	display: block;
  padding-left: 25px;
	box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 1.5;
  position: relative;
}
.radio-input + .radio-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
	box-sizing: border-box;
  border: 1px solid #CACCCE;
  border-radius: 50%;
}
.radio-input:checked + .radio-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 2px;
	background: #F06A43;
	width: 14px;
  height: 14px;
	box-sizing: border-box;
  border-radius: 50%;
}
.radio-input:checked + .radio-parts {
  font-weight: 900;
}


.reset_btn button {
  display: block;
  background: #EBEEF1;
  width: 100%;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 100px;
  transition: all 0.3s ease;
}
.reset_btn button span {
  padding: 0 0 0 2.5rem;
  font-weight: 900;
  position: relative;
}
.reset_btn button span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("img/icon_reset.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.submit_btn button {
  display: block;
  background: #182C39;
  width: 100%;
  padding: 2.5rem 2rem;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 100px;
  box-shadow: 3px 3px 10px 0 rgba(47,64,90,0.3);
  transition: all 0.3s ease;
}
.submit_btn button span {
  padding: 0 0 0 3rem;
  font-weight: 900;
  position: relative;
}
.submit_btn button span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("img/icon_search01.png") left top no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
}

.reset_btn button:hover,
.submit_btn button:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

@media screen and (max-width: 768px) {
  .search_form .sub_txt {
    font-size: 1.2rem;
  }


  /* checkBox */
  .checkBox li {
    margin: 0 1.5rem 1rem 0;
  }
  .check-input + .check-parts {
    padding-left: 22px;
    font-size: 1.5rem;
  }
  .check-input + .check-parts::before {
    width: 16px;
    height: 16px;
  }
  .check-input:checked + .check-parts::after {
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
  }

  .reset_btn button {
    width: 90%;
    margin: auto;
    font-size: 1.5rem;
  }
  
  .submit_btn button {
    width: 90%;
    margin: auto;
    font-size: 1.5rem;
  }
  
  .reset_btn button:hover,
  .submit_btn button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
}



/*--------------------------------------
　conditions_parts
---------------------------------------*/
.conditions_parts {
  background: #fff;
  margin: 10rem 0 10rem;
  padding: 5rem 5rem 5rem;
  border: 1px solid #005EEA;
  border-radius: 30px;
}

.conditions_ttl {
  margin: 0 0 3rem;
  padding: 0 0 2rem;
  font-size: 2rem;
  border-bottom: 1px solid #005EEA;
}

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

.conditions_block dl {
  display: flex;
  align-items: flex-start;
}
.conditions_block dt {
  max-width: 30%;
  margin: 0 3rem 0 0;
  color: #005EEA;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 900;
}
.conditions_block dd {
  max-width: 70%;
  line-height: 1.5;
}

ul.conditionsList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0;
}
ul.conditionsList li {
  margin: 0 2rem 1.5rem 0;
  padding: 0 0 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
ul.conditionsList li:last-child {
  margin: 0 2rem 1.5rem 0;
}
ul.conditionsList li::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .conditions_parts {
    margin: 6rem 0 6rem;
    padding: 3rem 2rem 3rem;
    border-radius: 15px;
  }

  .conditions_ttl {
    margin: 0 0 2rem;
    padding: 0 0 1.5rem;
    font-size: 1.6rem;
  }

  .conditions_item {
    margin: 0 0 1rem;
  }

  .conditions_block dl {
    display: block;
  }
  .conditions_block dt {
    max-width: 100%;
    margin: 0 0 0 0;
    font-size: 1.5rem;
  }
  .conditions_block dd {
    max-width: 100%;
    margin: 5px 0 0;
  }

  ul.conditionsList li {
    margin: 0 1.5rem 5px 0;
    font-size: 1.5rem;
  }
  ul.conditionsList li:last-child {
    margin: 0 1.5rem 5px 0;
  }
}