@charset "utf-8";

#loginbtn {
  text-align: center;
  line-height: 0;
  margin: -65px auto 50px;
  position: relative;
  z-index: 3;
}

#loginbtn ul {
  display: inline-block;
  letter-spacing: -0.4em;
  text-align: left;
  line-height: 0;
  border-radius: 8px;
  padding: 20px;
  background: rgb(34, 136, 255);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(34, 136, 255, 1) 0%, rgba(0, 187, 119, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(34, 136, 255, 1) 0%, rgba(0, 187, 119, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(34, 136, 255, 1) 0%, rgba(0, 187, 119, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#loginbtn ul > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  font-size: 1.6rem;
  padding-right: 20px;
  position: relative;
  min-width: 270px;
  text-align: center;
}

#loginbtn ul > li:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.25);
}

#loginbtn ul > li:last-child {
  padding: 0 0 0 20px;
}

#loginbtn ul > li:last-child:after {
  content: none;
}

#loginbtn ul > li > span {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  line-height: 120%;
  margin: 0 auto 15px;
}

#loginbtn ul > li > p.btn {
  display: block;
  line-height: 0;
  text-align: center;
}

#loginbtn ul > li > p.btn > a {
  display: inline-block;
  width: 270px;
  line-height: 60px;
  color: #333;
  background: #fff;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 0 0 4px 0 rgba(20, 29, 29, .05), 0 12px 14px 0 rgba(20, 29, 29, .08);
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#loginbtn ul > li > p.btn > a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #2288ff;
  border-right: 1px solid #2288ff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#loginbtn ul > li > p.btn > a:hover {
  text-decoration: none;
  background: #f5f5f5;
}

#loginbtn ul > li > a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 120%;
  padding: 0 0 0 20px;
  position: relative;
}

#loginbtn ul > li > a:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contents ul.icons {
  display: block;
  letter-spacing: -0.4em;
  text-align: left;
  line-height: 0;
  margin: 0 auto 90px;
}

#contents ul.icons.v2 {
  margin-bottom: 70px;
}

#contents ul.icons.mb30 {
  margin-bottom: 30px;
}

#contents ul.icons > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 386px;
  margin: 0 20px 0 0;
}

#contents ul.icons > li:last-child {
  margin-right: 0;
}

#contents ul.icons.v2 > li {
  margin: 0 20px 20px 0;
}

#contents ul.icons.v2 > li:nth-child(3n) {
  margin-right: 0;
}

#contents ul.icons > li > a {
  display: block;
  box-shadow: 0 0 4px 0 rgba(20, 29, 29, .05), 0 12px 14px 0 rgba(20, 29, 29, .08);
  border-radius: 8px;
  color: #333;
  min-height: 160px;
  padding: 10px 0 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

#contents ul.icons.v2 > li > a {
  min-height: 1px;
  padding: 10px 20px 20px;
}

#contents ul.icons > li > a:after {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-top: 2px solid #2288ff;
  border-right: 2px solid #2288ff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#contents ul.icons.v2 > li > a:after {
  top: 50%;
  bottom: initial;
  left: initial;
  right: 20px;
  margin-top: -4px;
  margin-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contents ul.icons > li > a:hover {
  color: #2288ff;
  text-decoration: none;
}

#contents ul.icons > li > a > span {
  display: block;
  text-align: center;
}

#contents ul.icons > li > a > span.img {
  width: 80px;
  height: auto;
  margin: 0 auto 8px;
}

#contents ul.icons > li > a > span.img > img {
  transition-duration: .3s;
}

#contents ul.icons > li > a:hover > span.img > img {
  transform: scale(1.25);
}

#contents ul.icons > li > a > span.tx {
  font-size: 1.6rem;
  line-height: 120%;
  font-weight: bold;
}

