@charset "UTF-8";
/* base color 
--------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(17, 17, 17, 0);
  overflow: auto;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, section {
  display: block;
}

p, ul, ol, li, dl, dt, dd, p, caption, th, td, form, input, textarea, blockquote, address, embed, object, figure, em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, h7 {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 1.4rem;
  line-height: 1;
  color: #282828;
  text-align: left;
  text-rendering: optimizeLegibility;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  line-height: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 1.6rem;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

img {
  vertical-align: middle;
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

#close{
  display: block!important;
  padding: 5px!important;
  position: relative!important;
  bottom: 15px!important;
  z-index: 999!important;
  margin: 5px auto!important;
  font-weight: 600!important;
 }


.sim_select {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.sim_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	padding: 10px;
	text-overflow: ellipsis;
	background: transparent;
	border: 1px solid #666;
	border-radius: 6px;
	margin: 10px 0;
}
.sim_select select::-ms-expand {
    display: none;
}
.sim_select.cp_sl01 {
	position: relative;
	border: 1px solid #bbb;
	border-radius: 2px;
	background: #fff;
}
.sim_select.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	_border-left: 6px solid transparent;
	_border-right: 6px solid transparent;
	_border-top: 6px solid #666;
	pointer-events: none;
}
.sim_select.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	_color: #666;
}
select {
  -moz-appearance: none!important;
  -webkit-appearance: none!important;
}
.result{
	border-radius: 2px solid #ccc;
	border-radius: 5px;
	width: 100%;
	background: #efefef;
	padding: 10px 15px;
}


/*--Prefix--*/
/*-- flexbox --*/
/*-- text --*/
/*-- hover --*/
/*-- position --*/
/*-- aspect --*/
/*-- text --*/
/*-- point --*/
/*-- form --*/
/*-- animation --*/
/* reset
-------------------------------------------------------*/
/*
*{
outline:1px #ff0000 solid;
}
*/
ol,
ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

/* base
-------------------------------------------------------*/
body {
  height: 100%;
  overflow: hidden;
}

div.pageWrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  text-align: left;
}

div.container {
  position: relative;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  }
}
/* layout
-------------------------------------------------------*/
div.container {
  margin-top: 80px;
}

div.contents {
  width: 100%;
  margin: 0 auto;
}

.minbr {
  display: none;
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 1000px;
  height: 80px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.header-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.header-inner .header-logo {
  text-align: center;
}
.header-inner .header-logo a {
  transition: 0.3s;
}
.header-inner .header-logo a:hover {
  opacity: 0.8;
}
.header-inner .global-nav ,.header-inner-under .global-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-inner .global-nav ul ,.header-inner-under .global-nav ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-inner .global-nav ul.main-nav:not(:last-child) {
  margin-right: 15px;
}
.header-inner .global-nav ul.main-nav li ,.header-inner-under .global-nav ul.main-nav li{
  border-left: solid #717171 1px;
}
.header-inner .global-nav ul.main-nav li:last-child {
  border-right: solid #717171 1px;
}
.header-inner .global-nav ul.main-nav li.activation-nav a dl dt {
  margin-bottom: 5px;
}
.header-inner .global-nav ul.main-nav li a{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0 13px;
  text-align: center;
  transition: 0.3s;
}
.header-inner .global-nav ul.main-nav li a:hover {
  opacity: 0.8;
}
.header-inner .global-nav ul.main-nav li a dl dt{
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.094em;
}
.header-inner .global-nav ul.main-nav li a dl dd {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.054em;
}
.header-inner .global-nav ul.header-info {
  -webkit-box-align: center;
  align-items: center;
}
.header-inner .global-nav ul.header-info li:nth-child(1) {
  margin-right: 15px;
}
.header-inner .global-nav ul.header-info li:nth-child(2),
.header-inner .global-nav ul.header-info li:nth-child(3)  {
  margin-right: 16px;
}
.header-inner .global-nav ul.header-info li a {
  display: block;
  transition: 0.3s;
}
.header-inner .global-nav ul.header-info li a:hover {
  opacity: 0.8;
}

/* under-nav */
.header-inner-under{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 1000px;
  height: 55px;
  margin: 0 auto;
  font-size: 1.16em;
}
.header-inner-under::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #eeebdb;
  border-bottom: 1px solid #ccc;
}

