@charset "UTF-8";
/* CSS Document */

/*水色:#00a6bd*/

@media (min-width:501px) {
    .sp{
        display: none;
    }
    #contents_bg {
        background-color: #002748;
        background-color: #d9ecff;
        background-color: #dde0e3;
        min-height: 1000px;
    }
    #contents_wrap2 {
		width: 100%;
    }
    #contents_wrap {
        background-color: #002748;
        background-color: #d9ecff;
        background-color: #dde0e3;
        /*background-color: #fff;*/
        min-height: 1000px;
        margin-bottom: 30px; 
        margin: 0 30px;
		width: 960px;
		margin-right: auto;
		margin-left: auto;
    }
	#sub_cmn_contents_body {
		padding-top: 0px;
		padding-right: 30px;
		padding-bottom: 60px;
		padding-left: 30px;
		width: 900px;
		margin-right: auto;
		margin-left: auto;
		clear: both;
	}
    .contents_block{
        background-color: #fff;
		width: 900px;
        padding: 0;
		margin: 30px auto;
    }
    .contents_block_container{
		width: 94%;
        padding: 30px 3%;
		margin: 0;
    }
    .contents_block_header {
		width: 94%;
        padding: 30px 3%;
        background-color: #00469c;
        background-color: #00a6bd;
        background-color: #15679F;
        font-size: 2.4em;
        color: #fff;
        font-weight: bold;
        line-height: 1.8em;
        text-align: center;
    }
    .attention_title {
        font-weight: bold;
    }
    .attention {
        font-size: 1em;
        font-weight: normal;
        line-height: 1.5em;
    }
    .buy_btn.fixed_btn
    {
        display: none;
      position: fixed;
      bottom: 5px; 
      right: 5px;
      padding: 5px 0px;
        width: 40%;
    }
    .pc_right{
        padding-left: 1em;
    }
    .qa_attention {
        font-size: 0.9em;
    }
}


@media (max-width:500px) {
    .pc{
        display: none;
    }

    #contents_bg {
        background-color: #002748;
        background-color: #d9ecff;
        background-color: #dde0e3;
        min-height: 1000px;
    }
    #contents_wrap {
        background-color: #002748;
        background-color: #d9ecff;
        background-color: #dde0e3;
        /*background-color: #fff;*/
        min-height: 1000px;
        width: 100%;
    }
	#sub_cmn_contents_body {
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 60px;
		padding-left: 0px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		clear: both;
	}
    .contents_block{
        background-color: #fff;
		width: 96%;
        padding: 0;
		margin: 20px 2%;
    }
    .contents_block_container{
		width: 96%;
        padding: 10px 2%;
		margin: 0;
    }
    .contents_block_header {
        text-align: center;
		width: 96%;
        padding: 10px 2%;
        background-color: #00469c;
        background-color: #00a6bd;
        background-color: #15679F;
        font-size: 1.3em;
        color: #fff;
        font-weight: bold;
        line-height: 2em;
    }
    .attention_title {
        font-size: 0.8em;
        font-weight: bold;
    }
    .attention {
        font-size: 0.8em;
        font-weight: normal;
        line-height: 1.4em;
    }
    .buy_btn.fixed_btn
    {
      position: fixed;
      bottom: 5px; 
      right: 5px;
      padding: 5px 0;
        width: 50%;
    }
}

a:link{
  text-decoration: underline;
}
a:visited{
  text-decoration: underline;
}
a:hover{
  text-decoration: underline;
}
a:active{
  text-decoration: underline;
}

.img_top {
    object-fit: contain;
    width: 100%;
    margin: 0;
    padding: 0;
}
.contents_img_title {
    width: 100%;
    object-fit: contain;
}
.contents_img {
    width: 100%;
    object-fit: contain;
}
.img_before {
    width: 90%;
    margin: 30px 5%;
    text-align: center;
    object-fit: contain;
}

.buy_btn {
    width: 70%;
    margin: 20px auto;
    display: block;
}

.q_mark {
    font-size: 1.5em;
    font-weight: bold;
    padding-left: 3px;
    color: #15679F;
}
.a_mark {
    display: none;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 3px;
}
.qa_title {
    padding-left: 5px;
    font-size: 1.1em;
    font-weight: bold;
}
.qa_desc {
    padding-left: 0px;
    font-size: 0.9em;
    font-weight: normal;
}
#greeting1 {
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: underline;
}
#greeting2 {
    font-size: 0.9em;
    line-height: 1.3em;
}
#greeting3 {
    font-size: 0.9em;
    font-weight: normal;
    text-align: right;
    display: block;
}


