@charset "UTF-8";

/* ----------------------------------------------------------
 *
 * 全ページ
 *
 ---------------------------------------------------------- */
 {}

   #content {}
   #content h2 {
    background-color: #91CB8E;
  }

   #content #main {}
   #content #main h3 {}

@media screen and (min-width: 800px), print {
   #content h2 {
	background-image: url(img/h1/h1-base.jpg);
	font-size: 2.5em;
	font-weight: bold;
	color: #FFF;
  }
}


/* !訪問看護
---------------------------------------------------------- */
#index {}

  #index h4 {
	margin-bottom: 15px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #43B587;
	border-left-color: #43B587;
	text-indent: 0.5em;
	margin-top: 15px;
  }

  /*変更ここから*/
   #main p {
	margin-left: 10px;
	margin-bottom: 20px;
  }
  
    #index  h5 {
	/*margin-bottom: 10px;*/
	margin-left: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #43B587;
  }

   #index .text{}

  #index .img {
    max-width: 320px;
    margin: 0 auto;
    display: block;
    margin-top: 22px;
  }

#index .imgleft {
    max-width: 320px;
    margin: 22px auto 0px;
    display: block;
}
/* ----------------------------------------------------------
 *
 * ブログ画像
 *
 ---------------------------------------------------------- */
img.size-thumbnail,
img.alignnone,
img.size-medium {
		max-width: 250px;	
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

#index .imgleft2 {
	max-width: 200px;
	display: block;
	float: left;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
}

  /*変更ここまで*/

  #index #box01 h5 {
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #EB6579;
  }

   #index #box01 .text{}

  #index #box01 .img {
    max-width: 330px;
    margin: 0 auto;
    display: block;
    margin-top: 22px;
  }

#index #box01 .imgleft {
    max-width: 320px;
    margin: 22px auto 0px;
    display: block;
}

  #index #box02 {
      margin-bottom: 20px;
  }

  #index #box02 h5 {
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }

   #index #box02 p {
    margin-left: 10px;
  }

   #index #box03 {
      margin-top: 60px;
  }

 #index  .call-box h4 {
    margin-bottom: 0 !important;
  }
  #index  .call-box .num {
    padding-top: 10px;
  }

@media screen and (min-width: 800px), print {
  #index #box01 .text {
    width: 294px;
    float: left;
  }
  #index #box01 .img {
    float: right;
    margin-top: 0px !important;
  }
 #index #box01 .imgleft {
	float: left;
	margin-top: 0px !important;
	margin-right: 25px;
} 
  
}


/* ----------------------------------------------------------
 *
 * サイトマップ
 *
 ---------------------------------------------------------- */
 
ul.sitemap_disp_level_0 {
	list-style-type: none;
	width: 650px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
}
ul.sitemap_disp_level_0 li {
	list-style-type: none;
	background-image: url(../img/arrow_s2.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	text-indent: 0px;
	padding-left: 15px;
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* ----------------------------------------------------------
 *
 * 診療のご案内
 *
 ---------------------------------------------------------- */
@media screen and (min-width: 801px), print {

  #main #kamoku ul li {
    width: 215px;
    margin-right: 5px;
    float: left;
  }
}

/* !診療科目
---------------------------------------------------------- */
#index {}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
    max-width: 16px;
    max-height: 16px;	
	
}



  #index #main .go-charge-table {
    width: 162px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    float: right;
    display: inline-block;
    border: 1px solid #f6a5a5;
  }
  #index #main .go-charge-table i {
    padding-left: 10px;
  }

  #index #main #kamoku {}
    #index #main #kamoku h4 {
      margin-bottom: 10px;
      padding: 0;
      color: #444444;
      font-size: 18px;
      font-size: 1.8rem;
      background-color: transparent;
    }
    #index #main #kamoku ul {
      margin-bottom: 30px;
    }
      #index #main #kamoku ul li {
        margin-bottom: 5px;
      }
      #index #main #kamoku ul li a {
        height: 42px;
        padding: 0 10px;
        line-height: 40px;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        display: block;
        border: 1px solid #bebebe;
      }
      #index #main #kamoku ul li a i {
        height: 40px;
        line-height: 40px;
        float: right;
      }
    #index #main #kamoku .time {
      padding: 20px 15px;
      background-color: #f9f9f9;
    }
      #index #main #kamoku .time h5 {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
      }

  #index #main #naika {}
    #index #main #naika > p {
      margin-bottom: 18px;
    }
    #index #main #naika .frame {
      margin-bottom: 30px;
      padding: 18px 20px;
      border: 1px solid #bebebe;
    }
      #index #main #naika .frame p {
        margin-bottom: 10px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
      }
      #index #main #naika .frame ul {}
      #index #main #naika .frame ul li {
        margin-right: 20px;
        margin-bottom: 3px;
        float: left;
      }

    #index #main #naika h5 {
      margin-bottom: 5px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
    }

  #index #main #geka {}
    #index #main #geka p {}
    #index #main #geka h5 {
      margin-bottom: 5px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
    }
    #index #main #geka .detail {
      margin-top: -10px;
    }
    #index #main #geka strong {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
    }

  #index #main #seikei {}
    #index #main #seikei p {}

  #index #main {}
    #index #main p {}
    #index #main p.mark {
      padding-left: 1em;
      text-indent: -1em;
      margin-bottom: 0px;
    }

  #index #main #fujin {}
    #index #main #fujin a {
      display: block;
    }
    #index #main #fujin h5 {
      margin-bottom: 4px;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
    }
    #index #main #fujin ul {
      margin-bottom: 18px;
    }
