@charset "utf-8";


/* =======================================================================

   基本
   
======================================================================= */

/* -----------------------------------------------------------
　色
----------------------------------------------------------- */
/*
メインカラー:#00000
サブカラー:#00000
アクセントカラー:#00000
アクセントカラー:#00000
*/


body{
  background-color: #F5F5F5;
  font-family: Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.heading01 {
  margin-bottom: 30px;
  font-size: 25px;
  color: #000054;
  font-weight: bold;
  text-align: center;
}

#newscontent{
  margin-bottom: 65px;
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  height: 168px;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 10px;
  overflow-y: scroll;
}
#newscontent dt{
  margin:0 0 5px;
  padding:7px 0 0px 10px;
  font-size:20px;
  color:#006DD9;
  font-weight:bold;
  line-height:1;
}
#newscontent dd{
  margin:0 0 15px;
  padding:0 9px;
  line-height:140%;
  font-size:17px;
  color:#333333;
}



#map_box {
  position: relative;
}
#map_box dl dd{
  height:400px;
}
#map_box dl dd iframe{
  width:100%;
  height:100%;
}
#map_box #map_caution {
    background: #ffffff none repeat scroll 0 0;
    bottom: 2%;
    font-size: 14px;
    left: 2%;
    line-height: 16px;
    margin: 0;
    max-width: 85%;
    padding: 3px;
    position: absolute;
}
.Pagetop_ich {
    margin: 0 auto;
    width: 1100px;
}
#Pagetop {
    bottom: 71px;
    left: auto;
    margin-left: 1060px;
    position: fixed;
}


/* フッター問い合わせBG */
  .gray {
    background: #E2E2E2;
    margin-top: 80px;
  }


.txt_align_right{
  text-align:right;
}
.img_border {
	border: 1px solid #e6e6e6;
	padding: 3px;
}
.txt_align_center{
  text-align:center;
}
.note{
  text-indent:-1em;
  padding-left:1em;
}