.header-inner-under .header-logo a {
  transition: 0.3s;
}
.header-inner-under .header-logo a:hover {
  opacity: 0.8;
}
.header-inner-under .global-nav ul.main-nav li a{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0 25px;
  text-align: center;
  transition: 0.3s;
  font-weight: 600;
}

.header-inner-under .global-nav ul.main-nav li a:hover{
  opacity: 0.8;
}

/* item-list */
.item-nav{
  width: 100%;
  padding: 0;
  margin-top: 136px;
  background: #ab9679;
}
.item-nav ul{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.item-nav ul li{
  list-style-type: none;
  float: left;
  font-size: 1.2em;
  font-weight: 500;
  border-left: 1px solid #333;
}
.item-nav ul li.last{
  border-right: 1px solid #333;
}
.item-nav ul li.currently{
  background: #79644f;
}
.item-nav ul li a{
  color: #fff;
  display: block;
  padding: 14px 25px;
}
.item-nav ul li a:hover{
  color: #fff;
  display: block;
  padding: 14px 25px;
  background: #79644f;
}

.item-nav2,.item-nav3{
  text-align: center;
  width: 100%;
  padding: 0;
  margin-top: 15px;
}
.item-nav2 ul{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.item-nav3 ul{
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.item-nav2 ul li,.item-nav3 ul li{
  list-style-type: none;
  float: left;
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 12px;
}
.item-nav2 ul li a,.item-nav3 ul li a{
  color: #333;
  display: block;
  padding: 10px 28px;
  background: #ece8dc;
  border-radius: 20px;
}
.item-nav2 ul li a:hover,.item-nav3 ul li a:hover{
  color: #333;
  display: block;
  padding: 10px 28px;
  background: #ab9679;
  border-radius: 20px;
}


#item-list{
  line-height: 1.6;
  position: relative;
  width: 100%;
  padding: 10px 5% 45px;
  font-size: 1em;
  letter-spacing: 0.094rem;
}
div.itemBox{
  padding-bottom: 5%;
  border-bottom: 1px solid #a38a7c;
}

.icon-btn2 a::before {
    content: "";
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
    width: 19px;
    height: 19px;
    background: url(../common/images/icon_btn_blue.svg) no-repeat left top/contain;
}
.icon-btn2{
    position: relative;
    padding-left: 28px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.174em;
    transition: 0.3s;
}

#item-list h2{
  letter-spacing: 0.3em;
  text-align: left;
  font-size: 1.4em;
  font-weight: 600;
  padding-bottom: 25px;
  margin: 10% auto 25px;
  border-bottom: 1px solid #a38a7c;
}
#item-list h2 span{
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2!important;
  letter-spacing: 0.1rem;
}
#item-list h3{
  text-align: left;
  font-size: 1.2em;
  font-weight: 600;
  padding-left: 10px;
  padding-bottom: 10px;
  margin: 10px 0;
}
#item-list h3 span{
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.item-l img{
  width: 100%;
}
.item-r ul{
  letter-spacing: 0.15em;
} 
.item-r ul li{
  line-height: 1.6em;
  padding: 7px;
  border-top: 1px solid #a38a7c;
}