/*以下流用*/
/****************************************************/
@media (min-width:501px) {
	body {
		color: #555;
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		margin: 0px;
		padding: 0px;
		background-color: #fff;
		-webkit-text-size-adjust: 100%;
	}
	h1 {
		margin: 0px;
		padding: 0px;
	}
	h2 {
		margin: 0px;
		padding: 0px;
	}
	h3 {
		margin: 0px;
		padding: 0px;
	}
	h4 {
		margin: 0px;
		padding: 0px;
	}
	h5 {
		margin: 0px;
		padding: 0px;
	}
	ul {
		margin: 0px;
		padding: 0px;
	}
	ol {
		margin: 0px;
		padding: 0px;
	}
	dl {
		margin: 0px;
		padding: 0px;
	}
	dt {
		margin: 0px;
		padding: 0px;
	}
	dd {
		margin: 0px;
		padding: 0px;
	}
	li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	p {
		margin: 0px;
		padding: 0px;
	}
	img {
		margin: 0px;
		padding: 0px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
	}
	a:link {
		/*text-decoration: none;*/
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
	}
	a:visited {
		/*text-decoration: none;*/
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
	}
	a:hover {
		/*text-decoration: none;*/
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
	}
	a:active {
		/*text-decoration: none;*/
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
	}




	#cmn_header {
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		position: relative;
		width: 960px;
		padding: 0px;
		overflow: hidden;
	}

	#header_left {
		float: left;
	}

	#header_facebook {
		float: right;
		padding-top: 20px;
		padding-right: 5px;
	}

	#pageBody {
		padding: 0px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		position: relative;
		width: 960px;
		clear: both;
	}
	#pageHeader {
		margin: 0px;
		padding: 0px;
		position: relative;
		background-image: url(../images/top_header_bg01.jpg);
		background-repeat: repeat-x;
		background-position: top;
	}

	#cmn_header h1 {
		margin: 0px;
		padding: 20px 5px 0px 15px;
		font-size: 1.4em;
		color: #973671;
		float: left;
		line-height: 1em;
		font-weight: bold;
	}
	#pageFooter {
		clear: both;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		background-color: #00a6bd;
		padding: 0px;
		height: 45px;

		overflow: hidden;
	}

	#pageFooter #address_name{
		font-size: 0.6em;
		color: #FFFFFF;
		text-align: left;
		padding-left: 10px;
		line-height: 25px;
		display: block;

		float: left;
	}
	#pageFooter #address_name span{
		padding-right: 10px;
	}

	#pageFooter address{
		font-size: 0.6em;
		color: #FFFFFF;
		text-align: right;
		padding-right: 10px;
		line-height: 25px;
		display: block;

		float: right;
	}
	#access_info_access {
		color: #3366cc;
	}
	#pageFooter #update_date {
		color: rgba(255,255,255,0.8);
		padding-right: 10px;
	}
}