@media print, screen and (min-width: 768px){
  /* -----------------------------------------------------------
  　見出し
  ----------------------------------------------------------- */
  
  h1{
    margin-bottom: 21px;
    height: 19px;
    line-height: 19px;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    color: #333;
  }

  h4 {
    border-bottom: 3px solid #43A9DA;
    color: #43A9DA;
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
  }
  


  /* =======================================================================
  
     全体
     
  ======================================================================= */
  
  body{
    min-width:1000px;
  }
  .inner{
    width:1002px;
    margin:0 auto;
  }
  /* -----------------------------------------------------------
  　ラッパー
  ----------------------------------------------------------- */
  #wrapper {
  width: 100%;
  background: url(../images/header_bg.png) repeat-x left top;
  }
  
  /* -----------------------------------------------------------
  　ヘッダ
  ----------------------------------------------------------- */
  
  #header{
  margin-bottom: 36px;
  }

  #marl {
    float: left;
    margin: 0px 0 0px;
    padding: 0px;
    text-align:center;
  }
  #menu_btn {
    display: none;
  }
  #marl img{
    width: 549px;
  }
  #header_right {
  float: right;
  width: 300px;
  }
  #header_right img {
    width:100%;
  }
  
  
  /* :::::::::: メインナビ :::::::::: */
  #gnav {
  }
  .main_nav li{
    float: left;
  }
  
  
  
  /* :::::::::: キービジュアル :::::::::: */
  
  #key_visual{
    overflow: hidden;
    background: url(../images/keyv01_pc.png) no-repeat center top / cover; 
    width: 100%;
    height: 465px;
    margin-bottom: 65px;
  }
  .key_visual_inner{
    text-align: center;
  }

  
  /* -----------------------------------------------------------
  　コンテンツラッパー
  ----------------------------------------------------------- */



  /* -----------------------------------------------------------
  　メインコンテンツ
  ----------------------------------------------------------- */
  
  #main_contents{
    width: 100%;
  }
  #top_service {
    box-sizing: border-box;
    overflow: hidden;
    background:url(../images/service_bg.png) no-repeat center top / cover;
    height: 422px;
    padding: 65px 0;
  }
  .service_pic {
    float: right;
    margin-left: 10px;
    line-height: 1.2 !important;
  }
  .service_pic img {
    width: 309px;
  }
  #top_service p {
    line-height: 1.9;
    font-size: 17px;
  }
  #top_service p:not(:last-child) {
    margin-bottom: 1em;
  }

  #contact_top {
    padding: 65px 0 70px;
  }
  #contact_top ul {
    width: 840px;
    margin: 0 auto;
  }
  #contact_top li {
    float: left;
    margin-right: 40px;
    background-color: #FFF;
  }
  #contact_top li:last-child {
    margin-right: 0px;
  }
  #contact_top li img {
    width: 400px;
  }
  #contact_top li img:hover {
    opacity: 0.8;
  }
  .contact_top_dsc {
    margin-bottom: 30px;
    text-align: center;
  }

  a.tel, span.tel{
  font-size: 31px;
  color: #25722C;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 1px;
  }


 /* -----------------------------------------------------------
  　フッター
  ----------------------------------------------------------- */
  #footer_area {
  background-color: #000055;
  width: 100%;
  min-width: 1000px;
  }

  #footer{
  }
  #footer>div{
    width:1000px;
    margin:0 auto;
  }
  .footer_inner{
    padding: 40px 0 45px;
  }
  .footer_contact{
    margin-bottom: 40px;
  }
  .footer_contact a:hover{
    opacity: 0.8;
  }
  .footer_logo{
    margin-bottom: 30px;
    text-align: center;
  }

  .footer_waku{
    margin-top:35px;
  }
  .footer_kanja{
    float:right;
    width:150px;
    height:80px;
  }
  /* :::::::::: フッターナビ :::::::::: */
  
  /*↓フッターナビ左寄せ*/
  ul.footer_nav{
    float: right;
    margin:0 0 5px;
  }
  ul.footer_nav:last-child{
    margin:0 0 0px;
  }
  .footer_nav li{
    float: left;
    font-size:13px;
    color:#FFF;
  }
  ul.footer_nav li a{
    font-size:13px;
    color:#FFF;
  }
  /*↑フッターナビ左寄せ*/
  
  /*↓フッターナビ中央寄せ*/
  .footer_nav2{
      text-align: center;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .footer_nav2 li{
  display: inline;
  color: #FFF;
  font-size: 14px;
  }
  .footer_nav2 li a {
  color: #FFF;
  font-size: 14px;
  }
  /*↑フッターナビ中央寄せ*/
  /*↓フッターナビ中央寄せ*/
  .footer_nav3{
      text-align: right;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .footer_nav3 li{
      display: inline;
  }
  /*↑フッターナビ中央寄せ*/


  .smoothScrolls {
  }
  .smoothScrolls p {
    width:1000px;
    margin:0 auto;
    text-align:right;
    color:#333333;
  }
  #linkPagetop img{
   width: 68px;
  }
  .smoothScrolls a {
    font-size:15px;
    text-decoration:none;
  }
  .copyright{
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 11px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  }
  .copyright a {
  color: #FFF;
  font-size: 11px;
  text-decoration: none;
  }
  
  
  
  
  /*::::::::::: 下層 ::::::::::::::::::*/

/* タイトル */
  .tit_page h2 {
    background: url(../images/bg_tit.png) no-repeat center top;
    padding: 120px 0;
    text-align: center;
    font-size: 36px;
    margin-bottom: 80px;
  }

/* サービス内容・料金 */
  .arw {
    margin: 80px 0 120px 0 !important;
    position: relative;
  }
  .arw:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 4.0rem solid transparent;
    border-top: 2.0rem solid #ddd;
    margin: 20px auto auto;
  }

/* 会社概要 */
.tbl_company {
  width:100%;
  margin-bottom:5px;
}
.tbl_company tr th {
  width: 25%;
  color:#43A9DA;
  text-align: left;
   font-size:20px;
  border-bottom: 1px solid #999;
  font-weight: normal;
}
.tbl_company tr td {
  font-size:20px;
  padding: 1.5em;
  border-bottom: 1px solid #999;
}
.tbl_company tr:first-child {
  border-top: 1px solid #999;
}

/* ホルター心電図Q&A */

.qa dt {
  color: #269EBB;
  font-weight: bold;
  font-size: 1.1em;
  padding-left: 6.0em;
  position: relative;
  margin-bottom: 3.0em;
}

.qa dt::before {
  display: inline-block;
  text-align: center;
  content: 'Q.';
  color: #fff;
  font-size: 1.8em;
  background: #279EBC;
  padding: .4em;
  margin-right: 2.0em;
  position: absolute;
  left: 0;
  top: 0;
}