.item-l li{
  display: block;
  float: left;
  width: 31%;
}
.spBox li{
  display: block;
  float: left;
  width: 31%;
  margin: 3px;
  padding: 0!important;
  border-top: none!important;
}
.item-l li a img,.item-r li a img{
 width: 100%;
}
.item-l li a:hover img{
 opacity: 0.8;
}
.item-l h4{
  margin-top: 8px;
  color: #a38a7c;
  letter-spacing: 0.2em;
  text-align: left;
  font-size: 1.1em;
  font-weight: 600;
}
.item-r h4{;
  color: #a38a7c;
  letter-spacing: 0.1em;
  text-align: left;
  font-size: 1.1em;
  font-weight: 600;
}


/* flow */
#flow {
  line-height: 1.6;
  position: relative;
  width: 100%;
  padding: 40px 5% 45px;
  font-size: 1em;
  letter-spacing: 0.094rem;
}
#flow h2{
  letter-spacing: 0.3em;
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
  padding-bottom: 25px;
  margin: 10% auto 25px;
  border-bottom: 1px solid #a38a7c;
}
#flow h3{
  font-size: 1.4em;
  font-weight: 600;
  margin: 10px auto 25px;
}
#flow .step{
  margin-bottom: 25px;
  padding: 25px;
  background: #fff;
}
#flow .step2{
  margin-bottom: 25px;
  padding: 25px;
  background: #f9f9f1;
}


/* support */
#support{
  background:#f4f2e5;
  line-height: 1.6;
  position: relative;
  width: 100%;
  padding: 20px 5% 45px;
  font-size: 1em;
  letter-spacing: 0.094rem;
}
#support h2{
  letter-spacing: 0.3em;
  text-align: center;
  font-size: 1.6em;
  font-weight: 600;
  padding-bottom: 25px;
  margin: 6% auto 25px;
}
#support dl{
  margin: 12px 22px;
  background: #fff;
  padding: 18px 18px 0 18px;
}
#support span.icon-btn{
  margin-left: 30px;
}
#support p{
  font-size: 1.2em;
  font-weight: 600;
}
#support figure img{
  text-align: center;
  width: 100%;
  max-width: 330px;
}


/* bnr-area */
.bnr-group-section {
  position: relative;
  width: 100%;
  padding: 80px 0 45px;
}
.bnr-group-section ul li a {
  transition: 0.3s;
}
.bnr-group-section ul li a:hover {
  opacity: 0.8;
}
.bnr-group-section ul li a img {
  width: 100%;
  height: auto;
}
.bnr-group-section ul.bnr-group-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.bnr-group-section ul.bnr-group-big li {
  width: 49%;
}
.bnr-group-section ul.bnr-group-big li:not(:nth-child(even)) {
  margin-right: 2%;
}
.bnr-group-section ul.bnr-group-small {
  margin-bottom: 80px;
}
.bnr-group-section .bnr-info-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.bnr-group-section .bnr-info-area a {
  transition: 0.3s;
}
.bnr-group-section .bnr-info-area a:hover {
  opacity: 0.8;
}
.bnr-group-section .bnr-info-area a img {
  width: 100%;
  height: auto;
}
.bnr-group-section .bnr-info-area dl {
  margin-bottom: 40px;
}
.bnr-group-section .bnr-info-area dl dt {
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.094em;
}

/* footer */
.pagetop {
  right: 3vw;
  z-index: 100;
}
.pagetop a {
  transition: 0.3s;
}
.pagetop a:hover {
  opacity: 0.8;
}

footer {
  position: relative;
  width: 100%;
  padding: 45px 0 15px;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #EEE9E6;
}
footer nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 100px;
}
footer nav ul li:not(:last-child) {
  margin-bottom: 15px;
}
footer nav ul li a {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.174em;
  transition: 0.3s;
}
footer nav ul li a:hover {
  opacity: 0.8;
}
footer .under-nav li a {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.174em;
  transition: 0.3s;
}
footer .under-nav li a:hover {
  opacity: 0.8;
}
footer .fot-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
  padding: 0 10px 0 20px;
}
footer .fot-area .copyright {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.094em;
}
footer .fot-area ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .fot-area ul li:not(:last-child) {
  border-right: solid 1px #000;
}
footer .fot-area ul li a {
  padding: 0 15px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.094em;
  transition: 0.3s;
}
footer .fot-area ul li a:hover {
  opacity: 0.8;
}

