@charset "UTF-8";

/* font ---------------------------------------
Noto Sans Japanese：font-family: "Noto Sans Japanese";
さわらびゴシック：font-family: "Sawarabi Gothic";
 ---------------------------------------*/
@font-face {
   font-family: 'Noto Sans Japanese-midiam';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese-Bold';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
 }
/* ----------------------------------------------------------------------------------------------
	common
 ---------------------------------------------------------------------------------------------- */
html{
	font-size: 15px;
	margin-top: 0 !important;
}
body {
		/*
		font-size: 0.8vmax;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo UI, "メイリオ", "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
		font-family: 'YuGothic','Yu Gothic';
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'YuGothic','Yu Gothic', "メイリオ","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo UI, "メイリオ", "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Meiryo UI', "メイリオ", sans-serif;
*/
		font-weight: 500;
		line-height: 1.7em;
		-webkit-font-feature-settings: 'palt' 1;
		font-feature-settings: 'palt' 1;
		text-size-adjust:100%;
		-moz-text-size-adjust:100%;
		-webkit-text-size-adjust:100%;
		-ms-text-size-adjust:100%;
		font-size: 15px;
		letter-spacing: 0.15em;
}
body,
html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Meiryo UI', "メイリオ", sans-serif;
}
a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s linear;
    opacity: 1;
}
a:hover {
    text-decoration: none;
    opacity: .8;
}
a img {
    transition: opacity 0.3s linear;
    opacity: 1;
}
a:hover img {
    opacity: .9;
}
br.br-sp { display: none; }
br.br-sp2 { display: none; }
.flex {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.pre {
    white-space: pre-line;
    /* letter-spacing: 0.3px; */
}
#wrapper > .inner {
    width: 1200px;
    margin: 0px auto 50px auto;
}
button.drawer-toggle.drawer-hamburger {
    display: none;
}
#cntWrapper article .inner .leftMargin {
    width: 820px;
    margin: 0 0 0px auto;
    overflow: hidden;
}


/* TOP画像 ------------------------- */
#wrapper header .img,
#wrapper #contents .img {
    position:relative;
    width: 100%;
}
#wrapper header .img {
	position:relative;
	/* height:480px; */
}
#wrapper #contents .img {
	position:relative;
	/* height:400px; */
	margin-bottom: 37px;
}

#wrapper header .img img,
#wrapper #contents .img img {
	width: 100%;
	max-height: 400px;
}
#wrapper header .img span,
#wrapper #contents .img span {
    position: absolute;
    font-family: 'Noto Sans Japanese-Bold';
    font-weight: 900;
    font-size: 35px;
    color:#1e5799;
    text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 10px, white -2px 2px 10px, white 2px -2px 10px, white -2px -2px 10px, white 1px 2px 10px, white -1px 2px 10px, white 1px -2px 10px, white -1px -2px 10px, white 2px 1px 10px, white -2px 1px 10px, white 2px -1px 10px, white -2px -1px 10px, white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
    letter-spacing: 0.08em;
    /* font-size: 3.7vh; */
}


/* コンテンツ・サイド ---------------------------------*/
#cntWrapper {
    width: 100%;
    margin-top: 0 !important;
}
#cntWrapper #contents {
    width: 920px;
    height: auto;
}
#cntWrapper #contents .inner {
    width: 840px;
    margin: 0px auto;
    /* background: #ddd; */
    overflow: hidden;
    height: auto;
}
#cntWrapper #side {
    width: 250px;
    height: 100%;
}

/* タイトル ---------------------------------*/
#cntWrapper #contents .title {
	border-bottom: 3px solid #1e5799;
	color: #1e5799;
	text-align: center;
	font-size: 38px;
	font-family: 'Noto Sans Japanese-Bold';
	margin-bottom: 22px;
	line-height: 100%;
	padding: 0 0 20px 0;
}



