@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}

hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid #000;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: #f7f7f7;    
}
nav a {
    padding: 0.5rem;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.header {
	flex-direction: column;
    margin-bottom: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open,#close  {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}
/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0 0 750px 0;
}
@media screen and (max-width: 640px){
    main {
        margin: 0 0 450px 0;
    }
}


section {
	margin: 2rem 0;
	padding: 2rem 0;
}
.gray-back {
	background-color: #f4f4f4;
}
.green-back {
	background-color: #008039;
}
.white-back {
	background-color: #fff;
}
/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid #000;
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #ececec;
    padding: 5rem 0;
}

footer h4 {
    border-bottom: 3px solid #ccc;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #000;
}
.copyright a {
    color: #fff;
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 90px;
    right: 5px;
}
#pagetop a {
    display: block;
    background: #000;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
    border-radius: 50%;
    opacity: 0.5;
}
#pagetop a:hover {
    background: #666;
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}
}




/*追加：導入ボタン
-------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

    /* 背景用*/
.btn-body {
  padding: 10px 10px;
  text-align: center;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-pc-sp {
  max-width: 435px;
  margin: 0 auto 20px;
}

a.btn-pc-sp {
  line-height: 1.4;

  width: 49.5%;
  padding: 1.25rem 0;

  color: #ffff;
}

a.btn--contact {
  display: block;

  margin-top: 15px;
  padding: 1.5rem 0;

  color: #fff;
  background: #d64600;
  -webkit-box-shadow: 0 5px 0 #9c4600;
  box-shadow: 0 5px 0 #9c4600;
}

a.btn--contact i {
  font-size: 2rem;
}

a.btn--contact i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.btn--contact :hover {
  color: #fff;
}

a.btn--tel {
  display: block;


  padding: 1rem 0;

  color: #fff;
  background: #094;
  -webkit-box-shadow: 0 5px 0 #008039;
  box-shadow: 0 5px 0 #008039;
}

a.btn--tel i {
  font-size: 2rem;
}

a.btn--tel i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.btn--tel .number {
  line-height: 1;

  display: inline-block;

  margin-top: 0.5rem;
  padding: 0.25rem 2rem;

  letter-spacing: 0;

  color: #094;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--contact .work-time {
    line-height: 1;
  
    display: inline-block;
  
    margin-top: 0.5rem;
    padding: 0.25rem 2rem;
  
    letter-spacing: 0;
  
    color: #d64600;
    border-radius: 0.5rem;
    background: #fff;
  }

a.btn--tel:hover {
  color: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

h3.line-w {
    position: relative;
    margin-bottom: 0rem;
    text-align: center;
}

h3.line-w::before,h3.line-w::after {
    content: '▼▼';
    color: #00c878;
    padding: 0 0.5em;
    animation: flash 1.3s ease infinite;
}
/*追加：導入ボタン PC
-------------------------------------*/
@media screen and (min-width:768px) {
    .btn-wrap-pc-sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      
        /*テスト表示用*/
        max-width: 768px;
        margin: 0 auto 20px;
      
        -webkit-box-pack: justify;
      
        -ms-flex-pack: justify;
      
        justify-content: space-between;
      }
      
      a.btn--tel, a.btn--contact {
        width: 49.5%;
      }
    
      a.btn--contact {
        display: block;
        margin-top: 0px;
    }
      
      .fa-position-right {
        position: absolute;
        top: calc(50% - 0.5em);
        right: 1rem;
      }   
}

/*実績エリア
-------------------------------------*/
.container-jiseki{
    width: 1080px;
    margin: 0 auto;
    word-wrap: break-word;
    padding-left: 40px;
    padding-right: 40px;
}

.case_section .item {
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}
.case_section .item .content_area01 {
    width: 30%;
}
.case_section .item .content_area02 {
    width: 70%;
    padding-left: 28px;
}
.case_section .item:nth-child(2n) .content_area01 {
    text-align: right;
}
.case_section .item:nth-child(2n) .content_area02 {
    order: -1;
    padding-left: 0;
    padding-right: 28px;
}
.case_section .case {
    color: #2c2c2c;
    font-size: 2vw;
    line-height: 1.5;
    margin-bottom: 5px;
}
.case_section .title {
    color: #2c2c2c;
    font-size: 1.5vw;
    line-height: 1.46154;
    margin-bottom: 6px;
}
.case_section .text {
    font-size: 1vw;
    line-height: 1.85714;
}



.tab_content_description{
    font-size: 4vw;
    line-height: 1.85714;
}

.pc-pd{
    padding-bottom: 60px;
    padding-top: 60px;
}

@media screen and (max-width: 1120px){
    .container-jiseki {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .case_section .item {
        flex-direction: column;
        align-items: center;
        margin-bottom: 33px;
    }
    .case_section .item .content_area01 {
        width: 100%;
        text-align: center;
    }
    .case_section .item .content_area02 {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .case_section .item:nth-child(2n) .content_area01 {
        text-align: center;
    }
    .case_section .item:nth-child(2n) .content_area02 {
        order: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .case_section .case {
        font-size: 5vw;
        line-height: 1.47368;
    }
    .case_section .title {
        font-size: 4vw;
        line-height: 1.57895;
        text-align: left;
        letter-spacing: 0.2vw;
    }
    .case_section .text {
        font-size: 4vw;
        line-height: 1.66667;
        text-align: left;
    }
    .sp-pd{
        padding-bottom: 35px;
        padding-top: 35px;
    }
}


/*その他 共通部品
-------------------------------------*/
main .catch h2 span::before{
    position: absolute;
    content: "";
    display: block;
    bottom: 10.2vw;
    left: 0;
    right: 0;
    background: #000;
    margin: auto;
    width: 52%;
    height: 3px;
}
main div.arrow{
    background-image: url(../images/bg_arrow_shadow.png), url(../images/bg_throw_shadow.png);
    background-repeat: no-repeat, repeat-x;
    background-position: center bottom, 0 bottom;
    background-size: 12vw auto, 10.6vw auto;
    position: relative;
    padding: 0 0 10.7vw;
}



main ul.listgp{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
}

main ul.listgp > li {
    position: relative;
    display: table;
    background: rgba(255,255,255,1);
    margin: 6vw 2.3vw;
    width: 44.2%;
    height: 39.5vw;
    font-size: 4.5vw;
    box-shadow: 0 0 10px #c2c0c0;
}

main ul.listgp > li .number {
    position: absolute;
    top: -11vw;
    left: 0;
    right: 0;
    background: #C2C0C0;
    margin: auto;
    width: 20vw;
    height: 20vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
}

main ul.listgp > li .number {
    background: #78a7d9;
}

main ul.listgp > li .white {
    background: #FFFFFF;
}
main ul.listgp > li .green {
    background: #094;
}

main ul.listgp > li .yellow {
    background: #EFFE00;
}

main ul.listgp > li .red {
    background: #d64600;
}

main ul.listgp > li .naki{
    background-image: url(../images/naki.png);
    background-size: cover;
}

main ul.listgp > li .check{
    background-image: url(../images/check.png);
    background-size: cover;
}

main ul.listgp > li .check2{
    background-image: url(../images/check2.png);
    background-size: cover;
}

main ul.listgp > li .check3{
    background-image: url(../images/check3.png);
    background-size: cover;
}

main ul.listgp > li .check4{
    background-image: url(../images/check4.png);
    background-size: cover;
}

main ul.listgp > li .howto{
    background-image: url(../images/howto-bg.png);
    background-size: cover;
}

main ul.listgp > li .number span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    height: 1em;
    line-height: 1;
}

main ul.listgp > li .txt {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

main ul.listgp > li .txt {
    font-size: 3.5vw;
    font-weight: 700;
}
section.gray-back, section.white-back, section.green-back{
    margin-top: -6.5vw;
    padding-top: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 1120px){
    section.gray-back, section.white-back, section.green-back{
        margin-top: -6.5vw;
        padding-top: 60px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }    
}

section.merit{
    background-image: url(../images/merit-bg.png);
}

section.nayamu{
    background-image: url(../images/nayamu-hito-bg.png);
}

section.payment{
    background-image: url(../images/payment-bg.jpg);
}

section.bengoshi{
    background-image: url(../images/bengoshi-bg.png);
}

section.contract-bg{
    background-image: url(../images/contract_bg.png);
}

.tab_container {
    padding-bottom: 1em;
    background-color: #fff;
    letter-spacing: 0.1em;
    /*border:1px solid #094;*/
    margin: 0 auto;
}

.tab_item {
    width: calc(100%/4);
    padding:15px 0;
    border-bottom: 3px solid #008039 ;
    background-color: #efefef;
    text-align: center;
    color: #008039 ;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .tab_item:hover {
    opacity: 0.75;
  }
  input[name="tab_item"] {
    display: none;
  }
  .tab_content {
    display: none;
    padding: 1em 1em 0;
    clear: both;
    overflow: hidden;
  }
  #tab1:checked ~ #tab1_content,
  #tab2:checked ~ #tab2_content,
  #tab3:checked ~ #tab3_content,
  #tab4:checked ~ #tab4_content {
    display: block;
  }
  .tab_container input:checked + .tab_item {
    background-color: #008039;
    color: #fff;
  }

/*料金設定
-------------------------------------*/
.pc-mb32 {
    margin-bottom: 32px;
}
.plan_section .container {
    width: 720px;
    margin: 0 auto;
    word-wrap: break-word;
    padding-left: 40px;
    padding-right: 40px;
}
.plan_section .plan_list {
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.plan_section .item {
    width: 300px;
    background-color: #fff;
    border-radius: 6px;
    padding: 30px 20px;
    margin-bottom: 30px;
}
.plan_section .content_area01 {
    padding-top: 30px;
    padding-bottom: 26px;
}
.plan_section .content_area02 {
    padding-top: 23px;
    padding-bottom: 23px;
    min-height: 186px;
}

.plan_section .title {
    position: relative;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 29px;
}
.plan_section .title:after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 1px;
    background-color: #4c4c4c;
    bottom: 0;
    left: calc(50% - 7.5px);
}
.plan_section .text01 {
    font-size: 16px;
    line-height: 1;
    color: #4c4c4c;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}
.plan_section .text02 {
    font-size: 16px;
    line-height: 1;
    color: #4c4c4c;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}
.plan_section .note {
    font-size: 14px;
    line-height: 1.71429;
    color: #9b9b9b;
    text-align: right;
    margin-top: 18px;
}
.plan_section .hr {
    background-image: linear-gradient(90deg,#c1c1c1,#c1c1c1 6px,transparent 0,transparent 0);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 10px 10px;
    height: 1px;
    border: none;
}
.plan_section .content_area03 {
    padding-top: 20px;
}
.plan_section .text03 {
    text-align: center;
    font-size: 16px;
    line-height: 3.375;
    color: #4c4c4c;
}
.plan_section .strong {
    font-size: 36px;
    line-height: 1.5;
    color: #ff702b;
}

.kome{
    padding: 10px!important;
    text-align: left!important;
    color: black!important;
    border-radius: 10px;
}

@media screen and (max-width: 1120px){
    .plan_section .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .plan_section .container {
        margin-bottom: 20px;
    }
    .sp-mb16 {
        margin-bottom: 16px;
    }
    .plan_section .plan_list {
        flex-direction: column;
        align-items: center;
    }
    .plan_section .item {
        max-width: 100%;
        padding: 27px 13px;
    }
    .plan_section .item_space {
        width:300px;
        margin-bottom: 24px;
    }
    .plan_section .content_area01 {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .plan_section .content_area02 {
        padding-top: 16px;
        padding-bottom: 26px;
        min-height: 0;
    }
    .plan_section .title {
        font-size: 7vw;
        line-height: 1;
        font-weight: 800;
        color: #094;
    }
    .plan_section .text01 {
        font-size: 3.5vw;
        line-height: 1.58333;
    }
    .plan_section .text02 {
        font-size: 3.5vw;
        line-height: 1.58333;
    }
    .plan_section .note {
        font-size: 12px;
        line-height: 1.58333;
    }
    .plan_section .content_area03 {
        padding-top: 23px;
    }
    .plan_section .text03 {
        font-size: 12px;
        line-height: 2.5;
    }
    .plan_section .strong {
        font-size: 30px;
        line-height: 1;
    }
}



/*ステップ
-------------------------------------*/
ul.flow {
    padding: 30px;
}
@media screen and (max-width: 1120px){
    ul.flow {
        padding: 0px;
    }
}
ul.flow li {
    list-style-type: none;
}
 ul.flow dd {
    margin-left: 0;
  }
  
  .flow > li {
    position: relative;
  }
  .flow > li:not(:last-child) {
    margin-bottom: 40px;
  }
  .flow > li:not(:first-child)::before {
    content: "";
    height: 60px;
    display: block;
    border-left: 4px dotted #e5e5e5;
    position: absolute;
    top: -40px;
    left: -webkit-calc(10% + 30px - 2px);
    left: calc(10% + 30px - 2px);
    z-index: 10;
  }
  .flow > li dl {
    background-color: #fff;
    width: 100%;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #00c878;
    border-radius: 10px;
    position: relative;
  }
  .flow > li:not(:last-child) dl::before,
  .flow > li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .flow > li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: #00c878;
  }
  .flow > li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #fff;
  }
  .flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #00c878;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-right: 2vw;
    text-align: center;
  }
  .flow > li dl dt .icon {
    font-size: 12px;
    color: #fff;
    background: #00c878;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 100;
  }
/*良くある質問と回答
-------------------------------------*/
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
    border-top: 1px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}

/*お問合せフォーム*/
.Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

/*質問フォーム*/
.choose_box {
    position: relative;
    width: 100%;
}
   .choose_box p {
    margin-top: 5%;
    margin-bottom: 5%;
      font-size: 20px;
      display: block;
      font-weight: 600;
      text-align: center;
    }
  
  .choose_box li {
    display: inline-block;
    width: 90%;
    margin-top: 0px;
    list-style: none;
  }
  
  .fit ul {
    margin-left: 10%;
    padding-left: 0;
  }
  
  .choose_box ul li input.qbtn{
      display: none;
  }
  
  .choose_box ul li label {
    width: 100%;
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-align: center;
    background-color: #5bc8ac;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #5bc8ac;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  
  .app-theme p {
    color: #2791d4;
    margin-bottom: 5%;
    margin-top: 5%;
  }
  
  
  .fit {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
  }
  
  .fit p {
    margin-top: 5%;
    margin-bottom: 5%;
      font-size: 18px;
      display: block;
      font-weight: 600;
      text-align: left;
    }

  .fit p.quest-midashi {
    text-align: center;
  }
  
  
  
  .result_type0 h4 {
      width: 50%;
      margin: auto;
      padding: 20px;
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      color: #fff;
      text-align: center;
    background-color: #10c010;
    }
  
  .result_type1 h4 {
      width: 50%;
      margin: auto;
      padding: 20px;
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      color: #fff;
      text-align: center;
    background-color: #DC143C;
    }
  
  
  
  .result_theme p  {
      margin-top: 5%;
      margin-bottom: 2%;
      text-align: center;
  }
  
  
  .result_discription0 {
      text-align: center;
      margin-bottom: 5%;
  }
  .result_discription1 {
      text-align: center;
      margin-bottom: 5%;
  }
  .result_discription0 h2 {
      color: #10c010;
      text-align: center;
  }
  
  .result_discription1 h2 {
      color: #DC143C;
      text-align: center;
  }
  
  
    .result_discription0 p {
      font-family: "游ゴシック体", YuGothic;
      margin-left: 15%;
      margin-right: 15%;
      width: 70%;
      padding: 20px;
      text-align: left;
      border: 1px solid #10c010;
      color: #303030;
      font-size: 16px;
      line-height: 35px;
      box-shadow: 0px 5px 1px #10c010;
      border-radius: 5px;
    }
    .result_discription1 p {
      font-family: "游ゴシック体", YuGothic;
      margin-left: 20%;
      margin-right: 20%;
      width: 60%;
      padding: 20px;
      text-align: left;
      border: 1px solid #DC143C;
      color: #303030;
      font-size: 16px;
      line-height: 35px;
      box-shadow: 0px 5px 1px #DC143C;
      border-radius: 5px;
    }
  
  .return-btn {
    margin-top: 5%;
      margin-left: 35%;
      margin-right: 35%;
      width: 30%;
      margin-bottom: 100px;
  }
  .return {
    display: inline-block;
    text-align: center;
      text-decoration: none;
      color: #fff;
      background-color: #2791d4;
      width: 100%;
      padding: 10px 10px;
      border: 1px solid #2791d4 ;
  }
  
  .return:hover {
      border: 1px solid #2791d4 ;
      background-color: #fff;
      color: #2791d4;
      transition: 0.5s;
  }


@media screen and (max-width: 480px) {
    .Form {
      margin-top: 40px;
    }
}

.Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 480px) {
  .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
  }
}

.Form-Item:nth-child(5) {
    border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
    }
  }
  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
  }
  .Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #5bc8ac;
    color: #fff;
    font-size: 14px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
  }
  .Form-Item-Input,.Form-Item-Output {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #fff;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Input,.Form-Item-Output {
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #fff;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #5bc8ac;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
  }
  @media screen and (max-width: 480px) {
    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
}

