@charset "UTF-8";

/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {

#botox_top {
	width: 100%;
	height: 450px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}
#botox_top dl {
	height: auto;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
#botox_top dl dt {
	font-weight: bold;
	font-size: 180%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: #4880b9;
}
#botox_top dl dd {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 2.2em;
}
.subtitle_b {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}
.subtitle_b dt{
	font-weight: bold;
	font-size: 140%;
	letter-spacing: 0.1em;
	padding: 0px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.subtitle_b dd {
	margin: 0px;
	padding: 0px;
}
#productline {
	background-color: #FFF2F2;
	border: 1px solid #D10003;
	padding: 0px;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
#productline dl {
	margin: 0px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	text-align: center;
}
#productline dl dt {
	color: #D10003;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#productline dl dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
}
.pro-link {
	text-align: center;
	padding: 0px;
	height: auto;
	width: 40%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.pro-link a {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #009ace;
	border-radius: 5px;
	box-shadow: 3px 3px #116784;
	margin: 0px;
	background-image: url(../../images/yajirushi_yoko.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 18px;
	padding: 12px;
	font-size: 90%;
}
.pro-link a:hover  {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #006d92;
}

#treatment {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#treatment dl {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#treatment dl dt {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-weight: bold;
	color: #000;
	font-size: 110%;
	line-height: 2em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#treatment dl dt span {
	color: #4880b9;
	background: linear-gradient(transparent 60%, yellow 60%);
}

#treatment dl dd {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#treatment dl p {
	text-align: center;
}

#treatment_txt {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	background-color: #4880b9;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	height: auto;
	width: 50%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#treatment_inner {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#treatment_inner dl {
	margin: 0px;
	padding: 30px;
	background-color: #F6F6F6;
	height: auto;
	width: 31%;
	border-radius: 8px;
}
#treatment_inner dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
#treatment_inner dl dt img{
	width:100%;
}
#treatment_inner dl dd {
	font-size: 110%;
	padding: 0px;
	font-weight: bold;
	color: #4880b9;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#treatment_inner dl p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