/* button */
.border-btn {
  display: block;
}
.border-btn a {
  display: block;
  padding: 20px 25px;
  border: solid #fff 1px;
  border-radius: 22px;
  transition: 0.3s;
}
.border-btn a:hover {
  opacity: 0.7;
}

.icon-btn {
  display: block;
}
.icon-btn.red a::before {
  background: url("../common/images/icon_btn_red.svg") no-repeat left top/contain;
}
.icon-btn a {
  position: relative;
  padding-left: 28px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.174em;
  transition: 0.3s;
}
.icon-btn a::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  width: 19px;
  height: 19px;
  background: url("../common/images/icon_btn_blue.svg") no-repeat left top/contain;
}
.icon-btn a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1000px) {
  /* ------------------------------------------------------*/
.pconly{
  display: block;
}
.sponly{
  display: none;
}
.halfBox{
  width: 50%;
  padding: 8px;
  float: left;
  margin: 20px 0;
}
.halfBox img{
  width: 100%;
}
.item-l{
  padding: 10px;
  width: 60%;
  float: left;
}
.item-r{
  padding: 10px 20px;
  width: 40%;
  float: right;
}

#flow .step-l{
  width: 48%;
  float: left; 
}
#flow .step-l img{
  float: left;
  padding: 0 10px;
}
#flow .step-r{
  width: 52%;
  float: right;
}
#support dl{
  width: 45%;
  float: left;
}

.header-inner .header-logo {
  padding-left: 38px
}
.header-inner-under .header-logo {
  padding-left: 110px
}
  br.tabbr,
br.spbr,
br.stbr {
    display: none;
  }

  .trigger,
.back-shadow {
    display: none;
  }

  /* header */
  .header-inner {
    padding: 0 15px;
  }

  .sp-icon-nav {
    display: none;
  }

  /* bnr-area */
  .bnr-group-section ul.bnr-group-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bnr-group-section ul.bnr-group-small li {
    width: 49%;
  }
  .bnr-group-section ul.bnr-group-small li:not(:nth-child(even)) {
    margin-right: 2%;
  }
  .bnr-group-section ul.bnr-group-small li:not(:nth-last-child(-n+2)) {
    margin-bottom: 2%;
  }

  /* footer */
  footer nav ul:not(:last-child) {
    margin-right: 40px;
  }
  footer .under-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
  }
  footer .under-nav li:not(:last-child) {
    margin-right: 40px;
  }
  footer .under-nav li:nth-last-child(2) {
    margin-right: 50px;
  }
}
@media screen and (max-width: 999px) {
  /* ------------------------------------------------------*/
.pconly{
  display: none;
}
.sponly{
  display: block;
}
.header-inner-under{
	display: none;
}
.halfBox{
  width: 100%;
  padding: 8px;
  margin: 20px 0;
}
.halfBox img{
  width: 100%;
}
.item-l{
  padding: 10px;
  width: 100%;
}
.item-r{
  padding: 10px;
  width: 100%;
}
.item-nav,.item-nav2,.item-nav3{
  display: none;
}

#flow .step-l{
  width: 20%;
  float: left; 
}
#flow .step-l img{
  float: left;
  padding: 0 10px;
}
#flow .step-r{
  width: 75%;
  float: right;
}
#support dl{
  width: 90%;
  float: none;
}
  br.pcbr,