@media (max-width:500px) {
	body {
		width: 100%;
		color: #555;
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		margin: 0px;
		padding: 0px;
		background-color: #fff;
		-webkit-text-size-adjust: 100%;
	}
	h1 {
		margin: 0px;
		padding: 0px;
	}
	h2 {
		margin: 0px;
		padding: 0px;
	}
	h3 {
		margin: 0px;
		padding: 0px;
	}
	h4 {
		margin: 0px;
		padding: 0px;
	}
	h5 {
		margin: 0px;
		padding: 0px;
	}
	ul {
		margin: 0px;
		padding: 0px;
	}
	ol {
		margin: 0px;
		padding: 0px;
	}
	dl {
		margin: 0px;
		padding: 0px;
	}
	dt {
		margin: 0px;
		padding: 0px;
	}
	dd {
		margin: 0px;
		padding: 0px;
	}
	li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	p {
		margin: 0px;
		padding: 0px;
	}
	img {
		margin: 0px;
		padding: 0px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
	}
	a:link {
		/*text-decoration: none;*/
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;
		border-bottom-color: #777;
		color: #555;
	}
	a:visited {
		/*text-decoration: none;*/
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;
		border-bottom-color: #777;
		color: #555;
	}
	a:hover {
		/*text-decoration: none;*/
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;
		border-bottom-color: #777;
		color: #555;
	}
	a:active {
		/*text-decoration: none;*/
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;
		border-bottom-color: #777;
		color: #555;
	}


	#pageHeader {
	margin: 0px;
	padding-top: 1%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 1%;
	position: relative;	/*	background-image: url(../images/top_header_bg01.jpg);
		background-repeat: repeat-x;
		background-position: top;*/
	}

	#header_left img{
		float: left;
		display:normal;
		width: 2.2em;
	}

	#header_left h1 {
		width: 80%;
		margin: 0px;
		padding: 0.5em 0;
		font-size: 0.6em;
		color: #973671;
		float: left;
		line-height: 1.3em;
		font-weight: normal;
	}


	#header_left h1 span#h1_clinic{
		font-size: 1.3em;
		font-weight: bold;
		width: 100%;
	}

	#header_left h1 a:link{
		color: #973671;
	}


	#header_facebook{
		display:none;
	}

	#header_left:after{
		content: "";
		clear: both;
		display: block;	
	}



	#header_left h1 span{
		display: inline-block;
	}
}


	#sub_cmn_topimage_wrap {
		background-image: url(../images/sub_cmn/sub_cmn_mainimage_bg01.jpg);
		background-repeat: repeat-x;
		background-position: top;
		padding: 0px;
		margin: 0px;
		width: 100%;
		clear: both;
	}
	#sub_cmn_topimage {
		padding: 0px;
		width: 960px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}
	#sub_cmn_mainnavi_wrap {
		background-image: url(../images/sub_cmn/sub_cmn_mainnavi_bg01.png);
		background-repeat: repeat-x;
		background-position: top;
		width: 100%;
		position: relative;
	}
	#sub_cmn_mainnavi ul li {
		float: left;
		list-style-type: none;
	}
	#sub_cmn_mainnavi ul {
		overflow: hidden;
	}
	#sub_cmn_mainnavi {
		padding: 0px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		width: 962px;
		height: 84px;
	}
	.navi_big{
		width: 192px;
		object-fit: contain;
	}
	.navi_small{
		display: none;
	}
	
	



	/* pagetitle style of sub pages */
	.sub_cmn_title_wrap {
		margin: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 30px;
		padding-left: 0px;
		overflow: hidden;
	}
	.sub_cmn_title_wrap img {
		display: block;
		float: left;
	}
	.sub_cmn_title {
		padding-top: 5px;
		padding-left: 15px;
		font-size: 2.2em;
		line-height: 113px;
		font-weight: normal;
		color: #6b1a50;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
		display: inline-block;
		float: left;
	}



	/* sentence style of sub pages */
	.sub_cmn_sentence {
		margin: 0px;
		padding-top: 10px;
		padding-right: 30px;
		padding-bottom: 50px;
		padding-left: 30px;
		font-size: 0.9em;
		color: #777;
		line-height: 1.6em;
	}


	/* パンくずリスト */
	#sub_cmn_breadcrumbs {
		width: 900px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 30px;
		padding-left: 30px;
		line-height: 60px;
		font-size: 0.9em;
		color: #6b1a50;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
		height: 60px;
	}
	#sub_cmn_breadcrumbs ol {
		overflow: hidden;
		clear: both;
	}
	#sub_cmn_breadcrumbs ol li {
		float: left;
		background-image: url(../images/sub_cmn/sub_cmn_breadcrumbs_arrow.png);
		background-repeat: no-repeat;
		background-position: right top;
		padding-right: 14px;
		margin-right: 6px;
	}
	#sub_cmn_breadcrumbs ol #current {
		background-image: none;
	}
	#sub_cmn_breadcrumbs a:link {
		color: #6b1a50;
	}
	#sub_cmn_breadcrumbs a:visited {
		color: #6b1a50;
	}
	#sub_cmn_breadcrumbs a:hover {
		color: #AB4083;
	}
	#sub_cmn_breadcrumbs a:active {
		color: #AB4083;
	}




	/* ページトップへ */
	#gotoPagetop_wrap {
		width: 900px;
		padding-right: 30px;
		padding-left: 30px;
		text-align: right;
		margin-right: auto;
		margin-left: auto;
		overflow: hidden;
		padding-bottom: 15px;
		line-height: 35px;
		color: #999;
		font-size: 1.1em;
	}
	#gotoPagetop_wrap img {
		float: right;
		padding-right: 6px;
		padding-left: 8px;
	}
	#gotoPagetop_wrap a:link {
		text-decoration: none;
		color: #999;
	}
	#gotoPagetop_wrap a:visited {
		text-decoration: none;
		color: #999;
	}
	#gotoPagetop_wrap a:hover {
		text-decoration: none;
		color: #999;
	}
	#gotoPagetop_wrap a:active {
		text-decoration: none;
		color: #999;
	}
	
	
	.sub_cmn_sp_topimg{
		display: none;
	}
	#sub_cmn_banner_reserve{
		display: none;
	}


