
* {
  box-sizing: border-box;
}

html {
  font-family: "noto sans jp";
  letter-spacing: .1em;
}

body {
  color: var(--text-color);
  line-height: 1.6;
  font-feature-settings: "palt";

}

.inner {
  max-width: 1240px;
  margin: 0 auto;
}

.w-inner{
  background-color: #fff;
  margin: 0 5%;
  padding: 100px 0;
  z-index: 0;
  position: relative;
}

section {
  padding: 30px 0;
  z-index: 0;
position: relative;
}

.center {
  text-align: center;
  margin: 0 auto;
}

figure {
  width: fit-content;
  margin: auto;
}

figure img {
  display: block;
  width: 100%;
  height: auto;
}

.br02 {
  display: none;
}

/* パーツ */

.btn {
  font-size: 2rem;
  display: inline-block;
  color: #5b4d3f;
  border: 3px solid #5b4d3f;
  font-weight: bolder;
  padding:  15px 70px;
  box-shadow: var(--box-shadow);
  position: relative;

}

.btn:after {
  content: "";
  display: inline-block;
  background-color: #edecec;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4px;
  right: -4px;
  z-index: -1;
  transition: .3s;
}

.btn:hover:after {
  background-color: #F1C727;
}
.border {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #cecece;
  height: 1px;
}

#logo {
  width: 420px;
}
/* 見出し、テキスト */
section p {
  font-size: 1.1rem;
  line-height: 1.8;
}

/*section li {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: .1em;
}
*/
h2 {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 60px;
}

.head {
  text-align: center;
}

 .head--desc h2 {
   margin-bottom: 20px;
 }

.head h2 {
  border-bottom: 2px solid var(--blue-color);
  display: inline-block;
}

h3 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 2rem;
}

.pc-margin {
  /*margin-bottom: 3.5rem;*/
}

.desc {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.8;
}

.desc02 {
    font-size: 1.8rem;
    text-align: center;
	font-weight: bold;
	padding-bottom: 2rem;
}

.support_img .text01 {
	margin-bottom: 2rem;
}

.support_img02 .text01 {
	margin-bottom: 2rem;
}

/* スペース */
.mb03 {
  margin-bottom: 30px;
}
.mb05 {
  margin-bottom: 50px;
}

.m-none {
  margin: 0 !important;
}
/* flex */

.flex {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  flex-wrap: wrap;
}

.flex02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

/*.flex div {
  width: calc(50% - 40px);
}*/

.section-support .support_img {
  width: calc((100% / 3) - 30px);
  display: flex;
  flex-direction: column;
}

.flex .support_img02 {
    width: calc(50% - 40px);
}

.flex02 .support_img03 {
  /*width: calc((100% / 3) - 30px);
  display: flex;
  flex-direction: column;*/
  padding: 1rem;

  
}

.section-example .example_img {
  display: flex;
}

.flex .intro_img {
    width: calc(50% - 40px);
}

.flex .range_img {
    width: calc(50% - 40px);
}

.flex .example_img {
    width: calc(50% - 40px);
	background: #daedf9;
	position: relative;
	margin-bottom: 4rem;
}

.flex .example_img img {
    /*max-width: 100%;
	width: auto;*/
	height: auto;
	width: calc(40% - 5px);
}

.flex div img{
  width: 100%;
}

.flex--rev {
  flex-direction: row-reverse;
}

.flex-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hover:hover {
  opacity: 0.6;
  transition: 0.5s;
}

/* color */

.c-r {
  color: var(--main-color);
}

.c-o {
  color: var(--orange-color);
}

.c-b {
  color: var(--blue-color);
}


/* 2022.0526追加 */
.ttl-side {
    margin: 80px 0 0 0;
    text-align: center;
    position: relative;
}

.ttl-side-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
	margin-bottom: 30px;
}