/* !医師担当表
---------------------------------------------------------- */
 {}

   #main h4 .comb {
    font-size: 15px;
    font-size: 1.5rem;
  }

   #main .caption {
    font-size: 11px;
    font-size: 1.1rem;
  }

   #main .marker {
    padding: 0 3px;
    display: inline-block;
    background-color: #FACCCF;
  }

/* !医師担当表　センター寄せ
---------------------------------------------------------- */
     #main > div > table.center-table {
	width: 100%;
	margin-bottom: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #cccccc;
	font-family: "ＭＳ ゴシック","MS Gothic","Osaka－等幅",Osaka-mono,monospace;	
  }
       #main > div > table.center-table th,
     #main > div > table.center-table td {
	padding: 7px 0px;
	vertical-align: middle;
	text-align: center;
    }
       #main > div > table.center-table td {
	background-color: #ffffff;
    }
       #main > div > table.center-table th {
	font-weight: bold;
	background-color: #eceaf2;
	padding: 7px;
	text-align: center;
    }

  
  .col01 {
    width: 24%;
  }
  .col02,
  .col03 {
    width: 38%;
  }

   #main > div > table caption {
    vertical-align: bottom;
  }

/* 全般　表　左寄せ
---------------------------------------------------------- */

   #main > div > table.left-table {
    width: 100%;
    margin-bottom: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #cccccc;
  }
     #main > div > table.left-table th,
     #main > div > table.left-table td {
      padding: 15px 0;
      vertical-align: middle;
    }
     #main > div > table.left-table th {
	font-weight: bold;
	background-color: #eceaf2;
	padding: 15px;
	text-align: center;
    }
     #main > div > table.left-table td {
	background-color: #ffffff;
	padding: 15px;
    }

     #main > div > table .footnote {
      padding-left: .2em;
      color: #e96e8c;
    }


/* 問合せ　表　左寄せ
---------------------------------------------------------- */

   table.left-table {
    width: 100%;
    margin-bottom: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #cccccc;
  }
     table.left-table th,
     table.left-table td {
      padding: 15px 0;
      vertical-align: middle;
    }
     table.left-table th {
	font-weight: bold;
	background-color: #eceaf2;
	padding: 15px;
	text-align: center;
    }
     table.left-table td {
	background-color: #ffffff;
	padding: 15px;
    }


/* #main > div > div table {
    width: 100%;
    margin-bottom: 12px;
    font-size: 1.3rem;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #CCC;
}

 #main > div > div table td {
    background-color: #FFF;
}

#main > div > div table th, #main > div > div table td {
    padding: 15px 0px;
    text-align: center;
    vertical-align: middle;
}
*/
   #main #kamoku {}
     #main #kamoku h4 {}
     #main #kamoku ul {
      margin-bottom: 30px;
    }
       #main #kamoku ul li {
        margin-bottom: 5px;
      }
       #main #kamoku ul li a {
        height: 42px;
        padding: 0 10px;
        line-height: 40px;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        display: block;
        border: 1px solid #bebebe;
      }
       #main #kamoku ul li a i {
        height: 40px;
        line-height: 40px;
        float: right;
      }
     #main #kamoku .time {
      padding: 20px 15px;
      background-color: #f9f9f9;
    }
       #main #kamoku .time h5 {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
      }

