@charset "UTF-8";

.block_Section + .block_Section {
  border: none;
  padding: 0;
  text-align: center;
}
.permission {
  text-align: center;
  padding: 2em;
  background-color: #f6f6f6;
  margin-top: 2em;
}
.form-CheckboxWrap {
  margin-top: 1em;
}
.form-CheckboxWrap input {
  width: fit-content;
  display: inline;
  width: auto !important;
}
input[type="submit"] {
  background-color: #008486;
  color: #fff;
  max-width: 300px;
  margin: 0 auto;
}
input[type="button"] {
  background-color: fff#f6f6f6;
  max-width: 300px;
  margin: 0 auto;
}
.submit_area {
  text-align: center;
}
table ,
.freeArea + section {
  width: 100%;
}
button, input, select, textarea {
  padding: 1em;
  border: 1px solid #ddd !important;
  width: 100% !important;
}

p + input,
p + select,
p + textarea {
  margin-top: .5em;
}
.table_Basic th, .table_Basic td {
  padding: 2em !important;
}
.table_Basic th span {
  display: inline-block;
  margin-left: .5em;
  background-color: #008486;
  color: #fff;
  font-weight: normal;
  padding: 5px 10px;
}

/*-- smartPhone --*/
@media screen and (max-width: 767px) {

  .common-form {
  
  }
  
  .common-form .note {
    width: 100%;
    margin-bottom: 2.4em;
    padding: 1em;
    color: #f00;
    border: 1px solid #dedede;
  }
  
  .common-form .permission {
    width: 100%;
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 5%;
    color: #666;
    font-size: 1.4rem;
    line-height: 160%;
    text-align: center;
    border: 1px solid #dedede;
  }
  
  .common-form .arrow {
    width: 100%;
    padding-bottom: 2em;
  }
  
  .common-form .arrow li {
    width: 29%;
    text-align: center;
    margin-right: 3%;
    position: relative;
    display:inline-block;
    padding: 0.4em 0;
    background: #f5f5f5;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 1em;
    color: #333;
    line-height: 2em;
    display: inline-block;
  }
  
  .common-form .arrow li::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1em;
    border-left: 1em solid #f5f5f5;
    border-top: 1.4em solid transparent;
    border-bottom: 1.4em solid transparent;
    transform-origin: left top;
    transform: scaleX(.7);
  }
  
  .common-form .arrow li:nth-child(3) {
    margin-right: 0;	
  }
  
  .common-form .arrow li.active {
    color: #fff;
    background-color: #4da6a8;
  }
  
  .common-form .arrow li.active::after {
    border-left: 1em solid #4da6a8;
  }
  
    .common-form table {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
  .common-form table th,
  .common-form table td {
    width: 100%;
    display: block;
  }
  
  .common-form table th {
    padding: 1.4em;
    font-size: 1.6rem;
  }
  
  .common-form table th span {
    margin: -1px 0 0 0;
    padding: 0.1em 0.2em;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #4da6a8;
    display: inline-block;
    vertical-align: bottom;
  }
  
  .common-form table td {
    padding: 1.4em;
    font-size: 1.4rem;
    min-width: 320px;
  }
  
  .common-form table td p {
    margin-bottom: 0.2em;
  }
  
  .common-form .s1 select {
    background-image: url(../../inquiry/img/pulldown_arrow.png);
    background-position: 98% center;
    background-repeat: no-repeat;
  }
  
  .common-form .s2 select {
    width:100%;
    background-image: url(../../inquiry/img/pulldown_arrow.png);
    background-position: 94% center;
    background-repeat: no-repeat;
  }
  
  .common-form input,
  .common-form textarea, 
  .common-form select {
    padding: 0.6em;
    border:solid 1px #CCC;
  }
    
  .common-form input:hover,
  .common-form textarea:hover, 
  .common-form select:hover {
      border:solid 1px #008486;
    cursor: pointer;
    cursor: hand;
  }
  
  .common-form input:focus,
  .common-form textarea:focus, 
  .common-form select:focus {
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    border:solid 1px #008486;
  }
  
  .common-form option:focus {
    border: 0;
    outline: 0;
  }
  
  .common-form textarea {
    width: 100%;
    height: 10em;
    resize: vertical;
  }
  
  .common-form .submit_area {
    text-align: center;
  }
  
  .common-form .submit01 {
    padding: 1em 3em;
    color: #fff;
    background-color: #478385;
    border: 0;
  }
  
  .common-form .submit02 {
    padding: 0.96em 2.96em;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  
  .common-form .submit01:hover {
    border: 0;
  }
  
  .common-form .submit01:focus {
    border: 0;
  }
  
  .common-form .comment {
    padding-top: 1em;
    border-top: 1px solid #dedede;
  }
  
  .common-form .w100 {
    width: 100% !important;
  }
  
  }
  
  /*-- //smartPhone --*/
  
  /*-- pc --*/
  @media print, screen and (min-width: 768px) {
  
  .common-form {
  
  }
  
  .common-form .note {
    width: 100%;
    margin-bottom: 2.4em;
    padding: 1em;
    color: #f00;
    border: 1px solid #dedede;
  }
  
  .common-form .permission {
    margin-top: 2em;
    width: 100%;
    margin-bottom: 2.4em;
    padding: 1em 0;
    color: #666;
    font-size: 1.8rem;
    line-height: 260%;
    text-align: center;
    border: 1px solid #dedede;
  }
  
  .common-form .arrow {
    width: 100%;
    padding-bottom: 2em;
  }
  
  .common-form .arrow li {
    width: 30%;
    text-align: center;
    margin-right: 4%;
    position: relative;
    display:inline-block;
    padding: 1em 0;
    background: #f5f5f5;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 1em;
    color: #333;
    line-height: 2em;
    display: inline-block;
  }
  
  .common-form .arrow li::after {
    content: "";
    position: absolute;
    top: 0;
    right: -2em;
    border-left: 2em solid #f5f5f5;
    border-top: 2em solid transparent;
    border-bottom: 2em solid transparent;
    transform-origin: left top;
    transform: scaleX(.7);
  }
  
  .common-form .arrow li:nth-child(3) {
    margin-right: 0;	
  }
  
  .common-form .arrow li.active {
    color: #fff;
    background-color: #4da6a8;
  }
  
  .common-form .arrow li.active::after {
    border-left: 2em solid #4da6a8;
  }
  
  .common-form table th {
    padding: 1.4em;
    font-size: 1.8rem;
  }
  
  .common-form table th span {
    margin: -1px 0 0 0;
    padding: 0.1em 0.2em;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #4da6a8;
    display: inline-block;
    vertical-align: bottom;
  }
  
  .common-form table td {
    padding: 1.4em;
    font-size: 1.6rem;
  }
  
  .common-form table td p {
    margin-bottom: 0.2em;
  }
  
  .common-form .s1 select {
    background-image: url(../../inquiry/img/pulldown_arrow.png);
    background-position: 98% center;
    background-repeat: no-repeat;
  }
  
  .common-form .s2 select {
    background-image: url(../../inquiry/img/pulldown_arrow.png);
    background-position: 94% center;
    background-repeat: no-repeat;
  }
  
  .common-form .checkbox01{
    display: none;
  }
  
  .common-form .checkbox01_p{
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
  }
  
  .common-form .checkbox01_p::before{
    content: "";
    display: block;
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #4da6a8;
    border-radius: 2px;
  }
  
  .common-form .checkbox01:checked + .checkbox01_p{
    /*color: #009a9a;*/
  }
  
  .common-form .checkbox01:checked + .checkbox01_p::after{
    content: "";
    display: block;
    position: absolute;
    top: -0.3em;
    left: 0.2em;
    width: 0.6em;
    height: 1em;
    transform: rotate(40deg);
    border-bottom: 3px solid #009a9a;
    border-right: 3px solid #009a9a;
  }
  
  .common-form input,
  .common-form textarea, 
  .common-form select {
    padding: 0.6em;
    border:solid 1px #CCC;
  }
    
  .common-form input:hover,
  .common-form textarea:hover, 
  .common-form select:hover {
      border:solid 1px #008486;
    cursor: pointer;
    cursor: hand;
  }
  
  .common-form input:focus,
  .common-form textarea:focus, 
  .common-form select:focus {
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    border:solid 1px #008486;
  }
  
  .common-form option:focus {
    border: 0;
    outline: 0;
  }
  
  .common-form textarea {
    width: 100%;
    height: 10em;
    resize: vertical;
  }
  
  .common-form .submit_area {
    text-align: center;
  }
  
  .common-form .submit01 {
    padding: 1em 15em;
    color: #fff;
    background-color: #478385;
    border: 0;
    margin-top:50px;
  }
  
  .common-form .submit02 {
    padding: 0.96em 2.96em;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  
  .common-form .submit01:hover {
    border: 0;
  }
  
  .common-form .submit01:focus {
    border: 0;
  }
  
  .common-form .comment {
    padding-top: 1em;
    border-top: 1px solid #dedede;
  }
  
  .common-form .w100 {
    width: 100% !important;
  }
  
  
  
  }
  
  /*-- //pc --*/


@media screen and (min-width: 769px){
	.switch__outer.-office:last-child {
    margin-top: 3em;
}
.barList__summary {
    margin: 0.46154em 0 0;
    font-size: 1.2em;
}
.barList__thumb {
    width: 100%;
}
.articleBody .heading-2:after {
    top: -3.84615em;
    width: 100%;
    height: 0px;
    background: #e6edf1;
    content: "";
}
.table_Basic th, .table_Basic td {
    padding: 10px 15px;
    vertical-align: middle;
    font-size: 0.9em;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
    .policyGuide {
        border-top: 1px solid #e6edf1
    }
    .policyGuide__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: center;
        justify-content: center;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: center
    }
    .policyGuide__item {
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        font-feature-settings: normal;
        -moz-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -webkit-font-feature-settings: normal
    }
    .policyGuide__item:not(:first-child) {
        margin-right: 2.15385em
    }
    .policyGuide__item:not(:last-child) {
        margin-left: 2.15385em
    }
    .policyGuide__title {
        padding-top: 4.91667em;
        letter-spacing: 4px;
        font-size: 2.4rem
    }
    .policyGuide__title:after, .policyGuide__title:before {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .policyGuide__title:before {
        width: 1px;
        height: 3.66667em
    }
    .edge .policyGuide__title:before, .ie .policyGuide__title:before {
        -webkit-transform: none;
        transform: none
    }
    .policyGuide__title:after {
        width: 2.88889em;
        height: 2.88889em;
        border: 1px solid #e6edf1;
        font-size: 1.8rem
    }
    .edge .policyGuide__title:after, .ie .policyGuide__title:after {
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        content: ""
    }
    .edge .policyGuide__item:nth-of-type(1) .policyGuide__title:after, .ie .policyGuide__item:nth-of-type(1) .policyGuide__title:after {
        background-image: url(../img/company/num-cjk-1.jpg)
    }
    .edge .policyGuide__item:nth-of-type(2) .policyGuide__title:after, .ie .policyGuide__item:nth-of-type(2) .policyGuide__title:after {
        background-image: url(../img/company/num-cjk-2.jpg)
    }
    .edge .policyGuide__item:nth-of-type(3) .policyGuide__title:after, .ie .policyGuide__item:nth-of-type(3) .policyGuide__title:after {
        background-image: url(../img/company/num-cjk-3.jpg)
    }
    .edge .policyGuide__item:nth-of-type(4) .policyGuide__title:after, .ie .policyGuide__item:nth-of-type(4) .policyGuide__title:after {
        background-image: url(../img/company/num-cjk-4.jpg)
    }
    .edge .policyGuide__item:nth-of-type(5) .policyGuide__title:after, .ie .policyGuide__item:nth-of-type(5) .policyGuide__title:after {
        background-image: url(../img/company/num-cjk-5.jpg)
    }
    .policyGuide__desc {
        margin-top: .42857em;
        margin-right: 1em;
        padding-top: 7em;
        font-size: 1.6rem;
        line-height: 1.85
    }
}

@media screen and (max-width: 768px){
.switch__outer.-office:last-child {
    margin-top: 0;
    margin-bottom: 0;
}
.freeArea a:not([class]):not([target]) {
    background-image: none;
    background-image: none;
    background-image: none;
}
}

      @media screen and (min-width: 769px) {

		.par90 {
			width:90%;
			margin-left:auto;
			margin-right:auto;
		}
}

#message,
#outline,
#history,
#organization {
	margin-top:-20px;
	padding-top:20px;
}