/* グラデ-タイトル ---------------------------------*/
#cntWrapper article .titleBg {
   font-family: 'Noto Sans Japanese-midiam';
   letter-spacing: -0.03em;
   position: relative;
   padding: 10px 0px 10px 18px;
   margin-bottom: 20px;
   line-height: 1.5em;
   /* letter-spacing: -0.09em; */
   font-weight: 300;
   margin-top: 30px;
   font-size: 2.6vmin;
   font-size: 24px;
}
#cntWrapper article .titleBg:before {
    content: "";
    width: 8px;
    display: inline-block;
    position: absolute;
    height: 100%;
    background: rgb(0,86,156);
    background: -moz-linear-gradient(top, rgb(0,86,156) 0%, rgb(0,86,156) 30% rgb(0,138,220) 30%, rgb(0,138,220) 30%, rgb(0,138,220) 100%);
    background: -webkit-linear-gradient(top, rgb(0,86,156) 0%,rgb(0,86,156) 30%,rgb(0,138,220) 30%,rgb(0,138,220) 30%,rgb(0,138,220) 100%);
    background: linear-gradient(to bottom, rgb(0,86,156) 0%,rgb(0,86,156) 30%,rgb(0,138,220) 30%,rgb(0,138,220) 30%,rgb(0,138,220) 100%);
    top: 0;
    left: 0;
}

/*小見出し*/
#cntWrapper article .inSpan span {
    /* width: 20%; */
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    padding: 0px 15px;
}

/*２色タイトル*/
#cntWrapper #contents .twoCtitle {
    background: #1e5799;
    text-align: center;
    position: relative;
    height: 92px;
    padding: 25px 0 0 0;
    border: none;
    margin: 0 0 35px 0;
    font-family: 'Noto Sans Japanese';
}
#cntWrapper #contents .twoCtitle span {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    /* display: block; */
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #008adc;
    padding: 5px 0px;
}



/* 書籍・商品 ---------------------------------*/
#cntWrapper #contents .itemSet .flex {
	flex-wrap: wrap;
}
#cntWrapper #contents .itemSet .item {
	width: 400px;
	padding-top: 20px;
	height: 680px;
	position: relative;
	margin-bottom: 50px;
}
#cntWrapper #contents .itemSet .item .img {
	text-align: center;
	display: block;
}
#cntWrapper #contents .itemSet .item .img img {
	width: initial;
	width: auto;
	height: 270px;
}
#cntWrapper #contents .itemSet .item .inTitle {
	border-left: 10px solid #ffa701;
	background: #fff2e7;
	box-sizing: border-box;
	padding: 10px 0px 10px 20px;
	margin: 10px 0px;
}
#cntWrapper #contents .itemSet .item .inTitle h3 {
	font-size: 18px;
}
#cntWrapper #contents .itemSet .item .inTitle span {
	font-size: 13px;
}
#cntWrapper #contents .itemSet .item .dtl {
	width: 90%;
	margin: 0px auto;
	line-height: 1.6em;
	/* height: 270px; */
}


#cntWrapper #contents .itemSet .item .price {
    text-align: right;
    font-size: 30px;
    font-family: メイリオ;
    font-weight: bold;
    margin: 30px auto 10px auto;
    width: 90%;
    position: absolute;
    letter-spacing: 0.01em;
}
#cntWrapper #contents .itemSet .item .price:last-of-type {
    bottom: 60px;
}

#cntWrapper #contents .itemSet .item .price:after {
    content: "(税込)";
    font-size: 12px;
    font-weight: normal;
}


