@charset "UTF-8";
/* css o2doctor [top] */

@import url("main.css");

/*---------------------------------------------------- */
/* capsule Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_capsule {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
}
.waku_capsule .capsulebox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}

/*== img ==*/
.waku_capsule .capsulebox figure {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_capsule .capsulebox figure .photo_capsule {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_capsule .capsulebox figure .photo_capsule video {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*---------------------------------------------------- */
/* About Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_about .aboutbox {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== P ==*/
.txt_about, .txt_about-t, .txt_about-b {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.txt_about p, .txt_about-t p, .txt_about-b p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-align: left;
	line-height: 1.6;
}
.txt_about p a, .txt_about-t p a, .txt_about-b p a {
	font-weight: 600;
	text-decoration: underline;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Disc ==*/
.list_disc {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.list_disc ol {
	padding: 0;
	margin: 0;
	height: auto;
	list-style-type: none;
}
.list_disc ol li { 
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
	text-decoration: none;
	position: relative;
	list-style-type: none;
}
.list_disc ol li:before { 
	content: "";
	position: absolute;
	top: .4em;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #9d9e9f;
	border-radius: 50%;
}
.list_disc ol li h4 { 
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 600;
}
.list_disc ol li p { 
	padding: 0;
	margin: 0;
	color: #5d5e5f;
	font-weight: 500;
}

/*== Number ==*/
.list_decimal {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.list_decimal ol {
	padding: 0;
	margin: 0;
	height: auto;
	counter-reset: li_count;
	list-style-type: none;
}
.list_decimal ol li { 
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
	text-decoration: none;
	position: relative;
	list-style-type: none;
}
.list_decimal ol li:before { 
	padding: 0;
	margin: 0;
	position: absolute;
	counter-increment: li_count;  /* カウンタの値を計算していく */
	content: counter(li_count)"."; /* 数字出力 */
	display: inline-block;
	color: #3d3e3f;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-align: left;
	left: 0;
}
.list_decimal ol li h4 { 
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 500;
}
.list_decimal ol li p { 
	padding: 0;
	margin: 0;
	color: #5d5e5f;
	font-weight: 500;
}

/*---------------------------------------------------- */
/* Reason */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_reason {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Box ==*/
.waku_reason .reasonbox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}
.waku_reason .reasonbox article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== img ==*/
.waku_reason .reasonbox article figure {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.waku_reason .reasonbox article figure img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

/*== a:links ==*/
.waku_reason .reasonbox article figure a {
	text-decoration: none;
	text-indent: -999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	z-index: 2;
	background-color: transparent;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.waku_reason .reasonbox article figure a:hover {
	background-color: rgba(0, 0, 0, .5);
}
.waku_reason .reasonbox article figure a:before {
	content: "\f00e";
	font: 24px/44px "Font Awesome 5 Free";
	font-weight: 900;
	color: rgba(0, 0, 0, 0);
	text-indent: 11px;
	width: 46px;
	height: 46px;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 20%); 
	transform: translate(-50%, 20%);
	z-index: 3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.waku_reason .reasonbox article figure a:hover:before {
	color: rgba(0, 0, 0, .8);
	background-color: rgba(255, 255, 255, .9);
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}
.waku_reason .reasonbox article figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*---------------------------------------------------- */
/* manga Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_manga {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
}
.waku_manga .mangabox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}

/*== img ==*/
.waku_manga .mangabox figure {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_manga .mangabox figure .photo_manga {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_manga .mangabox figure .photo_manga img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*---------------------------------------------------- */
/* interview Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_interview {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
}
.waku_interview .interviewbox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}

/*== img ==*/
.waku_interview .interviewbox figure {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_interview .interviewbox figure .photo_interview {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_interview .interviewbox figure .photo_interview img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* capsule Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_capsule {
	width: 98%;
	max-width: 1080px;
}
.waku_capsule .capsulebox {
	padding-top: 5px;
	margin: 0 1.5%;
	width: 86.0%;
	max-width: 860px;
}

/*== img ==*/
.waku_capsule .capsulebox figure {
	width: 100%;
}
.waku_capsule .capsulebox figure .photo_capsule {
	width: 100%;
}

/*---------------------------------------------------- */
/* About Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	padding-bottom: 55px;
	width: 98%;
	max-width: 1080px;
}
.waku_about:last-child {
	padding-bottom: 0;
	width: 98%;
	max-width: 1080px;
}
.waku_about .aboutbox {
	padding-bottom: 45px;
	width: 98%;
}
.waku_about .aboutbox:last-child {
	padding-bottom: 0;
	width: 98%;
}

/*== P ==*/
.txt_about {
	width: 98%;
}
.txt_about-t {
	margin-top: 30px;
	width: 98%;
}
.txt_about-b {
	margin-bottom: 30px;
	width: 98%;
}
.txt_about p, .txt_about-t p, .txt_about-b p {
	font-size: 17px;
	line-height: 1.9;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Disc ==*/
.list_disc {
	padding-bottom: 10px;
	width: 98%;
}
.list_disc ol {
	margin-left: 1%;
	width: 97%;
}
.list_disc ol li { 
	padding: 0;
	margin: 20px 0 15px 0;
	width: 100%;
	font-size: 17px;
	line-height: 1.6;
}
.list_disc ol li:before { 
	width: 12px;
	height: 12px;
	top: 7px;
	left: 11px;
}
.list_disc ol li h4 { 
	margin-left: 33px;
	font-size: 18px;
}
.list_disc ol li p { 
	margin: 2px 0 5px 0;
	margin-left: 33px;
	font-size: 17px;
}

/*== Number ==*/
.list_decimal {
	padding-bottom: 10px;
	width: 98%;
}
.list_decimal ol {
	margin-left: 1%;
	width: 97%;
}
.list_decimal ol li { 
	padding: 0;
	margin: 20px 0 15px 0;
	width: 100%;
	font-size: 17px;
	line-height: 1.6;
}
.list_decimal ol li:before { 
	font-size: 19px;
	width: 19px;
	height: 19px;
	line-height: 19px;
	top: 3px;
	left: 0;
}
.list_decimal ol li h4 { 
	margin-left: 33px;
	font-size: 18px;
}
.list_decimal ol li p { 
	margin: 2px 0 5px 0;
	margin-left: 33px;
	font-size: 17px;
}

/*---------------------------------------------------- */
/* Reason */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_reason {
	width: 98%;
}

/*== Box ==*/
.waku_reason .reasonbox {
	/*padding-bottom: 25px;*/
	margin: 0 1.2%;
	width: 30.4%;
}
.waku_reason .reasonbox article {
	width: 100%;
}

/*== img ==*/
.waku_reason .reasonbox article figure {
	height: 240px;
	max-height: 240px;
}
.waku_reason .reasonbox article figure img {
	min-width: 100%;
	width: 100%;
}

/*---------------------------------------------------- */
/* manga Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_manga {
	width: 98%;
	max-width: 1080px;
}
.waku_manga .mangabox {
	padding-top: 5px;
	padding-bottom: 15px;
	margin: 0 1.5%;
	width: 76.0%;
	max-width: 660px;
}

/*== img ==*/
.waku_manga .mangabox figure {
	width: 100%;
}
.waku_manga .mangabox figure .photo_manga {
	width: 100%;
}

/*---------------------------------------------------- */
/* interview Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_interview {
	width: 98%;
	max-width: 1080px;
}
.waku_interview .interviewbox {
	padding-top: 5px;
	padding-bottom: 15px;
	margin: 0 1.5%;
	width: 90.0%;
	max-width: 900px;
}

/*== img ==*/
.waku_interview .interviewbox figure {
	width: 100%;
}
.waku_interview .interviewbox figure .photo_interview {
	width: 100%;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 650px) {
/*---------------------------------------------------- */
/* capsule Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_capsule {
	width: 98%;
}
.waku_capsule .capsulebox {
	padding-top: 5px;
	margin: 0 1.0%;
	width: 92.0%;
}

/*== img ==*/
.waku_capsule .capsulebox figure {
	width: 100%;
}
.waku_capsule .capsulebox figure .photo_capsule {
	width: 100%;
}

/*---------------------------------------------------- */
/* About Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	padding-bottom: 45px;
	width: 98%;
}
.waku_about:last-child {
	padding-bottom: 0;
	width: 98%;
}
.waku_about .aboutbox {
	padding-bottom: 35px;
	width: 98%;
}
.waku_about .aboutbox:last-child {
	padding-bottom: 0;
	width: 98%;
}

/*== P ==*/
.txt_about {
	width: 98%;
}
.txt_about-t {
	margin-top: 20px;
	width: 98%;
}
.txt_about-b {
	margin-bottom: 20px;
	width: 98%;
}
.txt_about p, .txt_about-t p, .txt_about-b p {
	font-size: 16px;
	line-height: 1.7;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Disc ==*/
.list_disc {
	padding-bottom: 10px;
	width: 98%;
}
.list_disc ol {
	margin-left: 1.5%;
	width: 97%;
}
.list_disc ol li { 
	padding: 0;
	margin: 18px 0 12px 0;
	width: 100%;
	font-size: 15px;
	line-height: 1.7;
}
.list_disc ol li:before { 
	width: 11px;
	height: 11px;
	top: 6px;
	left: 9px;
}
.list_disc ol li h4 { 
	margin-left: 31px;
	font-size: 17px;
}
.list_disc ol li p { 
	padding: 1px 0 4px 0;
	margin-left: 31px;
	font-size: 16px;
}

/*== Number ==*/
.list_decimal {
	padding-bottom: 10px;
	width: 98%;
}
.list_decimal ol {
	margin-left: 1.5%;
	width: 97%;
}
.list_decimal ol li { 
	padding: 0;
	margin: 18px 0 12px 0;
	width: 100%;
	font-size: 15px;
	line-height: 1.7;
}
.list_decimal ol li:before { 
	font-size: 18px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	top: 4px;
	left: 0;
}
.list_decimal ol li h4 { 
	margin-left: 31px;
	font-size: 17px;
}
.list_decimal ol li p { 
	padding: 1px 0 4px 0;
	margin-left: 31px;
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Reason */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_reason {
	width: 96%;
}

/*== Box ==*/
.waku_reason .reasonbox {
	padding-top: 20px;
	margin: 0 1.0%;
	width: 47.4%;
}
.waku_reason .reasonbox:first-child,
.waku_reason .reasonbox:nth-child(2) {
	padding-top: 0;
	margin: 0 1.0%;
	width: 47.4%;
}
.waku_reason .reasonbox article {
	width: 100%;
}

/*== img ==*/
.waku_reason .reasonbox article figure {
	height: 210px;
	max-height: 210px;
}
.waku_reason .reasonbox article figure img {
	min-width: 100%;
	width: 100%;
}

/*---------------------------------------------------- */
/* manga Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_manga {
	width: 98%;
}
.waku_manga .mangabox {
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0 1.0%;
	width: 92.0%;
}

/*== img ==*/
.waku_manga .mangabox figure {
	width: 100%;
}
.waku_manga .mangabox figure .photo_manga {
	width: 100%;
}

/*---------------------------------------------------- */
/* interview Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_interview {
	width: 98%;
}
.waku_interview .interviewbox {
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0 1.0%;
	width: 92.0%;
}

/*== img ==*/
.waku_interview .interviewbox figure {
	width: 100%;
}
.waku_interview .interviewbox figure .photo_interview {
	width: 100%;
}


}


/* SP */
@media only screen and (max-width: 649px) {
/*---------------------------------------------------- */
/* capsule Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_capsule {
	width: 98%;
}
.waku_capsule .capsulebox {
	padding-top: 0;
	margin: 0 0.5%;
	width: 96.0%;
}

/*== img ==*/
.waku_capsule .capsulebox figure {
	width: 100%;
	background-color: #000;
}
.waku_capsule .capsulebox figure .photo_capsule {
	width: 100%;
}

/*---------------------------------------------------- */
/* About Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	padding-bottom: 35px;
	width: 98%;
}
.waku_about:last-child {
	padding-bottom: 0;
	width: 98%;
}
.waku_about .aboutbox {
	padding-bottom: 25px;
	width: 98%;
}
.waku_about .aboutbox:last-child {
	padding-bottom: 0;
	width: 98%;
}

/*== P ==*/
.txt_about {
	width: 98%;
}
.txt_about-t {
	margin-top: 15px;
	width: 98%;
}
.txt_about-b {
	margin-bottom: 15px;
	width: 98%;
}
.txt_about p, .txt_about-t p, .txt_about-b p {
	font-size: 15px;
	line-height: 1.5;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Disc ==*/
.list_disc {
	padding-bottom: 10px;
	width: 98%;
}
.list_disc ol {
	margin-left: 1.5%;
	width: 97%;
}
.list_disc ol li { 
	padding: 0;
	margin: 15px 0 10px 0;
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
}
.list_disc ol li:before { 
	width: 10px;
	height: 10px;
	top: 5px;
	left: 6px;
}
.list_disc ol li h4 { 
	margin-left: 28px;
	font-size: 16px;
}
.list_disc ol li p { 
	padding: 0 0 3px 0;
	margin-left: 28px;
	font-size: 15px;
}

/*== Number ==*/
.list_decimal {
	padding-bottom: 10px;
	width: 98%;
}
.list_decimal ol {
	margin-left: 1.5%;
	width: 97%;
}
.list_decimal ol li { 
	padding: 0;
	margin: 15px 0 10px 0;
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
}
.list_decimal ol li:before { 
	font-size: 17px;
	width: 17px;
	height: 17px;
	line-height: 17px;
	top: 1px;
	left: 0;
}
.list_decimal ol li h4 { 
	margin-left: 28px;
	font-size: 16px;
}
.list_decimal ol li p { 
	padding: 0 0 3px 0;
	margin-left: 28px;
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Reason */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_reason {
	width: 96%;
}

/*== Box ==*/
.waku_reason .reasonbox {
	padding-top: 16px;
	margin: 0 0.6%;
	width: 97.0%;
}
.waku_reason .reasonbox:first-child {
	padding-top: 0;
	margin: 0 0.6%;
	width: 97.0%;
}
.waku_reason .reasonbox article {
	width: 100%;
}

/*== img ==*/
.waku_reason .reasonbox article figure {
	/*height: 170px;
	max-height: 170px;*/
}
.waku_reason .reasonbox article figure img {
	min-width: 100%;
	width: 100%;
}

/*---------------------------------------------------- */
/* manga Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_manga {
	width: 98%;
}
.waku_manga .mangabox {
	padding-top: 0;
	padding-bottom: 10px;
	margin: 0 0.5%;
	width: 96.0%;
}

/*== img ==*/
.waku_manga .mangabox figure {
	width: 100%;
}
.waku_manga .mangabox figure .photo_manga {
	width: 100%;
}

/*---------------------------------------------------- */
/* interview Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_interview {
	width: 98%;
}
.waku_interview .interviewbox {
	padding-top: 0;
	padding-bottom: 10px;
	margin: 0 0.5%;
	width: 96.0%;
}

/*== img ==*/
.waku_interview .interviewbox figure {
	width: 100%;
}
.waku_interview .interviewbox figure .photo_interview {
	width: 100%;
}



}