@media screen and (min-width: 801px), print {
    .col01 {
      width: 18%;
    }
    .col02,
    .col03 {
      width: 41%;
    }
     #main > div > table th,
     #main > div > table td {
    }
	

}




/* !  
---------------------------------------------------------- */
#index .img-text {
	float: left;
	margin-left: 20px;
	text-align: center;
	margin-top: 15px;
}

#index .img-text img {
	display: block;
	max-width: 320px;	
}



#index .img-center img {
	display: block;
	max-width: 450px;
	text-align: center;
}


.imgleft3 img {
	max-width: 200px;
	padding: 3px;
	margin-bottom: 3px;
	border: 1px solid #CCC;
}
.imgleft3 {
	max-width: 208px;
	float: left;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: center;
}

.imgleft4 img {
	max-width: 150px;
	padding: 3px;
	margin-bottom: 3px;
	border: 1px solid #CCC;
}
.imgleft4 {
	max-width: 158px;
	float: left;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: center;
}


.imgright img {
	max-width: 200px;
	padding: 3px;
	margin-bottom: 3px;
	border: 1px solid #CCC;
}
.imgright {
	max-width: 208px;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: center;
}



#index .img-text span {
	margin: 0px;
	padding: 0px;
}
/* !  
---------------------------------------------------------- */
#index {}



  

   #index .text{}

  #index .img {
    max-width: 320px;
    margin: 0 auto;
    display: block;
    margin-top: 22px;
  }

#index .imgleft {
    max-width: 320px;
    margin: 22px auto 0px;
    display: block;
}

#index .imgleft2 {
	max-width: 200px;
	display: block;
	float: left;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
}

  
  
  

  #index #box01 h5 {
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #EB6579;
  }

   #index #box01 .text{}

  #index #box01 .img {
    max-width: 320px;
    margin: 0 auto;
    display: block;
    margin-top: 22px;
  }

#index #box01 .imgleft {
    max-width: 320px;
    margin: 22px auto 0px;
    display: block;
}

#index #box01 .imgleft2 {
	max-width: 200px;
	display: block;
	float: left;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
}
  #index #box02 {
      margin-bottom: 20px;
  }

  #index #box02 h5 {
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }



   #index #box03 {

  }

 #index  .call-box h4 {
    margin-bottom: 0 !important;
  }
  #index  .call-box .num {
    padding-top: 10px;
  }
 #index .photo {
	padding: 3px;
	border: 1px solid #CCC;
 }
p.att1 {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0 !important;
	
}
p.att1_l {
    padding-left: 1em;
    text-indent: -1em;	
    margin-bottom: 20px;
}

 
p.att2 {
    padding-left: 2em;
    text-indent: -2em;
    margin-bottom: 0 !important;
}

p.att2_l {
    padding-left: 2em;
    text-indent: -2em;
    margin-bottom: 20px;
}	

#date {
	text-align: right;
	color: #43B587;
}

@media screen and (min-width: 800px), print {
p.att1 {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0 !important;
	
}
p.att1_l {
    padding-left: 1em;
    text-indent: -1em;	
    margin-bottom: 20px;
}

 
p.att2 {
    padding-left: 2em;
    text-indent: -2em;
    margin-bottom: 0 !important;
}

p.att2_l {
    padding-left: 2em;
    text-indent: -2em;
    margin-bottom: 20px;
}	
  #index #box01 .text {
    width: 360px;
    float: left;
  }
  #index #box01 .img {
    float: right;
    margin-top: 0px !important;
  }
 #index #box01 .imgleft {
	float: left;
	margin-top: 0px !important;
	margin-right: 25px;
} 

  #index /*#box01*/ .text {

  }
  #index /*#box01*/ .img {
    float: right;
    margin-top: 0px !important;
  }
 #index /*#box01*/ .imgleft {
	float: left;
	margin-top: 0px !important;
	margin-right: 25px;
} 

 #index .photo {
	padding: 3px;
	border: 1px solid #CCC;
 }
  
}
/* !入院について
---------------------------------------------------------- */
  #main .frame {
  margin-bottom: 30px;
  padding: 18px 20px;
  border: 1px solid #bebebe;
}
   #main .frame p {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
   #main .frame ul {}
   #main .frame ul li {
	margin-right: 20px;
	margin-bottom: 3px;
	float: left;
	background-image: url(../img/arrow_s2.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 12px;
  }