#cntWrapper #contents .itemSet .item a {
	display: block;
	background: #fe5737; /* Old browsers */
	background: -moz-linear-gradient(top, #fe5737 1%, #ff7159 50%, #ff2406 50%, #ff3727 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fe5737 1%,#ff7159 50%,#ff2406 50%,#ff3727 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fe5737 1%,#ff7159 50%,#ff2406 50%,#ff3727 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5737', endColorstr='#ff3727',GradientType=0 ); /* IE6-9 */
	text-align: center;
	/* padding: 18px 0px; */
	/* line-height: 0; */
	border-radius: 15px;
	position: relative;
	width: 90%;
	margin: 0px auto;
	position: absolute;
	bottom: 0;
}
#cntWrapper #contents .itemSet .item a span {
    font-size: 30px;
    font-family: メイリオ;
    font-weight: bold;
    /* line-height: 1; */
    /* height: 0; */
    color: #fff;
    letter-spacing: 0.1em;
    position: relative;
    width: 100%;
    display:block;
    padding: 18px 0px;
}
#cntWrapper #contents .itemSet .item a span:after {
	content:"";
	border: 15px solid transparent;
	border-left: 15px solid #fff;
	display: block;
	position: absolute;
	right: 0;
	top: 27%;
}




/* ----------------------------------------------------------------------------------------------
	header
 ---------------------------------------------------------------------------------------------- */
#wrapper header {
    padding-top: 20px;
    margin-bottom: 15px;
}

/* ロゴ ------------------------- */
#wrapper header .titleLogo {
    /* margin-bottom: 20px; */
    align-items: baseline;
    max-width: 1200px;
    margin: 0px auto 20px auto;
}
#wrapper header div .logo img {
    width: 210px;
}

/* menu ------------------------- */
#wrapper header nav {
    margin-bottom: 1px;
    max-width: 1200px;
    margin: 0px auto 1px auto;
}
#wrapper header nav ul li {
    display: block;
    width: 100%;
    text-align: center;
    border-right: 1px solid #FFF;
}
#wrapper header nav ul li:last-of-type {
    border-right: none;
}
#wrapper header nav ul li a {
    display: block;
    width: 100%;
    vertical-align:middle;
    background: rgb(100,182,219);
    background: -moz-linear-gradient(top, rgb(100,182,219) 1%, rgb(48,157,207) 52%, rgb(48,157,207) 100%);
    background: -webkit-linear-gradient(top, rgb(100,182,219) 1%,rgb(48,157,207) 52%,rgb(48,157,207) 100%);
    background: linear-gradient(to bottom, rgb(100,182,219) 1%,rgb(48,157,207) 52%,rgb(48,157,207) 100%);
    /* padding: 12px 0px; */
    color: #fff;
    font-family: "Noto Sans Japanese";
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: 300;
    font-size: 2.5vmin;
    height: 60px;
    line-height: 60px;
}

/* 固定後 */
#wrapper header .logofix {
    padding-top: 10px;
}
#wrapper header .is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: #fff;
  padding-top: 10px;
  z-index: 999999;
}
#wrapper header .is-fixed .titleLogo {
    margin-bottom: 5px;
}

#wrapper header .is-fixed nav li a {
    height: 45px;
    line-height: 45px;
}






/* ----------------------------------------------------------------------------------------------
	side
 ---------------------------------------------------------------------------------------------- */


#cntWrapper #side .mq {
   display: none;
}
#cntWrapper #side nav,
#cntWrapper #side aside div {
    margin-bottom: 20px;
}
#cntWrapper #side nav p {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #00569c;
}
#cntWrapper #side nav p a {
    display: table;
    width: 100%;
}
#cntWrapper #side nav p a > * {
    display: table-cell;
    width: 100%;
}
#cntWrapper #side nav p a,
#cntWrapper #side nav p a > * {
    height: 60px;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.5em;
}
#cntWrapper #side nav p a img {
    width: 60px;
    margin-right: 10px;
    border: 1px solid #00569c;
    border-bottom: none;
}

/* side */


#cntWrapper #side aside .bnr p {
	height: 90px;
	margin-bottom: 10px;
}

#cntWrapper #side .recent > p {
    background:-webkit-linear-gradient(60deg, #f00, #00f);
    background:-moz-linear-gradient(60deg, #f00, #00f);
    background:-o-linear-gradient(60deg, #f00, #00f);
    background:linear-gradient(130deg, #92bde4,#257ed0, #003782);
    color : #fff;
    font-size: 17px;
    font-family: "Sawarabi Gothic";
    padding: 5px;
    box-sizing: border-box;
    margin: 0 0 10px 0;
}
#cntWrapper #side aside div.recent ul {
    font-size: 12px;
}

#cntWrapper #side aside div.recent ul li span {
    font-size: 10px;
    display: block;
    text-align: right;
}

#cntWrapper #side aside div.recent ul li {
    margin-bottom: 10px;
    border-bottom: 1px dashed #00569c;
}