br.ptbr,
.st-none {
    display: none;
  }

  body {
    width: 100%;
    min-width: 100%;
  }

  div.pageWrap {
    width: 100%;
  }

  div.container {
    width: 100%;
    margin-top: 50px;
  }

  div.contents {
    width: 650px;
  }

  .sp-icon-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 15%;
  }
  .sp-icon-nav li:not(:last-child) {
    margin-right: 7px;
  }
  .sp-icon-nav li a img {
    height: 33px;
  }

  /* トグルメニュー */
  .trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: -4px;
    right: 0;
    width: 18%;
    height: 50px;
    transition: 0.5s;
    z-index: 100;
  }
  .trigger p.menu-text {
    margin-bottom: 1px;
  }
  .trigger p.menu-text img {
    height: 7px;
  }
  .trigger .menu-trigger,
.trigger .menu-trigger span {
    display: inline-block;
    transition: 0.4s;
  }
  .trigger .menu-trigger {
    position: relative;
    width: 27px;
    height: 17px;
  }
  .trigger span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #505046;
  }
  .trigger span:nth-child(1) {
    top: 0px;
  }
  .trigger span:nth-child(2) {
    top: 8px;
  }
  .trigger span:nth-child(3) {
    top: 16px;
  }

  .open .trigger span:nth-child(1) {
    -webkit-transform: translate(0, 9px) rotate(135deg);
    transform: translate(0, 9px) rotate(135deg);
  }
  .open .trigger span:nth-child(2) {
    opacity: 0;
  }
  .open .trigger span:nth-child(3) {
    -webkit-transform: translate(0, -7px) rotate(-135deg);
    transform: translate(0, -7px) rotate(-135deg);
  }

  /* sp-nav */
  .back-shadow {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    background: #fff;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    transition: 0.5s;
  }
  .back-shadow.sp-fixed {
    background: #efecdc;
    opacity: 1;
    visibility: visible;
  }
  .back-shadow .nav-back-inner {
    width: 70vw;
    min-width: 300px;
    margin: 0 auto;
    padding: 20px 0 30px;
  }
  .back-shadow .nav-back-inner .main-back-nav {
    margin-bottom: 50px;
  }
  .back-shadow .nav-back-inner .main-back-nav > li {
    padding: 18px 5px;
    border-bottom: solid #717171 1px;
  }
  .back-shadow .nav-back-inner .main-back-nav > li a {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.025em;
  }
  .back-shadow .nav-back-inner .main-back-nav > li a img {
    height: 15px;
  }
  .back-shadow .nav-back-inner .main-back-nav > li ul {
    padding-top: 15px;
  }
  .back-shadow .nav-back-inner .main-back-nav > li ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .back-shadow .nav-back-inner .icon-back-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .back-shadow .nav-back-inner .icon-back-nav li:not(:last-child) {
    margin-right: 25px;
  }
  .back-shadow .nav-back-inner .icon-back-nav li img {
    height: 28px;
  }
  .back-shadow .nav-back-inner .bottom-back-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .back-shadow .nav-back-inner .bottom-back-nav li:not(:last-child) {
    border-right: solid #717171 1px;
  }
  .back-shadow .nav-back-inner .bottom-back-nav li a {
    padding: 0 10px;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.025em;
  }

  /* header*/
  .header-inner {
    width: 100%;
    height: 50px;
    padding-left: 15px;
  }
  .header-inner .header-logo a img {
    height: 19px;
  }
  .header-inner .global-nav {
    display: none;
  }

  /* bnr-area */
  .bnr-group-section {
    padding: 20px 25px 25px;
  }
  .bnr-group-section ul li a {
    transition: 0.3s;
  }
  .bnr-group-section ul li a:hover {
    opacity: 0.8;
  }
  .bnr-group-section ul.bnr-group-big {
    margin-bottom: 2%;
  }
  .bnr-group-section ul.bnr-group-big li {
    width: 49%;
  }
  .bnr-group-section ul.bnr-group-big li:not(:nth-child(even)) {
    margin-right: 2%;
  }
  .bnr-group-section ul.bnr-group-small {
    margin-bottom: 25px;
  }
  .bnr-group-section ul.bnr-group-small li:not(:last-child) {
    margin-bottom: 2%;
  }
  .bnr-group-section .bnr-info-area a img {
    height: 8.5vw;
    max-height: 45px;
  }
  .bnr-group-section .bnr-info-area dl {
    margin-bottom: 15px;
  }
  .bnr-group-section .bnr-info-area dl dt {
    margin-bottom: 10px;
    font-size: 0.9em;
    letter-spacing: 0.087em;
  }

  /* footer */
  .pagetop a img {
    height: 40px;
  }

  footer {
    padding: 25px 0 15px;
  }
  footer nav {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 300px;
    margin: 0 auto;
    padding: 0 5px;
  }
  footer nav ul {
    margin-bottom: 30px;
  }
  footer nav ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  footer nav ul li a {
    font-size: 0.9em;
    letter-spacing: 0.027em;
  }
  footer .under-nav li a {
    font-size: 0.9rem;
    letter-spacing: 0.027em;
  }
  footer .fot-area {
    width: 100%;
    text-align: center;
  }
  footer .fot-area .copyright {
    width: 100%;
    font-size: 0.9rem;
  }
  footer .fot-area ul {
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }
  footer .fot-area ul li a {
    padding: 0 10px;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }

  /* button */
  .border-btn a {
    padding: 7px 25px;
    border-radius: 6px;
  }
  .border-btn a img {
    height: 10px;
  }

  .icon-btn a {
    padding-left: 15px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
  .icon-btn a::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 667px) and (max-width: 999px) {
  /* ------------------------------------------------------*/
  br.pspbr {
    display: none;
  }

  /* header */
  .trigger {
    width: 60px;
  }

  .sp-icon-nav {
    padding-right: 70px;
  }

  footer nav {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 600px;
  }
  footer nav ul {
    width: 33%;
  }
}
@media screen and (min-width: 667px) {
  /* ------------------------------------------------------*/
  br.spbr {
    display: none;
  }
  .nobr br{
    display: none;
}

  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
#flow .step,#flow .step2{
  padding: 15px 8px!important;
}
footer nav ul {
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
}

