@charset "utf-8";


/*システム
---------------------------------------------------------------------------*/
.uline {
  display: inline-block;
  border-bottom: 2px solid #0073e6;
  padding-bottom: 5px;
}

/* コンテナの設定 */
.container {
  width: 80%;
  margin: 0 auto;
  padding: 2rem 0;
}

/* 各サービスのスタイル */
.service {
  padding: 4rem;
  border-bottom: 1px solid #ccc;
}
.service:last-of-type {
  border-bottom: none;
}

/* 画像とテキストを横並びにするためのスタイル */
.service-content {
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.service img {
  width: 40%; /* 画像の幅 */
  border-radius: 12px;
  margin-right: 20px;
}

.service-text {
  flex: 1;
  text-align: left; /* テキストを左揃えに */

}

h3 {
  font-size: 1.8em;
  margin-bottom: 10px;
  color: #203f5e;
  border-bottom: none!important;
  margin-bottom: 0!important;
  letter-spacing: 2px;
}
.system-copy {
  font-size: 1.2em;
  font-weight: bold;
  color: #203f5e;
  letter-spacing: 2px;
}

/* スムーズなスクロール */
html {
  scroll-behavior: smooth;
}

.button a {
  background: #000000;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 70%;
  padding: 10px 25px;
  font-family: "Noto Sans Japanese";
  color: #333;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em;
  font-size: 1.1em;
}
.button a:hover {
  border-radius: 30px;
}
.button a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button a:hover:after {
  border-color: #FFF;
}

.app {
  display: flex;
  margin: 40px auto;
  width: fit-content;
}
.app img {
  margin-right: 0!important;
}
.app-button a {
  background: #fff;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 10px 45px 10px 25px;
  font-family: "Noto Sans Japanese";
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  color: #000000;
  letter-spacing: .1em;
  font-size: 1.1em;
  border-radius: 30px;
  border: 2px solid #000000;
  width: 50%;
}
.app-button a:hover {
  background: #000000;
  color: #fff;
}
.app-button a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.app-button a:hover:after {
  border-color: #FFF;
}
.ios {
  margin-right: 20px;
  margin-bottom: 0;
}

/*---------------------------------------------------------------------------
【SP】画面サイズが767px以下
---------------------------------------------------------------------------*/
@media screen and (max-width:767px) { 

  
/* 各サービスのスタイル */
.service {
  padding: 4rem 0;
}

/* 画像とテキストを横並びにするためのスタイル */
.service-content {
  flex-wrap: wrap;
}
.service img {
  width: 100%; /* 画像の幅 */
}

.app {
  display: block;
}
.ios {
  margin-right: 0;
  margin-bottom: 20px;
}
.app-button a {
  width: 100%;
}

/*メイン画像
---------------------------------------------------------------------------*/
#mainimg {
  height: 50vw;
}

/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/
}





/*---------------------------------------------------------------------------
【Tab】画面サイズ768px以上1024px以下
---------------------------------------------------------------------------*/
@media screen and (min-width:768px) and ( max-width:1024px) {

/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/


.app {
  display: block;
}
.ios {
  margin-right: 0;
  margin-bottom: 20px;
}
.app-button a {
  width: 100%;
}
}





/*---------------------------------------------------------------------------
【PC】画面サイズ1025px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:1025px) {

/*menubarブロック設定
---------------------------------------------------------------------------*/

/*メニュー１個あたりの設定*/
.p #menubar a {
	color: #616161;
}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/
}