/*.ttl-side-title:before {
    left: -75px;
    transform: rotate(73deg);
}

.ttl-side-title:after {
    right: -75px;
    transform: rotate(-73deg);
}
*/
/*.ttl-side-title:before, .ttl-side-title:after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 30px;
    margin: auto;
    width: 75px;
    height: 3px;
    background: #F28222;
}*/

@media screen and (max-width: 769px){
.ttl-side {
    margin: 50px 0 10px 0;
    padding: 0 15px;
}
	
.ttl-side-title {
    font-size: 2.0rem;
    line-height: 1.3;
}
	
.ttl-side-title:before {
    left: -50px;
}
	
.ttl-side-title:after {
    right: -50px;
}
}

.text-orange {
    color: #F28222 !important;
}

.text-dot {
    -webkit-text-emphasis: filled;
    text-emphasis: filled;
}

.text-size-s {
  font-size: 13px !important;
}

.range_img .left {
  background: #e4e4e4;
  padding: 20px 20px 40px 20px;
  text-align: center;
  margin-top: 2rem;
}

.support_img .left {
  margin-top: auto;
}

.support_img .left {
  margin-top: auto;
}

.company-text {
   padding: 5px 0 5px 5px;
}

.section-example .example_img::after {
  position: absolute;
  content: '';
  background: url("../images/link_btn.png") no-repeat right bottom;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: inline-block;
}

@media screen and (max-width: 769px) {
  .text-size-s {
    font-size: 10px !important;
  }
}

/* ラベルな小見出し */
.ttl-label {
  background-color: #9F2124;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Oswald", sans-serif;
}

@media screen and (max-width: 1378px) {
  /* common */

.inner {
    padding: 0 5%;
}
}

@media screen and (max-width: 1240px) {
  /* common */

.inner {
    padding: 0 5%;
}
	
.section-support .btn {
    width: 40%!important;
}
}

@media screen and (max-width: 998px) {
.section-example .example_img {
  width: 100%;
}
}

@media screen and (max-width: 769px) {
.section-example .example_img {
    display: block;
}

.flex .example_img img {
    width: 100%;
}
	
.flex .company-text {
    width: 100%;
}
	
.section-support .btn {
    width: auto !important;
}

.flex {
	display: block;
}
	
.flex02 {
	display: block;
}

.section-support .support_img {
    width: 100%;
	margin-top: 5rem;
}
	
.section-range .range_img {
    width: 100%;
	margin-top: 5rem;
}
	
.flex .support_img02 {
    width: 100%;
	margin-top: 5rem;
}
	
.flex02 .support_img03 {
    width: 100%;
	margin-top: 5rem;
}

.ttl-label {
    font-size: 15px;
    margin-bottom: 10px;
}
	
.flex .intro_img {
    margin-bottom: 5rem;
}
	
.section-support .flex {
    justify-content: center;
}
	
.section-support .ttl-side-title {
	margin-bottom: 0;
}
	
.section-range .ttl-side-title {
	margin-bottom: 0;
}
}

.app-ibt03 {
    display: flex;
    margin: auto 0;
    justify-content: center;
}

.app-ibt03 p {
    padding: 0 8%;
    text-align: center;
}

.app-ibt03 .pd01 {
    padding: 20px 0 0 20px;
}

.pc02 {
    display: block !important;
    max-width: 100%;
    height: auto;
}

.sp02 {
    display: none !important;
}

.logo_list {
    padding: 0 20%;
}

.col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 769px){
.app-ibt03 {
    display: block;
}
	
.pc02 {
    display: none !important;
}
	
.sp02 {
    display: block !important;
    max-width: 100%;
    height: auto;
    margin: auto;
}
}

.measures_area {
    border: 2px solid #1e7ebe;
    border-radius: 5px;
    padding: 0;
}

.measures_area a {
    text-decoration: underline;
	color: #1e7ebe;
}

.measures_area a:hover {
    opacity: 0.8;
}



@media (min-width: 768px){
.col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
	
.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}