@media screen and (min-width: 801px), print {
 /* #main > div > div .left-table {
    width: 328px;
    float: left;
  }
  #main > div > div .right-table {
    width: 328px;
    float: right;
  }*/
     #main .frame ul.half li {
	    width: 310px;	 
    margin-right: 5px;
    margin-bottom: 3px;
    float: left;
  }
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position: relative;
	margin-bottom: 0px;
	background-color: #fff;
	background-image: url(../scripts/nivo-slider3.2/nivo-slider/demo/images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	margin-top: 0px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 5px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../img/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	border: 0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	background-image: url(../img/slider/arrows.png);
	background-repeat: no-repeat;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/* ----------------------------------------------------------
*
* お問い合わせフォーム
*
---------------------------------------------------------- */
.contact {}

  .contact #content {}
  .contact #content h2.title {
    max-height: 70px;
    margin-bottom: 38px;
    padding: 20px 22px;
    background-color: #F29294;
  }

  .contact #content h2.title img {
    max-width: 254px;
    height: auto;
  }

  .contact #content #main {
    float: none;
    margin: 0 auto;
    max-width: 540px;
  }

  .contact #content #main > div  {
    padding: 0 15px;
  }

  .contact #content #main .intro {
    margin-bottom: 30px;
    padding: 0 15px;
  }

  #contact-form p {
    margin-bottom: 18px;
    line-height: 31px;
  }

  #contact-form .text {
    font-weight: bold;
  }
  #contact-form input[type="text"],
  #contact-form input[type="email"],
  #contact-form input[type="tel"] {
    height: 30px;
  }

  #contact-form input[type="text"],
  #contact-form input[type="email"],
  #contact-form input[type="tel"],
  #contact-form textarea {
    width: 90%;
    padding: 0 .7em;
  }

  #contact-form textarea {
    padding-top: .7em;
  }

  #contact-form input[type="text"],
  #contact-form input[type="email"],
  #contact-form input[type="tel"],
  #contact-form textarea {
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 2px;
    -webkit-transition: all .3s;
            transition: all .3s;
  }

  #contact-form .inquiry-type .wpcf7-list-item {
    margin-right: 10px;
    display: block;
  }
    #contact-form .inquiry-type .wpcf7-list-item input {
      margin-right: 2px;
    }

  #contact-form .acceptance {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
    #contact-form .acceptance input {
      margin-right: 3px;
    }
    #contact-form .acceptance .text {
      font-weight: normal;
    }

  #contact-form .btn {
    text-align: center;
  }

  #contact-form .btn input {
    margin: 0;
    padding: 4px 14px;
    color: #555555;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
    display: inline-block;
    *display: inline;
    overflow: visible;
    zoom: 1;
    cursor: pointer;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background-color: #fafafa;
    background-image: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0)), url(data:image/png;base64,iVBORw0KGg[...]QmCC);
    background-clip: padding-box; /* Fix bleeding */
    -webkit-transition: background-color .2s ease;
            transition: background-color .2s ease;
  }
    #contact-form .btn input:disabled {
      opacity: .5;
      cursor: default;
    }

  #contact-form .red {
    padding-left: .2em;
    color: #fa0000;
  }

  #contact-form img {
    width: auto;
  }

  div.wpcf7-validation-errors {
    padding: 30px !important;
    border: 4px solid #f7e700 !important;
    background-color: #ffffff !important;
  }

  div.wpcf7-mail-sent-ok {
    padding: 30px !important;
    border: 4px solid #229DDA !important;
    background-color: #ffffff !important;
  }

@media screen and (min-width: 801px), print {
  .contact #content h2.title {
    margin-bottom: 56px;
  }
  .contact #content #main > div {
    padding: 0;
  }
  .contact #content #main .intro {
    margin-bottom: 48px;
    padding: 0;
  }
  #contact-form .inquiry-type .wpcf7-list-item {
    margin-right: 10px;
    display: inline;
  }

  #contact-form .name input {
    width: 50%;
  }

  #contact-form .tel input {
    width: 30%;
  }

  #contact-form .postcode input {
    width: 30%;
  }

  #contact-form .age input {
    width: 42px;
    margin-right: 6px;
  }
}