/*追跡ボタン*/
#toiawase-foot{
    position: fixed;
    margin-top: -50px;
    bottom: 0px;
    right: 5px;
    left: 5px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 10px;
}

#toiawase-foot .btn,#toiawase-foot  a.btn,#toiawase-foot  button.btn {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
}

#toiawase-foot a.btn--tel{
    display: block;
    padding: 2rem 0;
    color: #fff;
    background: #094;
    -webkit-box-shadow: 0 5px 0 #008039;
    box-shadow: 0 5px 0 #008039;
    width: 49.5%;
}

#toiawase-foot a.btn--contact {
    display: block;
    margin-top: 0px;
    padding: 2rem 0;
    color: #fff;
    background: #d64600;
    -webkit-box-shadow: 0 5px 0 #9c4600;
    box-shadow: 0 5px 0 #9c4600;
    width: 49.5%;
}

#toiawase-foot a.btn--tel i.fa-position-left,#toiawase-foot a.btn--contact i.fa-position-left {
    font-size: 2rem;
    left: 0.75rem;
    animation: flash 3s ease infinite;
}

#toiawase-foot a.btn--tel .number,#toiawase-foot a.btn--contact .work-time {
    line-height: 1;
    display: inline-block;
    margin-top: 0.5rem;
    margin-left: 1rem;
    padding: 0.2rem;
    letter-spacing: 0;
    border-radius: 0.5rem;
    background: #fff;
}

