@charset "utf-8";

/*
 Theme Name:   wsc8
 Description:  平本医院
 Author:
 Author URI:
 Template:     wsc8
*/

/*-----------------------------------------------------------------------

　端末用のスタイルまとめて下に書いてます。

-----------------------------------------------------------------------*/

/*------------------------------------
    ----------------------------------
  		Structure
  	----------------------------------

  	01.共通スタイル（全体・ヘッダー・ナビゲーション・フッター）
    02.[START] トップページ
    03.ブログページ共通
    04.single(記事ページ)
    05.error(404.php)
    06.[START] 下層ページ　固定ページ
        06-01.
    Media Query
    07.レスポンシブ　(max-width: 768px)
        07-01.レスポンシブ ヘッダー、フッター、ナビ　ページ
        07-02.レスポンシブ TOPページ

------------------------------------*/

/************************************************************************

	01.共通スタイル（全体・ヘッダー・ナビゲーション・フッター）

************************************************************************/
/*パンくずリスト*/

.breadcrumbs{
  display: none!important;
}

.single .container {
  max-width: 980px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
  font-size: 15px;
  color: #333;
}

* {
  line-height: 1.4em;
}

em {
  font-style: normal;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul,li {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}
a{
  color: #0788da;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho" , "ＭＳ Ｐ明朝", "ＭＳ 明朝","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif!important;
  transform: rotate(.03deg);
  font-weight: 700;
}

.txt-blue {
  color: #026eb8;
}

.txt-cyan {
  color: #29A99C;
}

.txt-red {
  color: #ff0000;
}
.txt-black{
  color: #333;
}


.section {
  padding: 30px;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}
.font-m {
  font-size: 1.3em;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.float-box >*{
}
.flex-box{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.circle {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: solid 1px #68d0ff;
  background-color: #68d0ff;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
}

.icon:before {
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}

.section{
  padding: 0;
}
.drawer-btn{
  color: #333;
}


/*ナビゲーション*/
#gnav {
  background-color: #ffffff;
  padding: 13px 0;
}
.gnav-container li {
  font-size: 100%;
  width: 20%;
  border-right: 1px solid #9ec3dd;
  text-align: center;
}
.gnav-container li:first-child{
  border-left: 1px solid #9ec3dd;
}
.gnav-container li a {
  font-size: 1.1em;
  padding: 3px;
  background-color: #ffffff;
  color: #0788da;
}
.gnav-container li a:hover, .gnav-container li.current-menu-item a{
  color: #0788da;
  background-color: #ffffff;
  opacity: .8;
}

/*ヘッダー*/
.header{
  padding: 20px 0 0;
}

.header_left{
  float:left;
}

.site-title{
  display: inline-block;
  margin:0;
  padding:0;
}
.site-title a{
  font-size: 14px;
}

.site-title img{
  max-width: 300px;
}
.site-title .clinic-name{
}
.site-title .name{
  font-size: 2.4em;
}
.site-title .name-eng {
  font-size: 1.1em;
  color: #333;
}

#h_tel{
  float: right;
}
#h_tel .contact{
  color: #063462;
  font-weight: 700;
}
#h_tel .tel{
  color: #E21B00;
  font-size: 2.3em;
}
#h_tel .tel:before{
  content: url(img/0209hiramotoiin-index_03.jpg);
  vertical-align: middle;
  margin-right: 5px;
}

/*フッター*/
.footerTop{
  margin: 50px 0;
}

.footerTop .footer-links{
  margin-bottom: 50px;
}

.footerTop .footer-links .flex-box{
  justify-content: center;
}

.footerTop .footer-links .item{
  position: relative;
  margin: 20px auto;
}

.footerTop .footer-links .item:before{
  position: absolute;
  font-size: 1.2em;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translateY(-50%)translateX(-50%);
  z-index: 1;
}
.footerTop .footer-links .item01:before{
  content: '診療内容';
}
.footerTop .footer-links .item02:before{
  content: '院長紹介';
}
.footerTop .footer-links .item03:before{
  content: 'アクセス';
}

.footerTop .content.info .consultation{
  width: 100%;
  max-width: 520px;
  margin-right: 60px;
}

.footerTop .content.info .table-container >p{
  text-align: left;
  margin: 10px 0;
}

.footerTop .content.info .clinic-info{

}

.footerTop .content.info .clinic-info .name{
  color: #003B98;
  font-size: 2.4em;
  margin-bottom: 20px;
}

.footerTop .content.info .clinic-info .name-eng{
  font-size: 1em;
}