#item-list{
   margin-top: 10%!important;
}
footer .under-nav li a {
  font-size: 0.9em;
}
  br.tabbr,
br.ptbr {
    display: none;
  }

  div.contents {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  /* ------------------------------------------------------*/
  br.minbr {
    display: block;
  }

  footer .fot-area ul li a {
    padding: 0 6px;
    letter-spacing: 0.02em;
  }
}
/* layout
------------------------------------------------------*/
div.contents {
  max-width: 885px;
}

.main-visual-section {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.main-visual-section::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 97px;
  background: url("../activation/images/main_visual_under_gradient_pc.png") bottom left repeat-x;
  z-index: -1;
}
.main-visual-section figure {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 1200px;
  z-index: -2;
}
.main-visual-section figure img {
  width: 100%;
  height: auto;
}
.main-visual-section .main-catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  _margin-top: -2%;
}
.main-visual-section .main-catch h1 {
  margin-bottom: 50px;
}
.main-visual-section .main-catch p {
  margin-bottom: 30px;
}

.simulation-group-section {
  position: relative;
  width: 100%;
  padding: 25px 0 55px;
}
.simulation-group-section .head-section-title {
  margin-bottom: 20px;
  text-align: center;
}
.simulation-group-section .head-section-title h2 {
  margin-bottom: 15px;
}
.simulation-group-section .head-section-title p {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.094em;
}
.simulation-group-section ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.simulation-group-section ul li {
  width: 23%;
}
.simulation-group-section ul li figure {
  margin-bottom: 15px;
}
.simulation-group-section ul li figure a{
  transition: 0.3s;
}
.simulation-group-section ul li figure a:hover{
  opacity: 0.8;
}
.simulation-group-section ul li figure img {
  width: 100%;
  height: auto;
}