#toiawase-foot .fa-position-right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 0.25rem;
}

/*マージン
-------------------------------------*/
.mb30{
 margin-bottom: 30px;
}

/* チェックボックス02 */
input[type=checkbox] {
    display: none;
}
.checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox02::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox02::after {
    border-right: 6px solid #00cccc;
    border-bottom: 3px solid #00cccc;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
input[type=checkbox]:checked + .checkbox02::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}

.policyObj{
    border-color: #666;
    border-width: 1px;
    border-style: solid;
}


/*フォントカラー
-------------------------------------*/
.fcb{
    color:#003b7a;
}

.fclb{
    color:#b0d6ff;
}

.fcy{
    color:#EFFE00;
}

.fcp{
    color:#fb86ff;
}

.fcg{
    color:#00c878;
}

.fcgray{
    color:#1d1d1d;
}

.fcm{
    color:#5bc8ac;
}

.fco{
    color:#ff702b;
}

.fcr{
    color:#d64600;
}
.fcppl{
    color:#4e67e6;
}

.fcw{
    color: #fff;
}



/*フォントサイズ
-------------------------------------*/
.fs-1vw{
    font-size: 1vw;
}
.fs-2vw{
    font-size: 2vw;
}
.fs-3vw{
    font-size: 3vw;
}
.fs-4vw{
    font-size: 4vw;
}
.fs-5vw{
    font-size: 5vw;
}
.fs-6vw{
    font-size: 3vw;
    font-weight: 400;
}
@media screen and (max-width: 480px) {
    .fs-6vw{
        font-size: 6vw;
        font-weight: 600;
    }
}
.fs-7vw{
    font-size: 7vw;
}
.fs-8vw{
    font-size: 8vw;
}
.fs-9vw{
    font-size: 9vw;
}
.fs-10vw{
    font-size: 10vw;
}
/*フォントウエイト
-------------------------------------*/
.fw-5{
    font-weight: 500;
}

.fw-6{
    font-weight: 600;
}

.fw-7{
    font-weight: 700;
}

.fw-8{
    font-weight: 800;
}

.fw-9{
    font-weight: 900;
}

.fw-10{
    font-weight: 1000;
}

/*テキストアライン
-------------------------------------*/
.textleft{
    text-align: left;
}