.footerTop .content.info .clinic-info .tel{
  color: #E21B00;
  font-size: 2em;
  display: inline-block;
  margin-right: 5px;
}
.footerTop .content.info .clinic-info .parking{
  display: inline-block;
}

.footerTop .content.info .clinic-info .tel:before{
  content: url("img/0209hiramotoiin-index_03.jpg");
  vertical-align: middle;
  margin-right: 10px;
}

.footerBottom {
  background-color: #0086db;
}

#copyright {
  float: none;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  background: #0086db;
  border: 2px solid #ffffff;
  text-align: center;
  line-height: 44px;
}


/* 診察時間テーブル */
table.consultation-hour {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  color: #054e98;
  border-collapse: collapse;
  
}

table.consultation-hour td, table.consultation-hour th {
  border: 1px solid #72c6ed;
  font-weight: normal;
  
}
table.consultation-hour th{
  width: 10%;
  padding: 15px 0;
  text-align: center;
}

table.consultation-hour tr.days th{
  background: #e0f5ff;
}
table.consultation-hour th.time {
  width: 25%;
}
table.consultation-hour td{
  text-align: center;
  color: #499793;
}
table.consultation-hour td.closed{
  font-size: 15px;
  color: #f24545;
}
/* 診察時間テーブル */

/************************************************************************

  [終わり] 共通スタイル（全体・ヘッダー・ナビゲーション・フッター）

************************************************************************/

/************************************************************************

	02.[START] トップページ

************************************************************************/

#main.home .main-head-bg01{
  background: #fef1eb;
  text-align: left;
  max-width: 1400px;
  height: 520px;
  margin: 0 auto;
  background-image: url(./img/0209hiramotoiin-index_06.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

#main.home .main-head-bg01{
  padding-top: 100px;
}

#main.home .main-head-bg01 p{
  display: block;
  font-size: 34px;
  width: 430px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 15px 0;
  opacity: .9;
}
#main.home .main-head-bg01 p.bunya{
  color: #fff;
  background-color: #1D6ED7;
}
#main.home .main-head-bg01 p.kakarituke{
  color: #fff;
  background-color: #3C92F7;
}

#main.home .main-head-bg02{
  background: #fef1eb;
  text-align: left;
  max-width: 1400px;
  height: 480px;
  margin: 0 auto;
  background-image: url(./img/0209hiramotoiin-index_07.jpg);
  background-position: left;
  background-repeat: no-repeat;
}

#main.home .main-head-bg02{
  padding-top: 100px;
}
#main.home .main-head-bg02 h2{
  font-size: 2em;
  font-weight: 100;
  color: #0057DB;
  margin-bottom: 20px;
}
#main.home .main-head-bg02 p{
  font-size: 1.1em;
  max-width: 420px;
}

#main.home .content-box{
  margin: 50px auto;
}
#main.home .content-box.last{
  margin-bottom: 0;
}

#main.home .content-box01 .flex-box{
  justify-content: center;
}

#main.home .content-box01 .item a{
  color: #fff;
}

#main.home .content-box01 .item{
  position: relative;
  margin: 20px auto;
}
#main.home .content-box01 .item:before{
  position: absolute;
  font-size: 1.2em;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translateY(-50%)translateX(-50%);
  z-index: 1;
}
#main.home .content-box01 .item01:before{
  content: '診療内容';
}
#main.home .content-box01 .item02:before{
  content: '院長紹介';
}
#main.home .content-box01 .item03:before{
  content: 'アクセス';
}

#main.home .content-box02.news{
  background-color: #E0EEFC;
}

#main.home .content-box02.news .container{
  max-width: 850px;
  margin: 0 auto;
  padding: 30px 10px;
}

#main.home .content-box02.news h3{
  font-size: 1.8em;
  text-align: center;
}
#main.home .content-box02.news .list{
  display: inline-block;
  float: right;
  margin: 15px 0;
}

#main.home .content-box02.news ul li{
  padding: 15px 20px;
  border-bottom: 1px solid #B3C7DB;
}
#main.home .content-box02.news ul li a span{
  color: #333;
}

/************************************************************************

  [END] トップページ

************************************************************************/



/************************************************************************

	03.ブログページ共通

************************************************************************/

.main-blog{
  margin-top: 30px;
}

.main-column {
  width: 550px;
  float: left;
  padding-bottom: 30px;
}

.main-column .entry-title{
  display: block;
  font-size: 20px;
  border-top: none;
  border-bottom: 3px solid #0086db;
  line-height: 1.4em;
  padding: 5px 5px;
  margin: 0 0 8px;
  font-weight: bold;
  text-align: left;
  color: #333;
}