#cntWrapper #side aside div.recent ul li a {
    width: 90%;
    margin: 0px auto 5px 3%;
    display: block;
    position: relative;
    line-height: 1.5em;
}

#cntWrapper #side aside div.recent ul li a:after {
    content: "";
    border: 5px solid transparent;
    border-left: 5px solid #00569c;
    display: block;
    position: absolute;
    right: -15px;
    top: 45%;
}

/* ----------------------------------------------------------------------------------------------
	footer
 ---------------------------------------------------------------------------------------------- */
footer {
    width: 100%;
    background: #c0ebf8;
    border-bottom: 10px solid #00569c;
    /* position: relative; */
    min-width: 1200px;
}
footer .facebook {
    display: none;
}
footer .linkSet {
    position: relative;
}
footer .linkSet .topLink {
    position: absolute;
    right: 0;
    top: -52px;
    z-index: 9999;
}
footer .topLink a {
    display: block;
    padding: 10px 15px 10px 10px;
    line-height: 0;
	background: #00569c;
	background: -moz-linear-gradient(left, #00569c 96%, #002330 100%);
	background: -webkit-linear-gradient(left, #00569c 96%,#002330 100%);
	background: linear-gradient(to right, #00569c 96%,#002330 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00569c', endColorstr='#002330',GradientType=1 );
}

/*logo・アドレス・フォーム*/
footer div.flex {
    padding: 24px 0px;
    align-items: center;
    width: 1200px;
    margin: 0px auto;
}
footer .contact {
    border: 3px solid #fff;
    box-sizing: border-box;
    background: #ffd55b; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd55b 1%, #febf06 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffd55b 1%,#febf06 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffd55b 1%,#febf06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd55b', endColorstr='#febf06',GradientType=0 ); /* IE6-9 */
    width: 400px;
    box-shadow: 1px 1px 11px 4px #0d455f61;
    font-family: 'M+ P Type-1 (basic latin) Regular';
}
footer  .contact a {
    display: block;
    padding: 15px 0px 23px 100px;
    background: url("../images/icon_mail.png") no-repeat 5% 50%;
    font-size: 28px;
}
footer .contact a i {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}


/* 下部 */
footer nav,footer small {
    background: #fff;
    display: block;
    text-align: center;
    box-sizing:border-box;
}
footer nav {
    font-size: 12px;
    padding-top: 20px;
}
footer nav ul li a {
    text-decoration: underline;
}
footer nav ul {
	max-width: 1100px;
	margin: 0px auto;
	width: 100%;
}
footer small {
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ----------------------------------------------------------------------------------------------
	レスポンシブ
 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
/* -------------------------------
	common
 ------------------------------- */
	#wrapper > .inner {
		width: 100%;
	}
	#cntWrapper {

		flex-wrap: wrap;
		width: 98%;
		margin: 0px auto 10px auto !important;
	}
	#cntWrapper #contents {
		width: 75%;
	}
	#cntWrapper #contents .inner {
    	width: 95%;
    	/* font-size: 1.7vmin; */
	 }
 	.pre {
		/* font-size: 1.6vmin; */
		line-height: 2em;
		letter-spacing: 0.01em;
	}

/* 書籍・商品 ---------------------------------*/
	#cntWrapper #contents .itemSet .item .dtl {
		font-size: 95%;
		line-height: 1.7em;
	}
	#cntWrapper #contents .itemSet .item .inTitle {
		padding-left: 7px;
		line-height: 1.5em;
	}
	#cntWrapper #contents .itemSet .item {
		width: 48%;
		max-width: 400px;
	}

	#wrapper #contents .img {
		margin-bottom: 20px;
	}