@media (max-width:500px) {
		
	
	
	#sub_cmn_topimage_wrap {
		background-image: url(../images/sub_cmn/sub_cmn_mainimage_bg01.jpg);
		background-repeat: repeat-x;
		background-position: top;
		padding: 0px;
		margin: 0px;
		width: 100%;
		clear: both;
	}
	#sub_cmn_topimage {
		position: relative;
		
		padding: 0px;
		width: 100%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}
	#sub_cmn_topimage  h2{
		padding: 0;
		margin: 0;
	}
	#sub_cmn_topimage  h2 img{
		width: 100%;
	}
	#sub_cmn_mainnavi_wrap {
		width: 100%;
		padding: 10px 0px 10px 0px;
		background-color: #fff;
	}
	#sub_cmn_mainnavi ul li {
		float: left;
		list-style-type: none;
		width: 20%;
	}
	#sub_cmn_mainnavi ul {
		overflow: hidden;
	}
	#sub_cmn_mainnavi ul li p{
		font-size: 0.7em;
		color: #973671;
		font-weight: normal;
		text-align: center;
	}
	#sub_cmn_mainnavi ul li p img{
		padding: 0 30%;
		width: 40%;
	}


	#sub_cmn_mainnavi {
		display: block;
		width: 100%;
		background-color: #fff;
	}

	.navi_big{
		display: none;
	}
	

	/* pagetitle style of sub pages */
	.sub_cmn_title_wrap {
		margin: 0px;
		padding-top: 2em;
		padding-right: 2%;
		padding-bottom: 2em;
		padding-left: 2%;
		overflow: hidden;
	}
	.sub_cmn_title_wrap img {
		display: block;
		float: left;
		width: 15%;
		object-fit: contain;
		max-width: 2em;
		
	}
	.sub_cmn_title {
		width: 85%;
		padding-top: 0px;
		padding-left: 10px;
		font-size: 1.5em;
		line-height: 1.5em;
		font-weight: bold;
		color: #973671;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		display: inline-block;
		float: left;
	}



	/* sentence style of sub pages */
	.sub_cmn_sentence {
		margin: 0px;
		padding-top: 10px;
		padding-right: 2%;
		padding-bottom: 30px;
		padding-left: 2%;
		font-size: 0.9em;
		color: #555;
		line-height: 1.6em;
	}
	.sub_cmn_sentence img{
		max-width: 94%;
		object-fit: contain;
	}

	.sub_cmn_sentence a {
		border-bottom:1px dotted #777777;
		color: #555;
	}

	
	/* パンくずリスト */
	#sub_cmn_breadcrumbs {
		width: 96%;
		margin: 0;
		padding-right: 2%;
		padding-left: 2%;
		line-height: 1.5em;
		font-size: 0.9em;
		color: #6b1a50;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
		height: 3.5em;
		background-color: #eee;
		padding-top: 2em;
	}
	#sub_cmn_breadcrumbs ol {
		overflow: hidden;
		clear: both;
		
	}
	#sub_cmn_breadcrumbs ol li {
		float: left;