/*
#contents .information {
  margin: 0 auto 90px;
}

#contents .information > ul {
  display: block;
  letter-spacing: -0.4em;
  text-align: left;
  line-height: 0;
}

#contents .information > ul > li {
  display: block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0 auto;
  border-radius: 8px;
  background: #f5f5f5;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents .information > ul > li.important {
  background: #ffecea;
}

#contents .information > ul > li:last-child {
  margin: 0;
}

#contents .information > ul > li h3 {
  font-size: 2.6rem;
  line-height: 120%;
  font-weight: bold;
  padding: 0;
  color: #2288ff;
  margin: 0 auto 20px;
  text-align: center;
}

#contents .information > ul > li.important h3 {
  color: #ff3e29;
}

#contents .information > ul > li > ul {
  display: block;
  margin: 0 auto 40px;
}

#contents .information > ul > li > ul > li {
  display: block;
  letter-spacing: -0.4em;
  text-align: left;
  line-height: 0;
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
}

#contents .information > ul > li > ul > li > span,
#contents .information > ul > li > ul > li > a {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 24px;
}

#contents .information > ul > li > ul > li > span.date {
  color: #666;
  min-width: 140px;
}

#contents .information > ul > li > ul > li > a.tx {
  color: #333;
  max-width: 975px;
  text-decoration: none;
}

#contents .information > ul > li > ul > li span.pdf {
  display: inline-block;
  font-size: 1.2rem;
  width: 46px;
  line-height: 18px;
  color: #ff3e29;
  background: #fff;
  text-align: center;
  border: 1px solid #ff9f94;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
} */


#contents p.bold {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 auto 50px;
}

#contents .column {
  line-height: 0;
  margin: 60px auto 90px;
}

#contents .column > .col {
  display: flex;
  align-items: center;
  letter-spacing: -0.4em;
  text-align: left;
  line-height: 0;
  margin: 0 auto 50px;
}
@media screen and (min-width:768px) {
  #contents .column > div:nth-child(odd) > .img {
    order: 2;
  }
}
@media screen and (max-width:767px) {
  #contents .column > .col {
    display: block;
  }
}
#contents .column > .col > p.img, #contents .column > .col > .text {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

#contents .column > .col > p.img {
  width: 660px;
  margin: 0 30px 0 0;
}

#contents .column > .col > p.img.pc {
  margin: 0 0 0 30px;
}

#contents .column > .col > .text {
  width: 510px;
}

#contents .column > .col > .text p.icon {
  line-height: 0;
  text-align: left;
  margin: 0 auto 30px;
}

#contents .column > .col > .text p.icon > img {
  width: 80px;
  height: auto;
}

#contents .column > .col > .text h3 {
  font-size: 2.6rem;
  line-height: 24px;
  text-align: left;
  margin: 0 auto 20px;
  padding: 0;
  font-weight: bold;
}

#contents .column > .col > .text p.tx {
  font-size: 1.6rem;
  line-height: 32px;
  text-align: left;
  margin: 0 auto 20px;
  padding: 0;
}

#contents .column > .col > .text p.btn {
  text-align: left;
}

#contents .column > .col > .text p.btn > a {
  text-align: center;
}

/*
#contents p.banner {
  line-height: 0;
  text-align: center;
  margin: 0 auto 90px;
}
*/

/*
#contents .faq {
  line-height: 0;
  margin: 0 auto 90px;
}

#contents .faq > ul {
  display: block;
  margin: 0 auto 50px;
}

#contents .faq > ul > li {
  display: block;
  border-bottom: 1px solid #ddd;
}

#contents .faq > ul > li.open {
  border-bottom: none;
}

#contents .faq > ul > li > a {
  display: block;
  text-align: left;
  line-height: 200%;
  padding: 20px 60px 22px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  background: url(/img/icon/icon_q.svg) 10px 16px no-repeat;
  background-size: 40px auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}

#contents .faq > ul > li > a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: 1px solid #2288ff;
  border-right: 1px solid #2288ff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#contents .faq > ul > li > a.open:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

#contents .faq > ul > li > a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#contents .faq > ul > li.answer {
  display: none;
}

#contents .faq > ul > li.answer > p {
  display: block;
  text-align: left;
  line-height: 200%;
  padding: 20px 60px 22px;
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
  background: url(/img/icon/icon_a.svg) 10px 16px no-repeat #f5f5f5;
  background-size: 40px auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}
*/