.qa dd {
  margin-bottom: 4.0em;
  padding-left: 7.0em;
  position: relative;
}

.qa dd::before {
  display: inline-block;
  text-align: center;
  content: 'A.';
  color: #fff;
  font-weight: bold;
  font-size: 2.2em;
  background: #888;
  padding: .4em;
  margin-right: 2.0em;
  position: absolute;
  left: 0;
  top: 0;
}


/*お問い合わせ*/
.mfp_achroma {
  background-color: #EAF7FD !important;
}

.claim_mcc li{
  display: inline-block;
}
form#mailformpro label.mfp_checked {
  background-color: none !important;
  border: none !important;
  box-shadow: none !important;
}
form#mailformpro label.mfp_not_checked {
  border: none !important;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
  padding:4px 10px 8px !important;
  background:#294DC5 !important;
  border:0 !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  color: #FFF;
  font-size:15px;
  line-height:1;
}
.mfp_element_reset {
    color: #FFF !important;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover {
  background:#294DC5 !important;
  box-shadow: none !important;
  opacity: 0.8;
}
.mailform {
}

  form#mailformpro dl dt {
    width: 300px !important;
    /*padding:  13px 0 10px !important;*/
    text-align: left !important;
    font-size: 16px !important;
  }
  form#mailformpro dl dt:nth-of-type(2), form#mailformpro dl dt:nth-of-type(5), form#mailformpro dl dt:nth-of-type(6), form#mailformpro dl dt:nth-of-type(7) {
    width: 250px !important;
    padding:  13px 0 10px 48px !important;
  }
  form#mailformpro dl dd {
    /*padding: 10px 5px 10px 230px !important;*/
    font-size: 16px !important;
  }
  .mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date {
    box-shadow: none !important;
  }
  .mfp input, .mfp select, .mfp textarea {
    border: 1px solid #ccc;
    padding: .4em;
  }
  .mfp input[type^="text"] {
    width: 30%;
  }
  .mfp input[type^="email"], .mfp input[type^="tel"] {
    width: 62%;
  }
  .mfp li input[type^="text"] {
    width: 240%;
  }
  .mfp textarea {
    width: 62% !important;
    height: 10.0em !important;
  }
  .address_mcc li{
    display: inline-block;
  }
  .claim_mcc li{
    display: inline-block;
    margin-right: 25px !important;
  }
  .mfp_buttons button[type^="submit"] {
    background: #294DC5;
    color: #fff;
    font-size: 20px;
    border: none;
    padding: .4em 2.0em !important;
    cursor: pointer;
    margin-bottom: 80px;
  }


  /*::::::::::: 共通 ::::::::::::::::::*/
  .pg2{
    margin-bottom:40px;
  }
  .box3:not(:last-child){
    margin-bottom:60px;
  }
  .box4{
    margin-top: 35px;
  }
  .box4:not(:last-child){
    margin-bottom:35px;
  }
  .box5{
  margin-top: 25px;
  }
  .box5:not(:last-child){
    margin-bottom:25px;
  }
  .box6:not(:last-child){
    margin-bottom:20px;
  }
  .subbox5{
  
  }
  .subbox3 {
    padding:0;
  }
  .subbox4 {
    padding:0;
  }
  .pg3{
    margin-bottom:30px;
  }
  .pg4 {
    margin-bottom:25px;
  }
  .box3 p:not(:last-child), .pg2 p:not(:last-child){
    margin-bottom:1em;
  }
  .mbh3{
    margin-bottom:30px;
  }
  .mbh4{
    margin-bottom:25px;
  }
  .ulmb{
    margin-bottom:20px;
  }  
  .limb li{
    margin-bottom:0.25em;
  }  
  .box3 p.mb0{
    margin-bottom:0px;
  }
  .box3 p.cutimg {
    float: right;
    margin-bottom: 0;
    margin-left: 20px;
  }
  .img_border {
    border: 1px solid #e6e6e6;
    padding: 3px;
  }
  a.tocall{
    pointer-events:none;
	  text-decoration:none;
  }

  .liststyle1 li{
  background: url(../images/list_bg_sp.png) no-repeat 3px 2px;
  background-size: 13px auto;
  padding: 0px 0 5px 25px;
  }
  .liststyle2 li{
    background:url(../images/list_bg_sp.png) no-repeat 3px 2px;
    background-size:13px auto;
    padding:0px 0 5px 25px;
  }
  .liststyle3 li{
    list-style-type:decimal;
    padding:0px 0 0 0px;
    margin: 0 0 0px 25px;
  }
  .liststyle4 li {
    list-style-type:disc;
    margin:0 0 0 20px;
  }

  .display_pc{
    display:block;
  }
  .display_sp{
    display:none;
  }
  .display_pc_i{
    display:inline;
  }
  .display_sp_i{
    display:none;
  }

  
  .flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex2 p {
    width: 48%;
  }
  .h25 {
    width: auto;
    height: 250px;;
  }
  .w80 {
    max-width: 385px;
    height: auto;
  }

}