/*		background-image: url(../images/sub_cmn/sub_cmn_breadcrumbs_arrow.png);
		background-repeat: no-repeat;
		background-position: right top;*/
		padding-right: 3px;
		margin-right: 3px;
		line-height: 1.5em;
	}
	#sub_cmn_breadcrumbs ol li:before {
		content: ">";
		opacity: 0.5;
		padding-right: 3px;
		margin-right: 3px;
	}
	#sub_cmn_breadcrumbs ol #current {
		background-image: none;
	}
	#sub_cmn_breadcrumbs a:link {
		color: #6b1a50;
	}
	#sub_cmn_breadcrumbs a:visited {
		color: #6b1a50;
	}
	#sub_cmn_breadcrumbs a:hover {
		color: #AB4083;
	}
	#sub_cmn_breadcrumbs a:active {
		color: #AB4083;
	}




	/* ページトップへ */
	#gotoPagetop_wrap {
		display: none;
	}
	
	


	#pageFooter{
		padding: 2%;
		font-size: 0.7em;
		background-color: #00a6bd;
		color: #fff;
	}

	#update_date{
		display: inline-block;
		margin-right: 2%;
	}
	#address_name span{
		display: inline-block;
	}
	#pageFooter address span{
		display: inline-block;
	}
	
	
	.sub_cmn_pc_topimg{
		display: none;
	}
	
	#sub_cmn_banner_reserve {
		width: 100%;

		position: absolute;
		bottom: 0px;
		right: 0px;

	}
	#sub_cmn_banner_reserve img{
		width: 35%;
		position: absolute;
		bottom: 0px;
		right: 0px;
		
		margin: 3% 3%;

		object-fit: contain;
		filter: drop-shadow(2px 2px 2px #777);
	}
	

	
}


@media (min-width:501px) {
    
    #counseling_phone a:link {
        color: #AC4384; 
    }
    #counseling_topimg{
        padding-left: 25px;;
        width: 92%;
    }
    
    .counseling_title{
        font-size: 1.5em;
        letter-spacing: 0.1em;
        line-height: 2em;
        text-align: center;
        background-color: #CB4877;
        color: #ffffff;
        margin: 20px 1% 20px;
    }
    .counseling_sentence{
        padding: 10px 3%;
        font-weight: bold;
    }

    .counseling_policy_wrap{
        float: left;
        width: 31%;
        padding: 0 1%;
        margin: 0;
    }
    .counseling_policy_img{
        width: 100%;
    }
    .counseling_policy_title{
        font-size: 1.2em;
        padding: 10px 0;
        text-align: center;
        text-decoration: underline;
        line-height: 2.5em;
    }
    .counseling_policy_sentence{
        font-size: 0.9em;
        text-align: justify;
        padding: 10px 3%;
        border: 1px solid #E36262;
        background-color: #FFEDED;
        height: 7.5em;
    }
    #counseling_policy_mainimg{
        display: block;
        text-align: center;
        margin: 30px auto;
        width: 100%;
        object-fit: contain;
    }
    #counseling_policy_mainimg img{
        text-align: center;
        margin: 30px auto;
        width: 90%;
        object-fit: contain;
    }
    
    
    .banner_inquiry_wrap img{
        width: 550px;
        display: block;
        text-align: center;
        margin: 30px auto;
	}
    
}


@media (max-width:500px) {
    
    #counseling_phone a:link {
        color: #AC4384; 
    }
    #counseling_topimg{
        padding-left: 0;
        width: 100%;
    }
    
    .counseling_title{
        font-size: 1.1em;
        letter-spacing: 0.1em;
        line-height: 2em;
        text-align: center;
        background-color: #CB4877;
        color: #ffffff;
        margin: 20px 1% 20px;
    }
    .counseling_sentence{
        font-size: 0.9em;
        text-align: justify;
        padding: 10px 3%;
        font-weight: bold;
        line-height: 1.3em;
    }

    .counseling_policy_wrap{
        width: 98%;
        padding: 0 1%;
        margin: 0;
    }
    .counseling_policy_img{
        display: block;
        margin: 10px auto 0;
        width: 65%;
    }
    .counseling_policy_title{
        font-size: 1.1em;
        padding: 10px 0 0px;
        text-align: center;
        text-decoration: underline;
        line-height: 1.5em;
        height: 2em;
        vertical-align: middle;
    }
    .counseling_policy_sentence{
        font-size: 0.9em;
        text-align: justify;
        padding: 10px 3%;
        /*border: 1px solid #E36262;*/
        background-color: #FFEDED;
        margin: 0 2% 20px;
        line-height: 1.2em;
    }
    #counseling_policy_mainimg{
        display: block;
        text-align: center;
        margin: 10px auto;
        width: 100%;
        object-fit: contain;
    }
    #counseling_policy_mainimg img{
        text-align: center;
        margin: 10px auto;
        width: 100%;
        object-fit: contain;
    }
    
    
    .banner_inquiry_wrap img{
        width: 98%;
        display: block;
        text-align: center;
        margin: 30px 1%;
	}
	
}

