/* CSS Document */
/*@import url("doctor1.css");
*/
li{
/*    padding: inherit;*/
}
#container{
    /*min-height: 100vh;*/
}
#info1 .title1{
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 80px;
    border-radius: 100px / 50px;
    background-color: white;
    background-image: 
        linear-gradient(to right, rgba(153, 153, 255, 0.2) 3px, transparent 3px),
        linear-gradient(to bottom, rgba(153, 153, 255, 0.2) 3px, transparent 3px);
    background-size: 6px 6px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;    
    margin: 1em auto;
    color: rgba(153, 153, 255, 1);
    font-weight: 800;
}
#info1 .title2{
    font-size: 28px;
    color: hotpink;
    font-weight: bold;
    line-height: 1.5em;	
}
#info1 .title3{
    font-size: 20px;
    color: hotpink;
    font-weight: bold;
    line-height: 1.5em;
}
#info1 .text{
    font-size: 16px;
    margin: 1em auto;
    line-height: 1.5em;
}
#info1 .message{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.5em;

}
#info1 .message .balloon{
    position: relative;
    max-width: 300px;
    padding: 10px 15px;
    margin: 20px;
    border: 2px solid #06F;
    border-radius: 10px;
    background-color: #f0f8ff;
    color: #000;
}
#info1 .message .balloon::after {
    content: "";
    position: absolute;
    left: 45px;
    bottom: -20px; /* 吹き出しの外側に配置 */
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #06F; /* 吹き出し口の色を青に */
    transform: rotate(90deg);
}
#info1 .message img{
    height: 100px;
    width: auto;
}
#info1 .info_board{
    /*width: fit-content;*/

    background-color: #E1FADA;
    border: #00B050 2px solid;
    border-radius: 20px;
    margin: 1em 0;
    padding: 1em;
}
#info1 .info_board ul{
    font-size: 14px;
}
section ul,section li,section ol,section li{
    width: fit-content;
    line-height: 1.5em;
}
section ul{
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: left;
    margin: 0 auto 1em;
    padding: 0
}
section ul li{
    line-height: 1.5em;
    display: flex;
    flex-wrap: wrap;
    /*margin-bottom: 0.5em;*/
}
section ul li span,section ol li span{
    display: block;
    margin-left: 0.5em;
    width: 100%;
}
#info1 .info_board .title{
    /*width: 90%;*/
    margin: 0.5em auto;
    font-size: 18px;
    border-bottom: 4px dotted #00B050;
    padding: 0.5em;
   /* text-align: left;*/
    color: #00B050;

}
#info2{
    position: relative;
    padding: 30px;
    background: white;
    z-index: 1;
    margin: 1em 0;
    border-radius: 8px; /* お好みで角丸 */
    color: royalblue;
    line-height: 1.5em;
}
#info2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px; /* ストライプ縁の太さ */
    background-image: repeating-linear-gradient(
    to bottom,
    #fcd6e3 0,
    #fcd6e3 2px,
    #ffffff 2px,
    #fff0f5 4px
    );
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
      mask-composite: exclude;
    z-index: -1;
    box-sizing: border-box;
    border-radius: 8px; /* 擬似要素にも同じ角丸を */
}
#info2 .title{
    font-size: 20px;
    margin: 1em;
}
#info2 .text{
    text-align: left;
}

#info2 .photo_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 1em;
}

.entry_sheet{
    text-align: left;
    /*background-color: #fff;*/
}
.entry_title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-left: 6px solid #999;
    border-bottom: 1px dotted #000;
    padding: 6px;
}
.table_group {
	display: flex;
	flex-wrap: wrap;
	/*min-height: 100vh;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	/* [disabled]padding: 10px 0px; */
	width: 100%;
	font-size: 12px;
}
.table_cell0 {
	/*display: table-caption;*/
	/* [disabled]background-color: #ededed; */
	width: 100%;
	padding-left: 10px;
	padding-top: 6px;
}
.table_cell1 {
	/*display: table-cell;*/
	width: 100%;
	/*background-color: #ededed;*/
	padding-left: 10px;
	display: flex;
	align-items: center;
	/*justify-content: center;*/
}