.main-column .post {
  margin-bottom: 30px;
}


.side-column a {
  color: #333;
}

.side-widget ul{
  margin: 10px;
}

.widget-title {
  font-weight: 700;
  border-bottom: solid 3px #0086db;
  position: relative;
  margin-bottom:30px;
}

/* サイドバー検索ボックス */
.side-column form#searchform{
  display: block;
  background-color: #fff;
}
.side-column .searchform{
  margin: 0;
}

.side-column .searchform-txt {
  width: 150px;
}

.side-column #searchform #s {
  padding: 4px;
  font-size: 13px;
  line-height: 15px;
  width: 150px;
  float: left;
  margin: 0;
  border-radius: 0;
  border: 1px solid #999;
  box-shadow: inset 1px 2px 4px #ddd;
}

.side-column #searchform #searchsubmit {
  float: left;
  text-indent: -9090px;
  border-style: none;
  width: 35px;
  height: 31px;
  padding: 0;
  margin: 0;
  background: #999 url(img/search_btn.png) no-repeat center center;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}

/* /サイドバー検索ボックス */


/************************************************************************

	04.single(記事ページ)　category(一覧ページ)

************************************************************************/

.blog-header {
  padding: 20px;
  margin: 40px 0;
  font-size: 22px;
  position: relative;
  background: #0086db;
  color: white;
}
.blog-header:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #0086db;
  opacity: .8;
}

.entry-header{
  border-bottom: 1px solid;
  padding: 0 5px 5px;
}
.blog-category{
  text-align: right;
  margin-top: 3em;
  color: #787878;
}
.blog-content{
  color: #333;
  margin: 1em;
}
.blog-content p{
  line-height: 1.7em;
}
/************************************************************************

	05.error(404.php)

************************************************************************/

.error-page{
  width: 100%;
  padding: 4%;
}


/************************************************************************

	06.[START] 下層ページ　固定ページ

************************************************************************/

/*固定ページ共通*/

.page-template-page-full .container{
  max-width: 980px;
}

h1 img{
  margin: 0 auto;
  display: block;
  height: 150px;
  width: auto;
  object-fit: cover;
  object-position: left;
}

.page-default{
  max-width: 1000px;
}

#main.page h2 {
  font-size: 28px;
  margin: 20px 0;
  border-bottom: 2px solid #0086db;
  line-height: 1.4em;
}

#main.page p{
  font-size: 1.1em;
}

#main.page .content{
  margin-bottom: 30px;
}

.page-template-page-full #main.page .content{
  /*max-width: 1400px;*/
  /*margin: 0 auto;*/
}


/*--------------------------------------
	06-01.診療内容
--------------------------------------*/
#main.shinryou{
  background-image: url(img/sub-shinryosyokai_01.jpg);
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  max-width: 1400px;
  margin: 0 auto;
}

#main.shinryou  h1{
  font-size: 2em;
  color: #fff;
  margin-top: 18px;
  margin-bottom: 100px;
}

#main.shinryou h2{
  font-size: 1.8em;
  font-weight: 100;
  color: #0044A1;
  border-top: 2px solid #9A9B9C;
  border-bottom: 2px solid #9A9B9C;
  padding: 15px;
  text-align: center;
}


#main.shinryou .content-box01 >div{
  background-color: #D8F0FC;
  margin: 30px 0;
  padding: 30px 0;
}

#main.shinryou .content-box01 .float-box >*{
  width: 50%;
}

#main.shinryou .content-box01 .float-box .text-box {
  padding-right: 1.5%;
}

#main.shinryou .content-box01 .float-box img {
  padding-left: 1.5%;
  padding-right: 3%;
}

#main.shinryou .content-box01 .text-box h3{
  font-size: 1.6em;
  border-bottom: 1px solid #8CC4E5;
  padding-left: 60px;
  padding-bottom: 30px;
  margin-top:10px;
}

#main.shinryou .content-box01 .text-box p{
  line-height: 1.8em;
  margin-top: 20px;
  padding-left: 60px;
}

#main.shinryou .content-box01 .text-box{
  position: relative;
}

#main.shinryou .content-box01 .text-box:before{
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 0;
  width: 4rem;
  height: 8rem;
  border: solid 1px #4EA6E0;
  background-color: #4EA6E0;
  border-radius: 0 50px 50px 0;
}

#main.shinryou .kensa-bg{
  padding: 30px;
  background-color: #FDE8C7;
  justify-content: space-between;
}