.fukidashi {
    background-color: #4880b9;
    height: auto;
    width: 35%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    font-size: 110%;
    border-radius: 5px;
    position: relative;
}
.fukidashi:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #4880b9 transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}
.mt {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding: 0px;
}
.mt dl {
	margin: 0px;
	padding: 0px;
}
.mt dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.mt dl dd {
    font-size: 140%;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    line-height: 1.6em;
}
.mt dl dd span{
    color: #4880b9;
    background: linear-gradient(transparent 50%, yellow 50%);
}
.mt dl p {
    line-height: 2em;
    margin: 0px;
    padding: 0px;
}
.mt dl p span{
    color: #c60000;
}
#checkarea {
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 70px;
    margin-left: 0px;
}
#checkarea2 {
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
}
#checkarea3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
    padding: 0px;
}
#checkarea3 p{
    padding: 0px;
    text-align: center;
    margin: 0px;
}
#checkarea3 p span{
    padding: 0px;
    margin: 0px;
    color: #D10003;
}
#checkarea4 {
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
}
.check_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-right: 100px;
    padding-bottom: 0px;
    padding-left: 100px;
    margin: 0px;
}
.check_inner dl {
    height: auto;
    width: 47%;
    background-color: #FFFFFF;
    margin-top: 1%;
    margin-right: 0px;
    margin-bottom: 1%;
    margin-left: 0px;
    border-radius: 10px;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
}
.check_inner dl dt {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding-top: 3%;
    padding-right: 0px;
    padding-bottom: 2%;
    padding-left: 37px;
    background-position: left 12px;
    font-weight: bold;
}
.check_inner dl dt span{
    color: #4880B9;
}
.check_inner_ex {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding: 0px;
}
.check_inner_ex dl {
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 15px;
    margin-top: 0%;
    margin-right: 1.5%;
    margin-bottom: 0%;
    margin-left: 1.5%;
    height: auto;
    width: 35%;
}
.check_inner_ex dl dt {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding-top: 3%;
    padding-right: 0px;
    padding-bottom: 2%;
    padding-left: 37px;
    background-position: left 12px;
    font-weight: bold;
}
.check_inner_ex2 {
    padding-top: 0px;
    padding-right: 100px;
    padding-bottom: 0px;
    padding-left: 100px;
    margin: 0px;
}
.check_inner_ex2 dl {
    background-color: #FFFFFF;
    margin-top: 1.5%;
    margin-right: 0px;
    margin-bottom: 1.5%;
    margin-left: 0px;
    border-radius: 10px;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
}
.check_inner_ex2 dl dt {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding-top: 1.5%;
    padding-right: 0px;
    padding-bottom: 1.5%;
    padding-left: 37px;
    background-position: left 12px;
    font-weight: bold;
}
.check_inner_ex2 dl dt span{
    color: #4880B9;
}
.ex_title {
    font-size: 110%;
    font-weight: bold;
    color: #4880b9;
    border: 2px solid #4880b9;
    padding: 15px;
    height: auto;
    width: 35%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    text-align: center;
    border-radius: 10px;
}
#shape {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#shape dl {
	margin: 0px;
	border-radius: 3px;
	padding: 0px;
}
#shape dl dt {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#shape dl dt img{
	border-radius:12px;
}
#shape dl dd {
	color: #000;
	text-align: center;
	padding: 0px;
	line-height: 2em;
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#shape dl p {
	font-size: 80%;
	line-height: 1.5em;
	color: #666;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#shape_txt {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#shape_txt_inner {
    font-weight: bold;
    color: #000000;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    text-align: center;
    font-size: 120%;
}
#shape_txt_inner span{
    background: linear-gradient(transparent 50%, yellow 50%);
}
#shape_crcl {
	margin: 0px;
	padding: 0px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#shape_crcl dl {
	padding: 0px;
	position: relative;
	height: 200px;
	width: 200px;
	background-color: #e1eefa;
	border-radius: 50%;
	margin-top: 1%;
	margin-right: 2%;
	margin-bottom: 1%;
	margin-left: 2%;
}
#shape_crcl dl dt{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 95%;
	line-height: 1.6em;
	width: 85%;
}
#shape_crcl dl dt span {
	font-size: 80%;
	font-weight: normal;
	line-height: 1.2em;
}
#koukaku1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding: 0px;
}
#koukaku1 dl {
	margin: 0px;
	padding: 0px;
}
#koukaku1 dl dt {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#koukaku1 dl dt img{
	border-radius: 50%;
}
#koukaku1 dl dd {
    color: #000;
    text-align: center;
    padding: 0px;
    line-height: 2em;
    margin: 0px;
}
#koukaku1 dl dd span{
    color: #C90003;
    
}
#koukaku1 dl p {
	font-size: 80%;
	line-height: 1.5em;
	color: #666;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#gm1 {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
}
#gm1 dl {
    background-color: #F5F5F5;
    margin: 0px;
    padding: 30px;
    height: auto;
    width: 47%;
}
#gm1 dl dt {
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
#gm1 dl dd {
    font-size: 90%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#gm2 {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
}
#gm2 dl {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#gm2 dl dt {
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
#gm2 dl dd {
    margin: 0px;
    padding: 0px;
}
.ba {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
}
.ba dl {
    padding: 0px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    font-family: Lato, "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ba dl dt {
    margin: 0px;
    padding-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
}
.ba dl dd {
    margin: 0px;
    padding-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
}
.ba ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.ba ul li{
    margin: 0px;
    padding: 0px;
    font-size: 90%;
    line-height: 1.6em;
}
.yajirushi {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.cost-list1 {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
}
.cost-list1 th,
.cost-list1 td {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.cost-list1 th {
	background-color: #FAFAFA;
	width: 52%;
	font-size: 90%;
	color: #4880b9;
}

.cost-list1 td {
	text-align: right;
	font-size: 95%;
	line-height: 1.7em;
}
.cost-list1 th p {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.6em;
	color: #000;
}
.cost-list1 td p {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.6em;
}
.cost-list1 th span {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.5em;
}
.cost-list1 td span {
	font-size: 80%;
	color: #666;
	line-height: 1.5em;
}

#slpr_txt {
	font-size: 80%;
	line-height: 1.8em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#pee {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#pee dl {
	border: 1px solid #4880b9;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#pee dl dt {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../images/q.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 50px;
	font-size: 110%;
	font-weight: bold;
	color: #4880b9;
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4880b9;
}
#pee dl dd {
	font-size: 90%;
	color: #000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 50px;
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#pee dl p {
	font-size: 90%;
	color: #000;
	margin: 0px;
	padding: 0px;
}
}