/* -------------------------------
	header
 ------------------------------- */
	/*menu*/
	div#wrapper header p img {
		width: 95%;
		margin-left: 10px;
	}
	#wrapper header nav ul li a {
		font-size: 2.2vmin;
	}
	#wrapper header .img span, 
	#wrapper #contents .img span {
		font-size: 2.9vmin;
	}

/* -------------------------------
	contenes
 ------------------------------- */
	#cntWrapper article .inner .leftMargin {
		width: 98%;
	}
	#cntWrapper article .inSpan span {
		font-size: 60%;
	}
/* -------------------------------
	side
 ------------------------------- */
	#cntWrapper #side {
		width: 24%;
	}
	#cntWrapper #side img {
		width: 100%;
		max-width: 250px;
	}
	#cntWrapper #side aside .bnr p {
		height: inherit;
		margin-bottom: 0px;
	}

/* -------------------------------
	footer
 ------------------------------- */
	footer {
		min-width: 100%;
	}
	footer div.flex {
		width: 95%;
		padding: 15px 0px;
		flex-wrap: nowrap;
		/* justify-content: center; */
	}
	footer div img {
		/* width: 340px; */
	}
	footer div .logo img {
		width: 100%;
	}
	footer .flex p {
		width: 40%;
		padding: 0px 1%;
	}
	footer .flex .logo {
		width: 20%;
	}
	footer .flex .contact a {
		font-size:25px;
		background-size: 45px;
		padding: 15px 0px 23px 70px;
		background-position: 2% 50%;
	}
	footer nav ul.flex {
		width: 90%;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	footer nav ul.flex li {
		margin-right: 10px;
	}


}

@media screen and (max-width: 1000px) {
	#cntWrapper #contents .itemSet .item .inTitle h3 {
		font-size: 17px;
	}
}



@media screen and (max-width: 900px) {
	#cntWrapper #contents .title {
    font-size: 30px;
    padding-bottom: 10px;
 }
	
}
@media screen and (max-width: 768px) {
	body {font-family: "Sawarabi Gothic";font-size: 13px;}
	#cntWrapper #side .facebook {
			display: none;
	}
	br.br-sp { display: block; }
	footer .facebook {
			display: flex;
			background: #fff;
			justify-content: space-between;
			/* padding-bottom: 50px; */
			width: 100%;
			padding: 2% 2% 10%;
			box-sizing: border-box;
	}
	.fb_iframe_widget_fluid {
			outline: 4px solid #004db3;
			border: 2px solid #FFF;
	}
/* 書籍・商品 ---------------------------------*/
	#cntWrapper .book #introduction .dvd p.price i {
		font-size: 12px;
	}

	#cntWrapper #contents .itemSet .item .price {
		font-size: 25px;
	}

	#cntWrapper #contents .itemSet .item .price:after {
		font-size: 10px;
	}

/* -------------------------------
	side
 ------------------------------- */
	#cntWrapper article .titleBg {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#cntWrapper #side nav p a img {
		width: 45px;
	}
	#cntWrapper #side nav p a, #cntWrapper #side nav p a > * {
		height: 45px;
	}

/* -------------------------------
	footer
 ------------------------------- */
	footer div.flex {
		display: block;
		text-align: center;
	}
	footer div.flex p {
		display: inline-block;
		vertical-align: middle;
	}

	footer .flex .logo {
		width: 45%;
		text-align: left;
	}
	footer .flex .logo img {
		width: 250px;
	}

	footer div.flex .pre {
		line-height: 1.5em;
		width: 57%;
	}
	footer div.flex .pre {
		width: 45%;
		text-align: left;
		padding: 0;
	}

	footer div.flex .contact {
		width: 95%;
		margin: 10px auto 0px auto;
		box-shadow: none;
		display: block;
	}
	footer .flex .contact a {
		padding: 20px 0px 20px 70px;
		background-position: 8% 50%;
	}
	footer .contact a i {
		display: inline-block;
		margin-bottom: 0;
		text-align: inherit;
	}