@media screen and (min-width:768px) {}

@media screen and (max-width:767px) {
  #loginbtn {
    margin: 0 auto 50px;
  }

  #loginbtn > .inner {
    padding: 0;
  }

  #loginbtn > .inner > ul {
    display: block;
    border-radius: 0;
  }

  #loginbtn > .inner > ul > li {
    display: block;
    min-width: 1px;
    padding: 0 0 20px;
    margin: 0 auto 20px;
  }

  #loginbtn > .inner > ul > li:after {
    width: 100%;
    height: 1px;
    top: initial;
    bottom: 0;
    right: 0;
  }

  #loginbtn > .inner > ul > li:last-child {
    padding: 0;
    margin-bottom: 0;
  }

  #loginbtn ul > li > ul > li {
    display: block;
    margin: 0 auto 20px;
  }

  #loginbtn ul > li > ul > li:last-child {
    margin-bottom: 0;
  }

  #contents ul.icons > li,
  #contents ul.icons.v2 > li {
    display: block;
    width: auto;
    margin: 0 auto 20px;
  }

  #contents ul.icons > li:last-child {
    margin-bottom: 0;
  }

  #contents ul.icons > li > a,
  #contents ul.icons.v2 > li > a {
    padding: 10px 10px 10px 10px;
    display: block;
    letter-spacing: -0.4em;
    text-align: left;
    line-height: 0;
    min-height: 1px;
  }

  #contents ul.icons > li > a:after {
    top: 50%;
    bottom: initial;
    left: initial;
    right: 20px;
    margin-top: -4px;
    margin-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #contents ul.icons > li > a > span.img,
  #contents ul.icons > li > a > span.tx {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }

  #contents ul.icons > li > a > span.img {
    width: 50px;
    height: auto;
    margin: 0 10px 0 0;
  }

  #contents ul.icons > li > a > span.tx {
    font-size: 1.6rem;
  }

  #contents ul.icons.v2 > li > a.imgs {
    padding: 10px;
  }

  #contents .column {
    margin-bottom: 60px;
  }

  #contents .column > .col {
    position: relative;
  }

  #contents .column > .col > p.img {
    display: block;
    width: auto;
    margin: 0 auto 30px;
  }

  #contents .column > .col > .text {
    display: block;
    width: auto;
  }

  #contents .column > .col > .text p.icon {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -10px;
    left: -10px;
  }

  #contents .column > .col > .text h3 {
    font-size: 2.4rem;
    line-height: 30px;
    margin-bottom: 18px;
  }

  #contents .column > .col > .text p.btn {
    text-align: center;
  }

  #contents p.banner {
    margin: 0 auto 60px;
  }

/*
  #contents .faq {
    margin: 0 auto 60px;
  }
*/


}