@media screen and (max-width: 768px){
  img.fluid-image {
    height: auto;
    max-width: 100%;
  }
  #wrapper{
  }
  #header{
    margin:0 0 12%;
    padding: 0 0 49%;
  }
  .inner, .footer_inner{
    max-width:680px;
    margin:0 auto;
    padding:0 2.5%;
  }
  h1{
    margin-bottom:3%;
    padding-top: 3px;
    color:#666666;
    font-weight:normal;
    font-size:10px;
  }
  .heading01 {
    margin-bottom: 5%;
    font-size: 18px;
  }
  #index h3, .box3 h3{
  }


  #h_outer {
    background: url(../images/keyv01_sp.png) no-repeat center bottom / cover;
    max-width: 640px;
    margin: 0 auto 7%;
  }
  #key_visual{
    position: relative;
  }
  .key_visual_inner {
    display: none;
  }

  #marl {
    margin-bottom:6%;
    text-align:center;
  }
  #menu_btn {
    float: right;
    width: 14%;
  }
  #header_right {
    clear: both;
  }
  
  /* メインナビ */  
	#gnav {
		position: absolute;
    left: 0px;
    width: 100%;
    z-index: 10;
	}
	#gnav .inner {
    padding: 0 0;
  }
  .main_nav li a {
    background-color: rgba(0,109,217,0.8);
    border-bottom: 2px solid #FFF;
    color: #FFF;
    display: block;
    font-size: 3.75vw;
    padding: 3% 0 3% 3%;
    text-decoration: none;
	}

  .reservation {
    display: none;
  }
  .telephone {
    float: left;
    text-align: center;
    max-width: 80%;
  }

  
  
  /* メインコンテンツ */
  #main_contents{
  }  
  
  #newscontent {
    margin-bottom: 12%;
  }
	#newscontent dt{
		line-height: 130%;
		font-size:14px;
	}
	#newscontent dd{
		margin:0 0 4%;
		padding:0 9px;
		font-size:14px;
	}  
  
  #top_service {
    margin-bottom: 12%;
  }
  .service_pic {
    text-align: center;
    margin: 0 auto 5%;
  }
  .service_pic img {
    width: 80%;
    max-width: 300px;
    margin: 0 auto 5px;
  }
  #top_service p:not(:last-child) {
    margin-bottom: 1em;
  }
  
  #contact_top {
    padding: 20px 0 60px;

  }
  #contact_top li  {
    width: 85%;
    max-width: 300px;
    margin: 0 auto 4%;
    text-align: center;
  }
  #contact_top li:last-child  {
    margin-bottom:0%;
  }
  .contact_top_dsc {
    margin-bottom: 5%;
  }

  #clinic_info h3 {
    margin-bottom: 6%;
  } 
  .info_left {
    float: none;
    margin-bottom: 6%;
  }
  .info_right {
    float: none;
    margin-bottom:5%;
  }
  #clinic_info dl dt {
    font-size:15px;
  }
  #clinic_info dl dd {
    font-size:14px;
  }
  #clinic_info dl dd:not(:last-child) {
    margin-bottom: 6%;
  }
  .info_clinic_name{
    margin-bottom:4%;
    font-size:16px;
    font-weight:bold;
  }
  a.tel, span.tel {
  color: #25722C;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  }
  .tbl_company tr th{
		color: #43A9DA;
    font-size: 20px;
  }
  .tbl_company tr td{
    font-size: 20px;
  }
	.holiday {
    font-size: 13px;
	}
  .info_left {
  float: none;
  margin-bottom: 7%;
  }
  .info_right {
    float: none;
    margin-bottom:4%;
  }
  .info_left dd {
    font-size:14px;
  }
  .info_left dd:not(:last-child) {
    margin-bottom: 4%;
  }
  .info_right dd:not(:last-child) {
    margin-bottom: 4%;
  }
  .info_clinic_name{
    margin-bottom:4%;
    font-size:16px;
    font-weight:bold;
  }
  #map_box {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 2.5%;
  }
  #map_box dl dd{
    height:340px;
  }


  /* -----------------------------------------------------------
  　フッタ
  ----------------------------------------------------------- */
  #footer_area {
    width: 100%;
  }
  .smoothScrolls {
    width:100%;
    max-width:680px;
    margin:0 auto 3%;
  }
  .smoothScrolls p {
    margin:0 2% 0 0;
    text-align:right;
  }
  .smoothScrolls img {
    width: 60px;
  }
  #Pagetop {
    bottom: 42px;
    right:10px;
    margin-left:0;
  }
  #Pagetop img {
      width: 45px;
  }
  .footer_logo{
    padding: 25px 0;
    text-align:center;
  }
  ul.footer_nav li {
    padding:3px;
  }
  ul.footer_nav li a {
    font-size: 15px;
  }
  .fl_line{
    display:none;
  }
  .footer_inner{
    display:none;
  }
  .copyright{
  background: #000055;
  padding: 4% 0 3%;
  line-height: 120%;
  text-align: center;
  font-size: 12px;
  color: #FFF;
  }
  .copyright a{
  font-size: 11px;
  color: #FFF;
  }


 /*::::::::::::: 下層 ::::::::::::::::::::*/
  a.tocall{
    pointer-events:auto;
  }