#main.shinryou .kensa-list{
  padding-right: 20px;
}
#main.shinryou .kensa-list li{
  font-size: 1.4em;
  margin: 5px 0;
}
#main.shinryou .kensa-list li:before{
  content: '';
  background-image: url("img/sub-shinryosyokai_05.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 7px;
}

#main.shinryou .kensa-bg img{
  margin: 10px 0;
}


/*--------------------------------------
	06-02.院長紹介
--------------------------------------*/
#main.introduce{
  background-image: url(img/sub-iintyousyokai_01.jpg);
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  max-width: 1400px;
  margin: 0 auto;
}

#main.introduce  h1{
  font-size: 2em;
  color: #fff;
  margin-top: 18px;
  margin-bottom: 100px;
}
#main.introduce  p{
  line-height: 1.8em;
  
}

#main.introduce h2{
  font-size: 1.8em;
  font-weight: 100;
  margin: 20px 0;
  border-bottom: none;
  line-height: 1.4em;
  text-align: right;
}

#main.introduce p.indent{
  margin-left: 1em;
}


#main.introduce .content-box02 .flex-box >*{
  width: 50%;
}

#main.introduce .image-box{
  padding-right: 10px;
}

#main.introduce .profile{
  padding-left: 10px;
}


#main.introduce .content-box01 img{
  width: 60%;
  align-self: center;
}

#main.introduce .content-box01 .introduce-text{
  padding-right: 30px;
  width: 40%;
}

#main.introduce .content-box02{
  margin-top: -50px;
}

#main.introduce .content-box02 .img-03{
  padding-right: 40px;
}

#main.introduce .image-box img{
  display: block;
  margin: 0 auto 30px;
}

#main.introduce .profile h3{
  font-size: 1.3em;
  font-weight: 100;
  background-color: #ABC9EB;
  padding: 10px;
  margin: 150px 0 30px;
  
}

/*--------------------------------------
	06-04.アクセス
--------------------------------------*/

#main.access{
  background-image: url(img/0209hiramotoiin-index_088_02.jpg);
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  max-width: 1400px;
  margin: 0 auto;
}
#main.access h1 {
  font-size: 2em;
  color: #fff;
  margin-top: 18px;
  margin-bottom: 350px;
}

#main.access h2{
  color: #1D53A5;
  border-left: 10px solid #1D53A5;
  border-bottom: 2px solid #81A7D2;
  padding: 5px 20px;
  
}
#main.access p{
  font-size: 1.05em;
  font-weight: 100;
  margin: 20px 0;
}
#main.access .content{
  margin: 0
}


/************************************************************************
	[END] 下層ページ　固定ページ
************************************************************************/


/************************************************************************

	07.レスポンシブ　(max-width: 768px)

************************************************************************/

/*--------------------------------------
	07-01.レスポンシブ ヘッダー、フッター、ナビ　ページ
--------------------------------------*/
@media (max-width: 992px){
  
  #main.page p{
    font-size: 1.1em;
  }
  
  /*--------------------------------------
    07-02.院長紹介
--------------------------------------*/
  
  #main.introduce .content-box01 .introduce-text {
    padding-right: 30px;
    width: 50%;
  }
  
  #main.introduce .content-box01 img {
    width: 50%;
  }
  
  #main.introduce .content-box02{
    margin: 50px auto 0;
  }
  
  #main.introduce .content-box02 .img-03{
    padding-right: 0;
  }
  
  #main.introduce .profile h3{
    margin-top: 0;
  }
  
}


/************************************************************************

	07.レスポンシブ　(max-width: 768px)

************************************************************************/