/* 202604 */
html .pdf-icon {
  color: #ff3e29;
  border: 1px solid #ff9f94;
  border-radius: 100vh;
  font-size: 1.2rem;
  line-height: 100%;
  padding: 3px 9px;
  display: inline-block;
  margin-left: 5px;
  text-indent: 0;
}
#contents .inner > h3 {
  text-align: left;
  font-size: 2.2rem;
  line-height: 30px;
  padding: 0 0 0 15px;
  margin: 0 auto 40px;
  font-weight: bold;
  position: relative;
}
#contents .inner > h3::before {
  content: '';
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background: rgb(34,136,255);
  background: linear-gradient(to bottom, rgba(34,136,255,1) 0%,rgba(0,187,119,1) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

ul.indent li {
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

#contents .steps{
	line-height: 0;
	margin: 0 auto 90px;
}
#contents .steps>.target{
	
}
#contents .steps>.target>ul{
	display: block;
	line-height: 0;
}
#contents .steps>.target>ul>li{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
	background: #f5f5f5;
	border-radius: 8px;
	padding: 40px 40px 30px;
	margin: 0 auto 55px;
	position: relative;
}
#contents .steps>.target>ul>li:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #2289ff transparent transparent transparent;
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -15px;
}
#contents .steps>.target>ul>li:last-child{
	margin-bottom: 0;
}
#contents .steps>.target>ul>li:last-child:after{
	content: none;
}
#contents .steps>.target>ul>li>p.img,
#contents .steps>.target>ul>li>.text{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
#contents .steps>.target>ul>li>p.img{
	width: 200px;
	height: auto;
	margin: 0 40px 0 0;
}
#contents .steps>.target>ul>li>.text{
	width: 880px;
}
#contents .steps>.target>ul>li>.text h3{
	font-size: 2.4rem;
	font-weight: bold;
	padding: 0 0 20px;
	border-bottom: 2px solid #ddd;
	margin: 0 auto 20px;
}
#contents .steps>.target>ul>li>.text h3>span{
	display: inline-block;
	font-size: 2rem;
	color: #fff;
	background: #5ec1ff;
	width: 240px;
	text-align: center;
	margin: 0 20px 0 0;
	vertical-align: middle;
	line-height: 40px;
	border-radius: 20px;
}
#contents .steps>.target>ul>li>.text p{
	margin: 0 auto 20px;
	font-size: 1.6rem;
	line-height: 30px;
}
#contents .steps>.target>ul>li>.text p:last-child{
	margin-bottom: 0;
}
#contents .steps>.target>ul>li>.text p>strong{
	color: #2288ff;
	font-weight: bold;
	font-size: 1.8rem;
}
#contents .steps>.target>ul>li>.text ol{
	display: block;
	font-size: 1.6rem;
	line-height: 0;
	margin: -20px auto 0;
}
#contents .steps>.target>ul>li>.text ol>li{
	display: block;
	line-height: 30px;
	text-indent: -1.3em;
	margin-left: 1.3em;
}
@media screen and (max-width: 767px) {
  
	#contents .steps{
		margin: 0 auto 60px;
	}
	#contents .steps>.target{
		margin: 0 auto !important;
	}
	#contents .steps>.target>ul>li{
		display: block;
		width: auto;
		margin: 0 auto 35px;
		min-height: 1px;
		letter-spacing: normal;
		padding: 20px;
	}
	#contents .steps>.target>ul>li:last-child{
		margin-bottom: 0;
	}
	#contents .steps>.target>ul>li:after{
		bottom: -26px;
	}
	#contents .steps>.target>ul>li h3{
		font-size: 2rem;
		font-weight: bold;
		padding: 0;
		line-height: 30px;
		margin: 0 auto 10px;
		text-align: center;
	}
	#contents .steps>.target>ul>li h3>span{
		display: block;
		font-size: 2rem;
		color: #fff;
		background: #5ec1ff;
		text-align: center;
		margin: 0 auto 15px;
		vertical-align: middle;
		line-height: 40px;
		border-radius: 20px;
	}
	#contents .steps>.target>ul>li>p.img{
		display: block;
		line-height: 0;
		width: 120px;
		height: auto;
		margin: 0 auto 10px;
	}
	#contents .steps>.target>ul>li>.text{
		display: block;
		width: auto;
	}

	#contents p.guide_btn a {
		line-height: 150%;
		padding: 10px 40px 10px 20px;
		min-width: auto;
	}
}

#contents .call {
  text-align: left;
}
#contents .call p {
  font-size: 2rem;
}
#contents .call .tel-link {
  color: #333;
  font-size: 3.6rem;
  font-weight: 700;
  text-decoration: none;
  @media screen and (min-width:768px) {
    pointer-events: none;
  }
}
#contents .call .tel::before {
  content: url(/useful/contact/img/i_freedial.gif);
  margin-right: 10px;
  display: inline-block;
}
#contents .indent1 {
  text-indent: -1em;
  padding-left: 1em;
}