/**/
	footer nav ul.flex {
		flex-wrap: wrap;
		justify-content: start;
	}
	footer nav ul.flex li {
		padding: 0px 10px 0px 0px;
		margin-bottom: 5px;
	}
	footer nav ul li a {
		padding: 5px;

	}


}

@media screen and (max-width: 767px) { /* ------------------- */
/* -------------------------------
	common
 ------------------------------- */
	#cntWrapper {
			display: block;
	}
	#cntWrapper #contents {
			width: 100%;
	}

	 #wrapper header > .img span, #wrapper #contents > .img span {
		font-size: 3.7vmin;
	}

	/*サイド*/
	button.drawer-toggle.drawer-hamburger {
		display: block;
		z-index: 9999999;
	}
	#cntWrapper #side {
		width: 100%;
		padding: 11% 2% 2% 2%;
		box-sizing: border-box;
		z-index: 999999;
	}
	#cntWrapper #side nav p {
		margin-bottom: 0px;
	}

	#cntWrapper #side nav p a img {
		width: 30px;
	}

	#cntWrapper #side nav p a, #cntWrapper #side nav p a > * {
		height: 30px;
	}

	#cntWrapper #side div.bnr p {
		display: inline-block;
		width: 48%;
	}
	.drawer--right .drawer-nav {
		right: -999px !important;
	}
	.drawer--right.drawer-open .drawer-nav {
		right: 0 !important;
	}
	.drawer--right.drawer-open .drawer-hamburger {
		right: 80% !important;
	}

	/*footer*/
}


@media screen and (max-width: 480px) { /*smartphone*/
/* -------------------------------
	common
 ------------------------------- */
	 .pre {
		line-height: 1.7em;
	}
	br.br-sp2 { display: block; }
	#wrapper header .logofix.is-fixed {
		box-shadow: -2px 0px 11px 0px #a2a2a2;
		padding-top: 6px;
	}
	#wrapper header .is-fixed p {
		margin: 0px auto;
	}
	#wrapper header .is-fixed .logo img {
		width: 140px;
		margin: 0;
	}
	footer .linkSet .topLink {
		position: inherit;
		top: initial;
		text-align: right;
		text-align: center;
	}

	footer .topLink a {
		padding: 10px 15px;
		background: #00569c;
	}	
/*----------------------*/
	#cntWrapper #contents .twoCtitle span {
		font-size: 12px;
	}
	#cntWrapper #contents .twoCtitle img[alt="提携・協力病院及び医師"] {
		width: 330px;
	}

/*書籍販売*/
	#cntWrapper #contents .itemSet .item {
		margin-bottom: 20px;
	}
	#cntWrapper #contents .itemSet .item a {
		position: initial;
	}
	#cntWrapper #contents .itemSet .item .price {
		position: initial;
	}
	#cntWrapper #contents .itemSet .item .inTitle h3 .br-sp {
		display: none;
	}
/* -------------------------------
	header
 ------------------------------- */
	#wrapper header div {
		display: block;
		text-align: center;
		margin-bottom: 5px;
		width: 100%;
	}
	#wrapper header div p:last-of-type img {
		width: 200px;
	}
	#wrapper header {
		padding-top: 5px;
	}
	#wrapper header .titleLogo {
		width: 95%;
		margin: 0 auto 5px 0;
	}
	#wrapper header .logofix {
		padding-top: 0;
	}
	#wrapper header div p img {
		margin-left: 0;
	}
	#wrapper header .img span, #wrapper #contents .img span,
	#wrapper header > .img span,
	#wrapper #contents > .img span {
		font-size: 1.5em;
	}
	#wrapper #contents > .img span:last-of-type {
		top: 30%;
	}
	#cntWrapper #contents .title {
		font-size: 25px;
		margin-bottom: 10px;
	}
	#cntWrapper article .titleBg {
		margin-top: 0;
		font-size: 18px;
	}