/*--------------------------------------
	07-01.レスポンシブ ヘッダー、フッター、ナビ　ページ
--------------------------------------*/
@media (max-width: 768px) {
  
  h1 img {
    margin: 0 auto 30px;
    display: block;
    height: 85px;
    width: auto;
    object-fit: cover;
    object-position: left;
  }
  
  .float-box > * {
    float: none;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 20px;
  }
  
  .drawer-btn {
    left: auto;
    right: 0;
  }
  
  #gnav {
    margin: 0;
    padding: 0;
  }
  
  .gnav-container li {
    display: block;
    float: none;
    width: 100%;
    background: #2aa095;
    border: 1px solid #9ec3dd;
    font-size: 13px;
    list-style-type: none;
    color: #fff;
    margin-top: -1px;
  }
  .gnav-container li:first-child{
    border-top: 1px solid #9ec3dd;
  }
  
  .gnav-container li a {
    padding: 10px;
  }
  
  .gnav-container li a:hover, .gnav-container li.current-menu-item a {
    opacity: 0.8;
  }
  .gnav-container li.current-menu-item a:after{
    color: #0788da;
  }
  .gnav-container li a:after{
    margin-top: -10px;
  }
  
  .gnav-container li .sub-menu li {
    border-bottom: 1px solid #fedb97;
  }
  
  .gnav-container li .sub-menu li:first-child {
    border-top: 1px solid #fedb97;
  }
  
  /* /ナビゲーション */
  
  /*ヘッダー*/
  .header {
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .header_left {
    float: none;
  }
  
  .site-title {
    text-align: left;
    display: block;
  }
  
  .site-title a {
    line-height: 1.4em;
  }
  
  
  .site-description {
    text-align: center;
  }
  
  #h_tel {
    margin-top: 5px;
    text-align: left;
    float: none;
  }
  
  #h_tel .contact {
    font-size: 14px;
    font-weight: 700;
  }
  
  #h_tel .contact {
    font-size: 14px;
    font-weight: 700;
  }
  
  #h_tel .tel {
    color: #ff9300;
    font-size: 22px;
    line-height: 1.4em;
  }
  
  #h_tel .tel .tel-number {
    font-size: 28px;
  }
  
  .footerTop .footer-links .item{
    margin: 10px auto;
  }
  
  .footerTop .content.info .clinic-info .name{
    margin-bottom: 10px;
  }
  
  .footerTop .content.info .consultation{
    margin: 30px auto 10px;
  }
  
  .footerTop .content.info .clinic-info{
    max-width: 520px;
    margin: 0 auto;
  }
  
  /*--------------------------------------
      07-02.レスポンシブ TOPページ
  --------------------------------------*/
  
  #main.home .content-box01 .item{
    margin: 10px auto;
  }
  
  #main.home .main-head-bg02{
    padding-top: 30px;
    background: #F6F7FA;
    height: auto;
  }
  
  #main.home .main-head-bg02 h2{
    font-size: 1.8em;
  }
  #main.home .main-head-bg02 p{
    font-size: 1.1em;
  }
  #main.home .main-head-bg02 img{
    padding-top: 20px;
    height: 250px;
    width: 100%;
    object-position: right;
    object-fit: cover;
  }
  
  /*--------------------------------------
      07-02-01.レスポンシブ 設備案内
  --------------------------------------*/
  
  #main.shinryou .content-box01 .float-box >*{
    width: auto;
    max-width: 100%;
  }
  
  #main.shinryou .content-box01 .float-box .text-box {
    padding-right: 0;
  }
  
  #main.shinryou .content-box01 .float-box img {
    margin: 0 auto;
    padding-left: 3%;
    padding-right: 3%;
  }
  
}

/************************************************************************

	10.レスポンシブ　(max-width: 600px)

************************************************************************/


@media (max-width: 600px){
  
  #main.home .main-head-bg01{
    height: 400px;
  }
  #main.home .main-head-bg01 p{
    font-size: 1.7em;
    width: 300px;
    height: 70px;
  }
  
  #main.introduce .content-box01 .flex-box{
    flex-wrap: wrap;
  }
  #main.introduce .content-box01 .flex-box >*{
    width: 100%;
  }
  #main.introduce h2{
    text-align: left;
  }
  
  #main.introduce .content-box02 .flex-box{
    flex-wrap: wrap-reverse;
  }
  #main.introduce .content-box02 .flex-box >*{
    width: 100%;
  }
  #main.introduce .profile{
    padding-left: 0;
  }
  #main.introduce .image-box{
    margin-top: 5%;
    padding-right: 0;
  }
  #main.introduce .image-box img:last-child{
    margin-bottom: 0;
  }
}

/************************************************************************

	10.レスポンシブ　(max-width: 420px)

************************************************************************/

@media (max-width: 420px){
  table.consultation-hour {
    font-size: 11px;
  }
  table.consultation-hour th {
    width: 10%;
    padding: 5px;
    text-align: center;
  }
  .footerTop .content.info .time {
    padding: 7px 0;
  }
  table.consultation-hour td.closed {
    font-size: 12px;
    color: #f24545;
  }
  table.consultation-hour td .circle {
    width: 1.2rem;
    height: 1.2rem;
  }
  
  /*--------------------------------------
      07-02-01.レスポンシブ 診療内容
  --------------------------------------*/
  
  .text-box:before{
    top: -5px;
    width: 3rem;
    height: 6rem;
  }
  #main.shinryou .content-box01 .text-box h3{
    padding-left: 60px;
  }
  #main.shinryou .content-box01 .text-box p{
    padding-left: 40px;
  }
  
}

@media (min-width: 992px){
  .container {
    width: 980px;
  }
}