/* タイトル */
  .tit_page h2 {
    background: url(../images/bg_tit_sp.png) no-repeat center top;
    padding: 150px 0 80px;
    text-align: center;
    font-size: 20px;
    margin: -80% 0 0;
  }
  
  h4 {
    border-bottom: 3px solid #43A9DA;
    color: #43A9DA;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
  }
  

/* サービス内容・料金 */
  .arw {
    margin: 40px 0 80px 0 !important;
    position: relative;
  }
  .arw:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 4.0rem solid transparent;
    border-top: 1.4rem solid #ddd;
    margin: 16px auto auto;
  }

/* 会社概要 */
.tbl_company {
  width:100%;
  margin-bottom:5px;
}
.tbl_company tr th {
  display: block;
  color:#43A9DA;
  text-align: left;
  font-size:18px;
  font-weight: normal;
  padding: .6em 0;
}
.tbl_company tr td {
  display: block;
  font-size:16px;
  border-bottom: 1px solid #999;
  padding: 0 0 .6em;
}
.tbl_company tr:first-child {
  border-top: 1px solid #999;
}

/* ホルター心電図Q&A */

.qa dt {
  color: #269EBB;
  font-weight: bold;
  font-size: 1.0em;
  padding-left: 4.0em;
  position: relative;
  margin-bottom: 3.0em;
}

.qa dt::before {
  display: inline-block;
  text-align: center;
  content: 'Q.';
  color: #fff;
  font-size: 1.6em;
  background: #279EBC;
  padding: .4em .3em;
  margin-right: 2.0em;
  position: absolute;
  left: 0;
  top: 0;
}

.qa dd {
  margin-bottom: 4.0em;
  padding-left: 5.0em;
  position: relative;
}

.qa dd::before {
  display: inline-block;
  text-align: center;
  content: 'A.';
  color: #fff;
  font-weight: bold;
  font-size: 2.0em;
  background: #888;
  padding: .4em .3em;
  margin-right: 2.0em;
  position: absolute;
  left: 0;
  top: 0;
}


/*お問い合わせ*/
.mfp_achroma {
  background-color: #EAF7FD !important;
}