/* -------------------------------
	side
 ------------------------------- */
 #cntWrapper #side .mq,#cntWrapper #side .sp {
 	display: flex;
 	margin-bottom: 0px;
 	flex-wrap: wrap;
 }
	#cntWrapper #side .mq p {
		text-align: center;
		font-size: 45px;
		border-bottom: none;
		display: block;
		width: 32%;
		background: #00569c;
		text-align: center;
		margin-bottom: 3px;
	}
	#cntWrapper #side .mq p.col2 {
		width: 49%;
	}
	#cntWrapper #side .mq p a {
		height: 100%;
		display: block;
		line-height: 100%;
		color: #fff;
		text-align: center;
		font-size: 10px;
		padding-bottom: 10px;
	}
	#cntWrapper #side .mq p i {
		font-size: 40px;
		color: #fff;
		display: block;
		height: 50px;
		margin-bottom: 2px;
	}
	#cntWrapper #side .sp {
		justify-content: start;
	}
	#cntWrapper #side .sp p {
		width: 32%;
		border: 1px solid #00569c;
		box-sizing: border-box;
		display: table;
		height: 80px;
	}
	#cntWrapper #side .sp p:nth-of-type(2),
	#cntWrapper #side .sp p:nth-of-type(5) {
		margin: 0px 2% 5px 2%;
	}
	#cntWrapper #side .sp p a img {
		display: inline;
		margin: 0;
		width: 50px;
		height: 50px;
		border: none;
	}
	#cntWrapper #side nav .sp a {
		display: block;
	}
	#cntWrapper #side .sp p a,
	#cntWrapper #side .sp p a > * {
		display: block;
	}
	#cntWrapper #side .sp p a {
		display: table-cell;
		height: 80px;
		vertical-align: middle;
		text-align: center;
	}
	#cntWrapper #side .sp p a span {
		font-size: 10px;
		width: 90%;
		margin: 5px auto 0px auto;
		line-height: 100%;
		height: auto;
		text-align: center;
		letter-spacing: -0.01em;
	}
	#cntWrapper #side aside div.recent ul li {
		width: 48%;
	}
	#cntWrapper #side aside .recent p {
		text-align: center;
	}
	#cntWrapper #side aside div.recent ul li a p {
		overflow: hidden;
		height: 16px;
	}
	#cntWrapper #side aside div.recent ul {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	#cntWrapper #side nav, #cntWrapper #side aside div {
		margin-bottom: 5px;
	}
	#cntWrapper #side div.bnr p {
    width: 31.8%;
}
/* -------------------------------
	footer
 ------------------------------- */
	footer .flex .logo {
		display: block;
		width: 60%;
		margin: 0px auto;
	}
	footer div.flex p.pre {
		width: 90%;
	}
	footer div.flex .contact {
		width: 90%;
	}
	footer .flex .contact a {
		font-size: 22px;
		padding-left: 50px;
		background-position: 5% 50%;
	}
	footer nav {
		padding: 0;
	}
	footer nav ul.flex li {
		width: 50%;
		padding: 0;
		margin: 0;
		border: 1px solid #c0ebf8;
		box-sizing: border-box;
		border-left: none;
		border-top: none;
	}
	footer nav ul.flex li:nth-of-type(2n) {
		border-right: none;
	}
	footer nav ul.flex {
		width: 100%;
	}
	footer nav ul li a {
		padding: 5px 0px;
		display: block;
	}
	footer .facebook {
		display: block;
		text-align: center;
		padding-bottom: 15%;
	}
	.fb_iframe_widget_fluid {
		display: inline-block !important;
		outline: 2px solid #004db3;
		border: 1px solid #FFF;
		margin-bottom: 10px;
		max-width: 95%;
		width: 350px;
	}
	.fb_iframe_widget_fluid span,
	.fb_iframe_widget iframe {
		width: 100% !important;
	}
	footer .flex .logo img {
		width: 100%;
	}
	footer .contact a i {
		display: block;
	}
}