/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {



#botox_top {
	width: 100%;
	height: auto;
	background-image: url(../images/top_sp.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}
#botox_top dl {
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#botox_top dl dt {
	font-weight: bold;
	font-size: 120%;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	color: #4880b9;
}
#botox_top dl dd {
	font-size: 90%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 65%;
}
.subtitle_b {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
.subtitle_b dt{
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0.1em;
	padding: 0px;
	line-height: 1.6em;
	margin: 0px;
}
.subtitle_b dd {
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#productline {
	background-color: #FFF2F2;
	border: 1px solid #D10003;
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#productline dl {
	margin: 0px;
	padding: 20px;
	text-align: center;
}
#productline dl dt {
	color: #D10003;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#productline dl dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 90%;
}
.pro-link {
	text-align: center;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.pro-link a {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #009ace;
	border-radius: 5px;
	box-shadow: 3px 3px #116784;
	margin: 0px;
	background-image: url(../../images/yajirushi_yoko.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 18px;
	padding: 12px;
	font-size: 90%;
}
#treatment {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#treatment dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#treatment dl dt {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-weight: bold;
	color: #000;
	font-size: 110%;
	line-height: 2em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#treatment dl dt span {
	color: #4880b9;
	background: linear-gradient(transparent 60%, yellow 60%);
}

#treatment dl dd {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#treatment dl p {
	text-align: center;
}

#treatment_txt {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	background-color: #4880b9;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#treatment_inner {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
}
#treatment_inner dl {
	padding: 30px;
	background-color: #F6F6F6;
	height: auto;
	width: 90%;
	border-radius: 8px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#treatment_inner dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
#treatment_inner dl dt img{
	width:100%;
}
#treatment_inner dl dd {
	font-size: 110%;
	padding: 0px;
	font-weight: bold;
	color: #4880b9;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#treatment_inner dl p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
.fukidashi {
    background-color: #4880b9;
    height: auto;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    font-size: 110%;
    border-radius: 5px;
    position: relative;
}
.fukidashi:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #4880b9 transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}
.mt {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding: 0px;
}
.mt dl {
    padding: 0px;
    height: auto;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.mt dl dt {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    text-align: center;
}
.mt dl dd {
    font-size: 120%;
    font-weight: bold;
    color: #000000;
    line-height: 1.6em;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}
.mt dl dd span{
    color: #4880b9;
    background: linear-gradient(transparent 50%, yellow 50%);
}
.mt dl p {
    margin: 0px;
    padding: 0px;
    font-size: 90%;
}
.mt dl p span{
    color: #c60000;
}
#checkarea {
    background-color: #f5f5f5;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    padding: 30px;
}
#checkarea2 {
    background-color: #f5f5f5;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
    padding: 30px;
}
#checkarea3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
    padding: 0px;
}
#checkarea3 p{
    padding: 0px;
    height: auto;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 90%;
}
#checkarea3 p span{
    padding: 0px;
    margin: 0px;
    color: #D10003;
}
#checkarea4 {
    background-color: #f5f5f5;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding: 30px;
}
.check_inner {
    margin: 0px;
    padding: 0px;
}
.check_inner dl {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
}
.check_inner dl dt {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    margin: 0px;
    background-position: left 8px;
    font-weight: bold;
    padding-top: 3%;
    padding-right: 0%;
    padding-bottom: 3%;
    padding-left: 13%;
}
.check_inner dl dt span{
    color: #4880B9;
}
.check_inner_ex {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding: 0px;
}
.check_inner_ex dl {
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 15px;
    margin-top: 0%;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    height: auto;
    width: 90%;
}
.check_inner_ex dl dt {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding-top: 3%;
    padding-right: 0px;
    padding-bottom: 2%;
    padding-left: 37px;
    background-position: left 8px;
    font-weight: bold;
}
.check_inner_ex2 {
    margin: 0px;
    padding: 0px;
}
.check_inner_ex2 dl {
    background-color: #FFFFFF;
    margin-top: 0%;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    border-radius: 10px;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
}
.check_inner_ex2 dl dt {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding-top: 1.5%;
    padding-right: 0px;
    padding-bottom: 1.5%;
    padding-left: 37px;
    background-position: left 7px;
    font-weight: bold;
}
.check_inner_ex2 dl dt span{
    color: #4880B9;
}
.ex_title {
    font-size: 110%;
    font-weight: bold;
    color: #4880b9;
    border: 2px solid #4880b9;
    padding: 15px;
    height: auto;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    text-align: center;
    border-radius: 10px;
}
#shape {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#shape dl {
	border-radius: 3px;
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#shape dl dt {
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
#shape dl dt img{
	border-radius:12px;
}
#shape dl dd {
    color: #000;
    padding: 0px;
    line-height: 2em;
    font-size: 90%;
    margin: 0px;
}
#shape dl p {
	font-size: 80%;
	line-height: 1.5em;
	color: #666;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#shape_txt {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-top-color: #CCC;
    border-bottom-color: #CCC;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    height: auto;
    width: 90%;
}
#shape_txt_inner {
    font-weight: bold;
    color: #000000;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    text-align: center;
    font-size: 130%;
}
#shape_txt_inner span{
    background: linear-gradient(transparent 50%, yellow 50%);
}
#shape_crcl {
	margin: 0px;
	padding: 0px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#shape_crcl dl {
	padding: 0px;
	position: relative;
	background-color: #e1eefa;
	border-radius: 8px;
	margin-top: 1%;
	margin-right: 0px;
	margin-bottom: 1%;
	margin-left: 0px;
	height: auto;
	width: 47%;
	border-radius:50%;
}
#shape_crcl dl dt{
	position: relative;
	padding-top: 100%;
	height: 0;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: bold;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#shape_crcl dl dt p {