.measures_h1_01 {
    font-weight: bold;
    font-size: 1.95rem;
    padding: 0.25em 0.8em;
    background: #1e7ebe;
    color: #ffffff;
    text-align: center;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 0;
}

@media (max-width: 767px){
.row03 {
    flex-wrap: nowrap !important;
	margin-right: 0;
}
	
.app-ibt03 .pd01 {
    padding: 20px 10px 20px 10px;
}
}

.measures_area .col-md-3 {
    padding: 0 !important;
}

@media (max-width: 767px){
.measures_area .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
}

.measures_area .col-md-3 a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.measures_area ul li {
    list-style: none;
    margin: auto 0;
}

.measures_area .app-linuc-levels img {
    max-width: 100%;
	vertical-align: middle;
    border-style: none;
}

@media (min-width: 768px){
.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
}

.c-list-icon-item {
    margin-bottom: 60px;
}

.c-list-icon-item img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 769px){
.c-list-icon-item-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
	
.c-list-icon-thumb {
    flex: 0 0 20%;
    max-width: 15%;
}
	
.c-list-icon-text {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 15px 25px;
}
	
.c-list-icon-btn {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
}

@media screen and (max-width: 769px){	
.c-list-icon-item {
    padding: 0 15px;
}

.c-list-icon-thumb {
    width: 120px;
    margin: auto;
}
	
.c-list-icon-text {
    margin-bottom: 15px;
}
	
.c-list-icon-text p:first-child {
    text-align: center;
}
	
.c-list-icon-btn {
    text-align: center;
}

.btn02.s {
    width: auto;
    height: auto;
    padding: 8px 10px;
    display: inline-block;
    margin: auto;
}
}


.text-size-m {
    font-size: 22px !important;
}

.text-bold {
    font-weight: bold !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.btn02 {
  width: 100%;
  height: 90px;
  padding: 5px 3px;
  margin: auto;
  background: #F28222;
  text-decoration: none;
  border: none;
  border-radius: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (max-width: 769px) {
  .btn02 {
    max-width: 100%;
    height: 45px;
    margin: auto;
	text-align: center;
  }
}
.btn02::before {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -7px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 769px) {
  .btn02::before {
    width: 12px;
    height: 12px;
  }
}
.btn02:hover {
  opacity: 0.8;
 text-decoration: none;
}
.btn02 span {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  position: relative;
}
@media screen and (max-width: 769px) {
  .btn02 span {
    font-size: 16px;
  }
}
.btn02.red {
  background: #d39715;
}
.btn02.s {
  height: 50px;
  padding: 5px 3px;
}
@media screen and (max-width: 769px) {
  .btn02.s {
    width: auto;
    height: auto;
    padding: 15px 40px;
    display: block;
    margin: auto;
  }
}
.btn02.s::before {
  width: 12px;
  height: 12px;
  margin-top: -6px;
}
.btn02.s span {
  font-size: 16px;
  position: relative;
}

.u-d-none {
    display: none !important;
}
@media screen and (max-width: 769px) {
  .btn02.s span {
    font-size: 14px;
  }
	
.u-d-md-inline-block {
    display: inline-block !important;
}
	
.u-d-md-none {
    display: none !important;
}
}
.btn02.blank::before {
  background-image: url(../img/icon-blank-white.png);
  border: none;
  transform: none;
}

.detail-info .voice {
	margin-bottom: 3rem;
}

.detail-info .left {
	padding-right: 3rem;
}

@media (max-width: 769px){
.detail-info .left {
	padding-right: 0;
}
}

.button-bt {
	padding-bottom: 5rem;
}

.margin_bottom {
	margin-bottom: 6rem;
}

@media (max-width: 769px){
.margin_bottom {
	margin-bottom: 0;
}
}

.link_guide {
	padding-top: 0.8rem;
	font-size: 1.5rem;
	line-height: 1.5;

}

.link_guide_min {
	text-align: right;
	padding-top: 0.8rem;
	font-size: 1.2rem;
	line-height: 1.5;
}



