@charset "utf-8";
/* CSS Document */

/* our_pharmacy_services 当薬局の行っているサービスについて */

.our_pharmacy_services {
    margin: 20px 100px 20px 100px ;
}

.cautionary_note {
    color: red;
    margin: 10px;
}

.our_pharmacy_services h1 {
    margin: 20px;
    letter-spacing:2px;
    font-weight: bold;
    color: #E06728;
    font-size: 30px;
}

.our_pharmacy_services h2 {
    margin: 20px;
    text-align: center;
    background-color: #E06728;
    display: inline-block;
    border-radius: 6px;
    padding: 5px;
    font-weight: bold;
    color: #FFF5E3;
    letter-spacing:2px;
}

.our_pharmacy_services p {
    letter-spacing:2px;
}

.our_pharmacy_services ul {
    padding: 0px 20px 20px 20px;
}

.our_pharmacy_services li {
    letter-spacing:2px;
}

.service {
    margin: 30px 60px 30px 60px;
}

.service02 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #FFF5E3, #FFF5E3 3px,#fde7bf 3px, #fde7bf 7px);
    background: repeating-linear-gradient(-45deg, #FFF5E3, #FFF5E3 3px,#fde7bf 3px, #fde7bf 7px);
}

.service_card {
    padding: 30px;
    background-color: #FFF5E3;
    margin: 80px 10px 80px 10px;
}

.cta{
  margin-top:auto;       /* 空き高さを吸収して最下部へ */
}



.list_top01 {
    font-size: 20px;
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 10px;         /* デフォルト指定上書き */
    letter-spacing:2px;
    font-weight: bold;
}

.list_top01:before {
    content:  "";                 /* 空の要素作成 */
    width: 20px;                            /* 幅指定 */
    height: 20px;                           /* 高さ指定 */
    display:  inline-block;                 /* インラインブロックにする */
    position:  relative;                    /* アイコンの位置を調整 */
    top: 2px;                             /* アイコンの位置を調整 */
    margin-right: 5px;                      /* 余白指定 */
    background-image:  url(https://genkiorange.com/images/list_top01.png);  /* アイコン指定 */
    background-size:  contain;              /* アイコンの大きさ指定 */
    background-repeat:  no-repeat;          /* アイコンをリピートしないようにする */
    vertical-align: top;                    /* アイコンの位置を調整 */
}

.list_top02 {
    font-size: 20px;
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 10px;         /* デフォルト指定上書き */
    font-weight: bold;
}

.list_top02:before {
    content:  "";                 /* 空の要素作成 */
    width: 20px;                            /* 幅指定 */
    height: 20px;                           /* 高さ指定 */
    display:  inline-block;                 /* インラインブロックにする */
    position:  relative;                    /* アイコンの位置を調整 */
    top: 2px;                             /* アイコンの位置を調整 */
    margin-right: 5px;                      /* 余白指定 */
    background-image:  url(https://genkiorange.com/images/list_top02.png);  /* アイコン指定 */
    background-size:  contain;              /* アイコンの大きさ指定 */
    background-repeat:  no-repeat;          /* アイコンをリピートしないようにする */
    vertical-align: top;                    /* アイコンの位置を調整 */
}

.btn_service a{
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #E06728;
  border: solid 2px #E06728;
  border-radius: 3px;
  transition: .4s;
  margin: 40px 20px 40px 20px
  ;
  text-align: center;
}

.btn-flat-border:hover {
  background: #E06728;
  color: white;
}

@media screen and (max-width: 765px){
	body {
		// 初期化
		min-width: initial;
	}

    .our_pharmacy_services {
    margin: 20px 10px 20px 10px !important;
}

.grid-wrapper{
  grid-template-columns: repeat(1, 340px) !important;
  grid-template-rows: repeat(9, 500px) !important;
    gap: 20px/*列*/ 10px/*行*/ !important;
    margin: 10px !important;
}

.service02 {
    padding: 5px;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #FFF5E3, #FFF5E3 3px,#fde7bf 3px, #fde7bf 7px);
    background: repeating-linear-gradient(-45deg, #FFF5E3, #FFF5E3 3px,#fde7bf 3px, #fde7bf 7px);
}
}

@media screen and (max-width: 1000px) {
    .service {
    margin: 30px 10px 30px 10px;
}

.our_pharmacy_services {
    margin: 20px 20px 20px 20px ;
}

}

@media screen and (max-width: 1400px) {
    .service {
    margin: 30px 10px 30px 10px;
}

.service_card {
    padding: 20px;
}

.service{
    max-width: 100%;
    height: auto;
}

}


/* 印刷プレビュー */

@media print {
/*printで適用する内容*/

}