@charset "UTF-8";

html{
    /* -webkit-overflow-scrolling: touch; */
}

.debug{
    position: fixed;
    color: #fff;
    margin: 10px;
    z-index: 9999;
}

body{
    font-size: 1.0rem;
    line-height: 1.7;
    background-color: #fff;
}

a{
	text-decoration: none;
	/*transition: 0.3s;*/
    color: #231815;
}

/*
a img:hover{
	transition: 0.5s;
    cursor: pointer;
}
*/

img {
    width: 100%;
/*    height: auto;*/
    vertical-align: middle;
    /* display: block; */
    /* -webkit-backface-visibility: hidden; */
}


/*---------------------------------------------------------------------------
　コンテンツ大枠
---------------------------------------------------------------------------*/
#container {
	width:100%;
}

.contentsWindow {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.contentsWindow img{
	max-width: 100%;
	width: auto;
	height: auto;
}

.CB1200{
	max-width: none;
	margin:0 15px;
}

.CB1360{
	max-width: none;
	margin:0 15px;
}


/*---------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------*/

#headerSection{
	width: 100%;
	background-color: #fff;
}

.headerContents{
	max-width: none;
	box-sizing: border-box;
	margin: 0 0 0 15px;
	padding: 0px 0px 0px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.headerLogo{
	max-width: none;
	margin:0px 0px 0px 0px;
	width: 50%;
	box-sizing: border-box;
	padding: 5px 10px 0px 0px;
	line-height: 1;
}

.headerLogo img{
	width: 100%;
}

.headerBtn{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	max-width: none;
	width: 50%;
}


/*---------- Global Menu -----------*/

.headerMenu{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 3% 15px 3%;
	line-height: 1;
}

.headerMenu img{
	max-width: 100%;
}


/*---------- /Global Menu -----------*/


/*----------------------------------------------------------------------------------------
フッター
----------------------------------------------------------------------------------------*/

#footerSection{
	margin-top: 70px;
	padding: 50px 15px 20px;
	text-align: center;
	background-color: #dff4f5;
	position: relative;
	z-index: 2;
}

#footerSection.ftTop,
#footerSection.ftCa{
	margin-top: 0px;
}

.footerConsulBtn{
	max-width: none;
	margin: -85px auto 20px;
}

.footerContents{
	max-width: none;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0px 0px 20px;
	display: block;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: nowrap;
}

.footerLogo{
	max-width: none;
	margin:0px auto 0px auto;
	width: 80%;
}

.footerLink{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
}

.footerLink a{
	display: block;
	margin: 20px 5px 0px 5px;
}

.footerCopy{
	padding: 15px 0px 0px;
	border-top: 1px solid #fff;
}

.footerCopy img{
	max-width: none;
	width: 80%;
}

/*----------------------------------------------------------------------------------------
TOPページ
----------------------------------------------------------------------------------------*/

.pTop{
	position: relative;
	z-index: 1;
}

.topPosiLink01{
	display: block;
	position: absolute;
	top: 20.7%;
	left: 0;
	width: 100%;
	padding-bottom: 4%;
	z-index: 2;
}

.topPosiLink02{
	display: block;
	position: absolute;
	top: 21.7%;
	left: 0;
	width: 100%;
	padding-bottom: 4%;
	z-index: 2;
}

.topPosiLink03{
	display: block;
	position: absolute;
	top: 22.7%;
	left: 0;
	width: 100%;
	padding-bottom: 4%;
	z-index: 2;
}


/*----------------------------------------------------------------------------------------
コラム
----------------------------------------------------------------------------------------*/

.pColumn{
	position: relative;
	z-index: 1;
}

.columnPosiLink0101{
	display: block;
	position: absolute;
	top: 11.5%;
	left: 0;
	width: 100%;
	padding-bottom: 3%;
	z-index: 2;
}

.columnPosiLink0102{
	display: block;
	position: absolute;
	top: 12.3%;
	left: 0;
	width: 100%;
	padding-bottom: 3%;
	z-index: 2;
}

.columnPosiLink0201{
	display: block;
	position: absolute;
	top: 13.5%;
	left: 0;
	width: 100%;
	padding-bottom: 3%;
	z-index: 2;
}

.columnPosiLink0202{
	display: block;
	position: absolute;
	top: 14.4%;
	left: 0;
	width: 100%;
	padding-bottom: 3%;
	z-index: 2;
}

.columnPosiLink0301{
	display: block;
	position: absolute;
	top: 35%;
	left: 0;
	width: 100%;
	padding-bottom: 3%;
	z-index: 2;
}

.columnPosiLink0302{
	display: block;
	position: absolute;
	top: 37.6%;
	left: 0;
	width: 100%;
	padding-bottom: 3%;
	z-index: 2;
}



/*----------------------------------------------------------------------------------------
問診結果
----------------------------------------------------------------------------------------*/

.resLinkList{
	font-size: 1.25rem;
	font-weight: bold;
	text-align: left;
	padding-top: 30px;
	margin-bottom: 50px;
}

.resLinkList li{
	margin-bottom: 20px;
}

.resLinkList li a{
	text-decoration: underline;
}

.resLinkList li a:hover{
	text-decoration: none;
}