.claim_mcc li{
  display: inline-block;
}
form#mailformpro label.mfp_checked {
  background-color: none !important;
  border: none !important;
  box-shadow: none !important;
}
form#mailformpro label.mfp_not_checked {
  border: none !important;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
  padding:4px 10px 8px !important;
  background:#294DC5 !important;
  border:0 !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  color: #FFF;
  font-size:15px;
  line-height:1;
}
.mfp_element_reset {
    color: #FFF !important;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover {
  background:#294DC5 !important;
  box-shadow: none !important;
  opacity: 0.8;
}
.mailform img {
  display: inline;
}

  form#mailformpro dl dt {
    width: 92vw !important;
    /*padding:  13px 0 10px !important;*/
    text-align: left !important;
    font-size: 16px !important;
  }
  form#mailformpro dl dt:nth-of-type(2), form#mailformpro dl dt:nth-of-type(5), form#mailformpro dl dt:nth-of-type(6), form#mailformpro dl dt:nth-of-type(7) {
    width: 92vw !important;
    /*padding:  13px 0 10px 48px !important;*/
  }
  form#mailformpro dl dd {
    padding: 5px !important;
    font-size: 16px !important;
  }
  .mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date {
    box-shadow: none !important;
  }
  .mfp input, .mfp select, .mfp textarea {
    border: 1px solid #ccc;
    padding: .4em;
  }
  .mfp input[type^="text"] {
    width: 38vw;
  }
  .mfp input[type^="email"], .mfp input[type^="tel"] {
    width: 85vw;
  }
  .mfp li input[type^="text"] {
    width: 85vw;
  }
  .mfp textarea {
    width: 85vw !important;
    height: 10.0em !important;
  }
  .address_mcc li{
    display: inline-block;
  }
  .claim_mcc li{
    display: inline-block;
    margin-right: 25px !important;
  }
  .mfp_buttons button[type^="submit"] {
    background: #294DC5;
    color: #fff;
    font-size: 20px;
    border: none;
    padding: .4em 2.0em;
    cursor: pointer;
    margin-bottom: 80px;
  }


  /*::::::::::::: 共通 ::::::::::::::::::::*/
  .liststyle1 li{
  background: url(../images/list_bg_sp.png) no-repeat 3px 2px;
  background-size: 13px auto;
  padding: 0px 0 5px 25px;
  }
  .liststyle2 li{
    background:url(../images/list_bg_sp.png) no-repeat 3px 2px;
    background-size:13px auto;
    padding:0px 0 5px 25px;
  }
  .liststyle3 li{
    list-style-type:decimal;
    padding:0px 0 0 0px;
    margin: 0 0 0px 25px;
  }
  .liststyle4 li {
    list-style-type:disc;
    margin:0 0 0 20px;
  }
  .ulmb{
    margin-bottom:4%;
  }
  .limb li{
    margin-bottom:0.5%;
  }
  .box3 p.cutimg {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  .pg2 {
    margin-bottom: 6%;
  }
  .box3:not(:last-child) {
    margin-bottom: 10%;
  }
  .box4 {
    margin-top: 10%;
  }
  .box4:not(:last-child) {
      margin-bottom: 6%;
  }
  .box5 {
    margin-top: 10%;
  }
  .box5:not(:last-child) {
      margin-bottom: 5%;
  }
  .box6:not(:last-child) {
      margin-bottom: 4%;
  }
  .subbox5 {
  }
  .subbox3 {
      padding: 0;
  }
  .subbox4 {
      padding: 0;
  }
  .pg3 {
      margin-bottom: 6%;
  }
  .pg4 {
      margin-bottom: 4%;
  }
  .box3 p:not(:last-child), .pg2 p:not(:last-child) {
      margin-bottom: 1em;
  }
  .mbh3 {
      margin-bottom: 6%;
  }
  .mbh4 {
      margin-bottom: 5%;
  }
  .box3 p.mb0 {
    margin-bottom: 0;
  }
  p,li,dt,dd {
    font-size:14px;
    line-height:140%;
    color:#333333;
  }
  .display_pc{
    display:none;
  }
  .display_sp{
    display:block;
  }
  .display_pc_i{
    display:none;
  }
  .display_sp_i{
    display:inline;
  }
     /* :::::::::: フリック :::::::::: */
  .viewport {
   width:290px;
   overflow:hidden;
   margin:0 auto;
  }
  .flipsnap {
   width:1010%;
   /*width:5800px;*/
  }
  .item {
   float:left;
   width:290px;
   cursor:pointer;
   overflow:hidden;
  }
  .item p {
   padding:3px 0 8px 0;
   font-weight:bold;
   color:#333;
   text-align:center;
  }
  p.comment {
   text-align:center;
  }
  img {
    display: block;
    max-width: 80%;
    height: auto;
    margin: auto;
  }
  
  .w50 {
    max-width: 70%;
    height: auto;
  }
  .w80 {
    max-width: 100%;
    height: auto;
  }

}