.table_cell2 {
	/*display: table-cell;*/
	width: 100%;
	padding: 10px;
}
.required {
	font-size: 10px;
	color: #F00;
}
.inactive{
	ime-mode: inactive;
}
.birthday{
/*	ime-mode: disabled;
	min: 2011-01-01;
	max: 2018-12-31;
*/}
.hidden {
	opacity: 0;
	width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.thanks{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 50vh;
}
#footer{
	margin-top: 20px !important;
	text-align: center;
	/*min-height: 100vh;*/
}
#footer a{
	cursor: pointer;
}
label[for="名"]::before,label[for="めい"]::before{
	content: "\A";
	white-space: pre;
}
ul{
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.number{
	width: 3em;
}

.qa-container {
  max-width: 800px;
  margin: auto;
  background: #fff;
  /*padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
}

ul.qa-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.qa-list li {
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
    justify-content: flex-start;
}
ul.qa-list li div{
    width: fit-content;
    display: inline-block;
    /*text-align: left;*/
    text-align: justify;
    line-height: 1.2em;
}
ul.qa-list li div:nth-of-type(1){
  font-weight: bold;
  color: #00B050;
  margin-bottom: 6px;
  position: relative;
 /* padding-left: 0.5em;*/
    width: 100%;
}

ul.qa-list li div:nth-of-type(1)::before {
/*  content: "Q.";
  position: absolute;
  left: 0;
  color: #007BFF;*/
}

ul.qa-list li div:nth-of-type(2) {
  color: #555;
  line-height: 1.6;
  /*padding-left: 1.5em;*/
    font-size: 14px;
}

ul.qa-list li div:nth-of-type(2) a {
  color: #007BFF;
  /*text-decoration: none;*/
  text-decoration: underline;
}

ul.qa-list li div:nth-of-type(2) a:hover {
  text-decoration: underline;
}

/*Tablet View ----------------------------------------------------------------------------------------------*/
@media (min-width: 768px){

    #info1{
        width: 960px;
        margin: 0 auto;
        background-image: url("../img/contact/info_bg1.png"), url("../img/contact/info_bg2.png");
        background-position: right top, left top;
        background-repeat: no-repeat, no-repeat;
        background-size: 100px;
    }
    #info1 .title1{font-size: 28px;}
    #info1 .title2{font-size: 36px;}
    #info1 .title3{font-size: 32px;}
    
    #info1 .info_board{
        margin: 1em 150px;
    }
    #info1 .text{
        text-align: center;
        font-size: 18px;
    }
    #info1 .message .balloon{
        position: relative;
        max-width: 300px;
        padding: 10px 15px;
        margin: 20px;
        border: 2px solid #06F;
        border-radius: 10px;
        background-color: #f0f8ff;
        color: #000;
    }
    #info1 .message .balloon::after {
        content: "";
        position: absolute;
        top: 20px;
        right: -20px; /* 吹き出しの外側に配置 */
        bottom: inherit;
        left: inherit;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-left-color: #06F; /* 吹き出し口の色を青に */
        transform: rotate(0deg);
    }


    section ul {
        display: block;
    }

    section ul li {
    }
    section ul li span{
        display: inline;
        margin-left: 2em;
    }
    #info1 .info_board ul{
        font-size: 18px;
    }
    #info2{
        width: 960px;
        margin: 0 auto;
    }
    .entry_sheet{
        width: 960px;
        margin: 0 auto;        
    }
	.table_cell1{
		width: 200px;
	}
	.table_cell2{
		width: auto;
	}
	.table_cell2>div{
		margin-bottom: 6px;
	}
	label[for="名"]::before,label[for="めい"]::before{
		content: "　";
	}
    .qa-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }


}

/*Desktop View ----------------------------------------------------------------------------------------------*/
@media (min-width: 1024px){
		
}