position: absolute;
top: calc((80% - 1em)/2);
left: 0;
right: 0;
margin: 0;
text-align: center;
}

#shape_crcl dl dt span {
	font-size: 80%;
	font-weight: normal;
	line-height: 1.2em;
}
#koukaku1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding: 0px;
}
#koukaku1 dl {
	margin: 0px;
	padding: 0px;
}
#koukaku1 dl dt {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#koukaku1 dl dt img{
	border-radius: 50%;
}
#koukaku1 dl dd {
    color: #000;
    padding: 0px;
    font-size: 90%;
    height: auto;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
#koukaku1 dl dd span{
    color: #C90003;
    
}
#koukaku1 dl p {
	font-size: 80%;
	line-height: 1.5em;
	color: #666;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#gm1 {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
}
#gm1 dl {
    background-color: #F5F5F5;
    padding: 30px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
#gm1 dl dt {
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}
#gm1 dl dd {
    font-size: 90%;
    margin: 0px;
    padding: 0px;
}
#gm2 {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
}
#gm2 dl {
    padding: 0px;
    text-align: center;
    height: auto;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
#gm2 dl dt {
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
#gm2 dl dd {
    margin: 0px;
    padding: 0px;
    font-size: 90%;
}
.ba {
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    height: auto;
    width: 80%;
}
.ba dl {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}
.ba dl dt {
    margin: 0px;
    padding: 0px;
}
.ba dl dd {
    margin: 0px;
    padding: 0px;
}
.ba ul {
    margin: 0px;
    padding: 0px;
}
.ba ul li{
    margin: 0px;
    padding: 0px;
    font-size: 90%;
    line-height: 1.6em;
}
.yajirushi {
    margin: 0px;
    text-align: center;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
.cost-list1 {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
}
.cost-list1 th,
.cost-list1 td {
    text-align: left;
    vertical-align: top;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #dddddd;
    border-bottom-color: #dddddd;
    padding: 15px;
}
.cost-list1 th {
    background-color: #FAFAFA;
    width: 52%;
    font-size: 90%;
    color: #4880b9;
    line-height: 1.6em;
}

.cost-list1 td {
	text-align: right;
	font-size: 95%;
	line-height: 1.7em;
}
.cost-list1 th p {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.6em;
	color: #000;
}
.cost-list1 td p {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.6em;
}
.cost-list1 th span {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.5em;
}
.cost-list1 td span {
	font-size: 80%;
	color: #666;
	line-height: 1.5em;
}

#slpr_txt {
    font-size: 80%;
    line-height: 1.6em;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
    height: auto;
    width: 95%;
}
#pee {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
}
#pee dl {
	border: 1px solid #4880b9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 30px;
}
#pee dl dt {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    background-image: url(../images/q.png);
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 50px;
    font-size: 110%;
    font-weight: bold;
    color: #4880b9;
    line-height: 1.7em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #4880b9;
}
#pee dl dd {
	font-size: 90%;
	color: #000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 50px;
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#pee dl p {
	font-size: 90%;
	color: #000;
	margin: 0px;
	padding: 0px;
}
}
