/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  background-color: #333;
  color: #fff;
}
.button:hover {
  background-color: #59b1eb;
}

ul {
  list-style:none;
}

.line{
   font-size:18px;
  color:#f36f94
  border-left:7px solid #f37095;
  background-color:#fde5ec;
  padding:9px 0 7px 10px;
}

.yellow{
  border-radius: 10px;
  padding: 10px; 
  background-color: #ffffcc;
}

.left {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #87ceeb;/*左線*/
}

.diagnosis-wrap .question{
	margin-bottom:1.5em;
}
.diagnosis-wrap .question .qcontents{
	margin-bottom:.5em;
	font-weight:bold;
}
.diagnosis-wrap .question .qselect span{
	display:block;
}
.diagnosis-wrap .question .qselect span input{
	margin:0 5px;
}
.diagnosis-wrap .submit input{
	padding:1em;
	width:300px;
	max-width:80%;
	margin-bottom:1em;
}

div#background-img{
	background-color: #CCEEF2;
	padding: 20px 20px;
}
div#background{
	background-color: #ffe4b5;
	padding: 20px 20px;
}

h1.entry-title:first-letter,
.single h1.entry-title:first-letter { color:inherit; }

.blue{
border-radius: 10px;
  padding: 10px; 
background: #e0edff;}


ul.pageNav01 {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	background: #eee;
	text-align: center;
}

ul.pageNav01 li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

ul.pageNav01 li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
}

ul.pageNav01 li a:hover {
	background: #eeeff7;
	border-color: #00f;
}

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #daa520;
    border-radius: 8px;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #daa520;
    font-weight: bold;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

footer .copySection p:nth-child(2) {
    display:none !important;
}