.case-group-section {
  position: relative;
  width: 100%;
  padding: 60px 0 70px;
}
.case-group-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #F4F2E5;
}
.case-group-section .head-section-title {
  margin-bottom: 30px;
  text-align: center;
}
.case-group-section .head-section-title h2 {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #AB946A;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.354em;
}
.case-group-section ul li {
  padding: 30px 40px;
  background: #fff;
}
.case-group-section ul li:not(:last-child) {
  margin-bottom: 40px;
}
.case-group-section ul li figure img {
  width: 100%;
  height: auto;
}
.case-group-section ul li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.case-group-section ul li dl dt {
  margin-bottom: 15px;
}
.case-group-section ul li dl dt img {
  width: 100%;
  height: auto;
}
.case-group-section ul li dl dd p {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.094rem;
  line-height: 1.56;
}
.case-group-section ul li dl dd .icon-btn a {
  letter-spacing: 0;
}

@media screen and (min-width: 1000px) {
  /* ------------------------------------------------------*/
  .simulation-group-section ul li:not(:last-child) {
    margin-right: 2.65%;
  }

  .case-group-section ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .case-group-section ul li:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .case-group-section ul li figure {
    width: 50%;
  }
  .case-group-section ul li dl {
    position: relative;
    -webkit-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 999px) {
  /* ------------------------------------------------------*/
  .main-visual-section {
    height: 250px;
    min-height: auto;
  }
  .main-visual-section::before {
    height: 35px;
    background: url("../images/main_visual_under_gradient_sp.png") bottom left repeat-x;
  }
  .main-visual-section figure {
    width: 100%;
    min-width: 375px;
  }
  .main-visual-section .main-catch {
    margin-top: 0;
  }
  .main-visual-section .main-catch h1 {
    margin-bottom: 25px;
  }
  .main-visual-section .main-catch h1 img {
    height: 45px;
  }
  .main-visual-section .main-catch p {
    margin-bottom: 25px;
  }
  .main-visual-section .main-catch p img {
    height: 42px;
  }

  .simulation-group-section {
    padding: 25px 15px;
  }
  .simulation-group-section .head-section-title {
    margin-bottom: 20px;
  }
  .simulation-group-section .head-section-title h2 {
    margin-bottom: 10px;
  }
  .simulation-group-section .head-section-title h2 img {
    height: 13px;
  }
  .simulation-group-section .head-section-title p {
    font-size: 1em;
    letter-spacing: 0.05em;
  }
  .simulation-group-section ul {
    width: 270px;
    margin: 0 auto;
  }
  .simulation-group-section ul li {
    width: 46%;
  }
  .simulation-group-section ul li:not(:nth-child(even)) {
    margin-right: 8%;
  }
  .simulation-group-section ul li figure {
    margin-bottom: 10px;
  }

  .case-group-section {
    padding: 25px 25px;
  }
  .case-group-section .head-section-title {
    margin-bottom: 15px;
  }
  .case-group-section .head-section-title h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    letter-spacing: 0.127em;
  }
  .case-group-section ul {
    width: 270px;
    margin: 0 auto;
  }
  .case-group-section ul li {
    padding: 15px 30px;
  }
  .case-group-section ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .case-group-section ul li dl {
    margin-bottom: 5px;
  }
  .case-group-section ul li dl dt {
    margin-bottom: 5px;
  }
  .case-group-section ul li dl dd p {
    margin-bottom: 8px;
    font-size: 0.9em;
    letter-spacing: 0.045em;
    line-height: 1.38;
  }
  .case-group-section ul li dl dd .icon-btn {
    text-align: center;
  }
  .case-group-section ul li dl dd .icon-btn a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 999px) and (min-width: 667px) {
  /* ------------------------------------------------------*/
  .simulation-group-section ul {
    width: 75%;
  }

  .case-group-section ul {
    width: 75%;
  }
}


/*# sourceMappingURL=activation.css.map */
