@charset "UTF-8";
/* CSS Document */
/*スマホ用スタイル*/
@media screen and (max-width: 767px) {

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 45px 0;
}
footer {
  padding: 15px 0;
}
.l_point{
  padding-top: 60px;
  margin-top: -60px;
}
.btm_fix {
  position: fixed;
  right: 3px;
  bottom: 70px;
  width: 90px;
}
/*Header----------------------------------------------------------- */
header .contact {
  padding-right: 40px;
}
header .logo {
  height: 40px;
}
header .logo img {
  max-height: 40px;
}

/*Nav----------------------------------------------------------- */
nav {
  position: absolute;
  width: 100%;
  top: 60px;
  right: 0;
  left: 0;
}
nav ul{
  display: inline-block;
  background-color: #FFF;
  width: 100%;
}
nav ul a{
  padding: 20px 15px;
  border-bottom: 1px #CCC solid;
}
#nav_toggle {
  position: absolute;
  top: 8px;
  /**/
  right: 8px;
  /**/
  width: 40px;
  /**/
  height: 30px;
}
#nav_toggle div {
  position: relative;
  width: 30px;
  /**/
  margin: 0 auto;
}
#nav_toggle span {
  display: block;
  height: 4px;
  background: #000;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 3px;
}
#nav_toggle span:nth-child(1) {
  top: 5px;
  /**/
}
#nav_toggle span:nth-child(2) {
  top: 15px;
  /**/
}
#nav_toggle span:nth-child(3) {
  top: 25px;
  /**/
}
.open #nav_toggle span:nth-child(1) {
  top: 12px;
  /**/
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 12px;
  /**/
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
div#nav_toggle:after {
  content: "MENU";
  color: #000;
  display: block;
  padding-top: 80%;
  /**/
  font-family: "Roboto Condensed",sans-serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-align: center;
}
.open div#nav_toggle:after {
  content: "CLOSE";
}
nav ul.container {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
nav li {
  width: 100%;
  border-left: 0;
  border-right: 0;
}
nav li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
nav li a {
  flex-direction: row;
  color: #fff;
}
.nav_jp {
  padding-bottom: 0;
  padding-right: 10px;
}
nav li {
  position: relative;
  margin: 0;
}
/*MV----------------------------------------------------------- */
.mv{
  padding: 0;
  background: none;
  position: relative;
}
.mv .container.ph0{
  padding-left: 0;
  padding-right: 0;
}
.mv .mv_txt {
  margin-left: 0;
  margin-bottom: 0;
}
.mv .cta {
  position: absolute;
  bottom: 3vw;
  padding-right: 15px;
  padding-left: 15px;
}
/*CTA----------------------------------------------------------- */
.cta .white_box {
  padding: 15px;
}
.cta ul {
  flex-direction: column;
}
.cta .white_box .medal {
  position: absolute;
  top: -8px;
  width: 60px;
  left: 15px;
}
.cta ul {
  margin-left: 70px;
}
.cta {
  padding: 20px 0;
  background: url(../../images/page-lp/sp_cta_bg.png) no-repeat center/cover;
}
/*CTA2----------------------------------------------------------- */


/*sec01----------------------------------------------------------- */
.brett{
  padding: 15px;
  background: #FFF;
}
.brett ul li {
  font-size: 15px;
  align-items: flex-start;
}
.brett ul li img{
  width: 1.5rem;
  margin-right: 5px;
}

/*sec02----------------------------------------------------------- */
.sec02 .arrow {
  position: absolute;
  right: 0;
  left: 0;
  top: -5vw;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 35px 60px 0 60px;
}

/*sec03----------------------------------------------------------- */
.sec03 ul li {
  width: 48%;
  margin-bottom: 15px;
  line-height: 1.3;
}
.sec03 .font_l {
  font-size: 16px;
}
/*sec04----------------------------------------------------------- */
.sec04 h3 {
  margin-top: -8.5vw;
}

/*sec05----------------------------------------------------------- */
.sec05 ul {
  flex-direction: column;
}
.sec05 ul li {
  background-color: #eef5fc;
  width: auto;
  margin-bottom: 15px;
}
.sec05 ul li:last-child{
  margin-bottom: 0;
}
.sec05 .txt {
  padding: 30px;
}
/*sec06----------------------------------------------------------- */
.sec06 .label{
  font-size: 16px;
}
.sec06 .label span{
  font-size: 14px;
}

/*sec07----------------------------------------------------------- */
.sec07 .js-scrollable img{
  max-width: 700px;
}

/*sec08----------------------------------------------------------- */


/*sec09----------------------------------------------------------- */
.sec09 .white_box_l {
  border: solid 2px #cccccc;
}
.sec09 h3{
  margin-bottom: 15px;
}
.sec09 .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 0 30px;
  border-color: #268ff0 transparent transparent transparent;
  margin: 10px auto;
}
.sec09 {
  background-size: 14px;
}
/*sec10----------------------------------------------------------- */
dl.accordion dt {
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 10px 10px 15px;
  background-color: #268ff0;
  color: #fff;
}
.accordion dt p {
  padding-left: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
  background-size: 30px;
  min-height: 2em;
}
dl.accordion dt .icon {
  right: 10px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.accordion .arrow {
  position: absolute;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #268ff0;
}
dl.accordion dd {
  padding: 15px;
  border-radius: 0 0 10px 10px;
}
.accordion dd p {
  padding-left: 40px;
  background-size: 30px;
  padding-right: 15px;
}
.accordion {
  margin-bottom: 15px;
}
.accordio .sppt10 {
  padding-top: 10px !important;
}
.h2m{
  line-height: 2em;
}
/*sec11----------------------------------------------------------- */
.sec11 .table .table_head {
  width: 100px;
  text-align: center;
}
.sec11 .table p {
  padding: 15px;
}
.sec11 .table .table_body {
  width: calc(100% - 105px);
}
/*sec12----------------------------------------------------------- */


/*sec13----------------------------------------------------------- */


/*sec14----------------------------------------------------------- */


/*sec15----------------------------------------------------------- */


/*sec16----------------------------------------------------------- */


/*sec17----------------------------------------------------------- */


/*sec18----------------------------------------------------------- */


/*sec19----------------------------------------------------------- */
.form_wrap {
  padding: 0;
}
form > ul > li .fx-row > *:first-child {
  padding-top: 0;
}
form > ul > li {
  padding: 15px;
}
.form_head {
  text-align: left;
}
.input_adjust {
  padding: 8px 12px;
}
.input_2col {
  padding-right: 0px;
}
.input_1col {
  padding-right: 0px;
}
.input_pref {
  width: 80%;
}
.input_select select {
  padding: 8px 12px;
}
.radio_2col label:first-child {
  padding-right: 0px;
}
.date_2col {
  padding-right: 0px;
}
.date_2col > * {
  width: calc(50% - 8px);
}
.select_1col {
  padding-right: 0px;
}
.textarea {
  padding-right: 0px;
}
.sbm_wrap {
  padding: 15px;
}
.sbm {
  width: 100%;
}

/*sec20----------------------------------------------------------- */


/*Footer----------------------------------------------------------- */
.footer_nav1 ul {
  width: 100%;
  font-size: 0.75em;
}
.footer_nav1 ul li:first-child {
  border-top: 1px solid #000;
}
.footer_nav1 ul li {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #000;
  margin: 0;
}
.footer_nav1 ul a {
  display: block;
}

}/*スマホ用スタイルend*/
