@charset "utf-8";
/*========リセット要素=======*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body{
  line-height:1.6;
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

#catch_area .catcha {
	text-align: center;
}


/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}


/*========汎用CSS=========*/
.full{
	width:100%;
}
.cont980{
	width:980px;
	margin:0 auto;
}
.cont920_full{
	width:920px;
	padding:0px;
	margin:0 auto;
}
.cont920{
	width:920px;
	padding:40px;
	box-sizing:border-box;
	margin:0 auto;
}
/*
.mincho{
	font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "游明朝体", "Yu Mincho","ＭＳ Ｐ明朝", "MS PMincho",  serif;
}
*/
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}
.red{
	color:#cc0000;
}
.blue{
	color:#0262BB;
}
.green{
	color:#039a31;
}
.white{
	color:#fff;
}
.l_yellow{
	color:#FBF2A2;
}
.bold{
	font-weight:bold;
}
.x-small{
	font-size:12px;
}
.big{
	font-size:120%;
}
.bigger{
	font-size:150%;
}
.biggest{
	font-size:200%;
}
.bg_y{
	background-color:#FCF302;
}
.bg_yb{
	background-color:#FCF302;
	font-weight:bold;
}
.bg_w{
	background-color:#fff;
}
.bg_lb{
	background-color:#d0eeee;
}
.bg_graph{
	background-image:url(../images/bg_03.gif);
	background-repeat:repeat;
}
.bg_01{
	background:#fff url(../images/bg_01.jpg) 358px 10px no-repeat;
}
.bg_02{
	background:#fff url(../images/bg_02.jpg) 304px top no-repeat;
	min-height:500px;
}
.bg_03{
	background:#fff url(../images/bg_03.jpg) 287px top no-repeat;
}
@media only screen and (max-width: 980px) {
	.bg_01{
		background:#fff url(../images/bg_01.jpg) 360px 120px no-repeat;
		background-size: 55% auto;
	}
	.bg_02{
		background:#fff url(../images/bg_02.jpg) 320px 75px no-repeat;
		background-size: 65% auto;
		min-height:inherit;
	}
	.bg_03{
		background:#fff url(../images/bg_03.jpg) 340px top no-repeat;
		background-size: 65% auto;
	}
}
@media only screen and (max-width: 640px) {
	.bg_01{
		background:#fff url(../images/bg_01.jpg) 180px 80px no-repeat;
		background-size: 55% auto;
	}
	.bg_02{
		background:#fff url(../images/bg_02.jpg) 170px 110px no-repeat;
		background-size: 65% auto;
		min-height:inherit;
	}
	.bg_03{
		background:#fff url(../images/bg_03.jpg) 160px 30px no-repeat;
		background-size: 65% auto;
	}
}
h2{
	margin-bottom:-40px;
	text-align:center;
}
.ribbon{
	width:100%;
	/*font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "游明朝体", "Yu Mincho","ＭＳ Ｐ明朝", "MS PMincho",  serif;*/
	font-weight:bold;
	font-size:2.5em;
	line-height:130%;
	color:#fff;
	position: relative;
	padding: .1em 0;
	background:linear-gradient(#2f81b5, #073e5d);
    margin-bottom:0px;
}
.ribbon_in{
	display: block;
	padding: .5em 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.ribbon:before,
.ribbon:after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
.ribbon:before {
	left: 0;
	border-width: 0 30px 30px 0;
	border-right-color: #4b83ae;
}
.ribbon:after {
	right: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-top-color: #4b83ae;
}
h4{
	font-size:1.8em;
	color:#02406f;
	border-top:2px solid #02406f;
	border-bottom:2px solid #02406f;
	padding:20px 0;
	margin:20px 0;
	text-align:center;
	line-height:1.5em;
}
.none{
	display:none;
}
.pc_none{
	display:none;
}
.sp_box{
	display:none;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}
.clearfix:after{
	display:block;
	content:"";
	float:none;
	clear:both;
}	
body{
	width:100%;
	background-image:url(../images/bg.gif);
}
p{
	padding-bottom:15px;
}
li{
	list-style-position:inside;
}
.header{
	 background-color:#333;
}

/*========SNS=========*/
.socialbutton{
	padding-top:20px;
}
/*========キャッチ=========*/
.catch{
	width:100%;
	height:500px;
	background:url(../images/catch_img.jpg) center top no-repeat;
	/*margin-bottom:50px;*/
}
/*========推薦文=========*/
.suisen{
	background-color:#fbf4d0;
	padding:15px;
	box-sizing:border-box;
	position:relative;
	margin-bottom:20px;
	}
.suisen_in{
		width:100%;
		border:2px double #A17206;
		padding:20px;
		box-sizing:border-box;
	}
.suisen_title{
	font-size:2.5em;
	line-height:130%;
}
.suisen_face{
	float:left;
	margin-right:15px;
}
.suisen .reki{
	font-size:85%;
	margin-right:15px;
}
.suisen_img{
	position:absolute;
	top:10px;
	left:20px;
}
.suisen hr{
	height:1px;
	background-color:#a17206;
	border:none;
}
/*========プロフィール=========*/
.profile{ 
	box-sizing:border-box;
	background: #252527;
	color: #fff;
	padding-bottom: 10px;
}
.profile_title {
	background: url(../images/profile_bg.jpg) center repeat-y;
	text-align: center;
	line-height: 2;
	margin: 25px auto 15px;
}
.profile p {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 0;
	margin-bottom: 15px;
}
/*========Q&A=========*/
.QA .qa_q:before{
    content:url(../images/q_img.png);
    margin: 10px;
    position: relative;
    top: 20px;
}
.QA .qa_q{
	color:#dd2878;
	font-size:40px;
	/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-weight:bold;
	padding-bottom:20px;
	line-height:1.5em;
}

.QA_A{
	border-radius:10px;
	background-color:#d0eeee;
	box-shadow:3px 3px 10px #6B6A6A;
	padding:15px;
	box-sizing:border-box;
}
.QA_A figure{
	background-color:#fff;
	text-align:center;
	padding:5px;
}
.qa_a{
	margin:0 15px 0 0;
	padding:0;
}
figure img{
	/*width:100%;*/
}
.table {
	border-collapse:collapse;
}
.table td {
	border: 1px solid #666;
	padding: 3px 2px 2px 6px;
}
/*========DVD内容紹介=========*/
.dvd_cont{
	border:2px solid #000;
	background-color:#fff;
	padding:20px;
	margin-top:20px;
	box-sizing:border-box;
}
.dvd_cont h3{
	/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-weight:bold;
	font-size:200%;
	line-height:180%;
}
.dvd_cont figcaption{
	text-align:center;
	font-size:90%;
}
.dvd_list p{
	padding:20px;
	border:1px solid #000;
	box-sizing:border-box;
	}
.dvd_list ul{
	margin:15px 0;
}
.dvd_list li{
	list-style:none;
	background:url(../images/list_check_blue.png) left 9px no-repeat;
	color:#0262BB;
	font-size:120%;
	font-weight:bold;
	border-bottom:1px dotted #333;
	padding: 12px 0 0 35px;
}
.dvd_list li p{
	color:#000;
	font-size:83%;
	font-weight:normal;
	border:none;
	padding:3px 0 7px;
}
/*========よくある質問=========*/
.FAQ{
	border:2px solid #000;
	padding:20px;
	margin-bottom:20px;
}
.FAQ dl{
	color:#0262BB;
	font-weight:bold;
	/*border-bottom:1px dotted #333;*/
	margin-bottom:10px;
}
.FAQ dt{
	margin-bottom:20px;
	border-bottom:1px dotted #333;
}
.kotei {
    position: fixed;
    bottom: -25px;
    right: 0px;
}
#footer{
	background-color:#333;
	padding-top:10px;
	margin-top:20px;
	margin-bottom:-30px;
}
#footer a{
	color:#8ADAFA;
}
@media screen and (max-width: 980px) {
body {background:none; /*PC用の背景はオフ*/
/*2020.2.04追加*/
line-height:1.8;

/*ここまで*/

}
body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../images/bg.gif); /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
  }
	.cont980{
	width:100%;
}
.cont920_full{
	width:94%;
}
.cont920{
	width:94%;
	padding:3%;
}
.W_full{
		width:100%;
}
.W_30{
	width:30%;
}
.W_50{
	width:50%;
}
.catch{
	width:100%;
	height:0px;
	padding-bottom:54%;
	background-image:url(../images/catch_img_s.jpg);
	background-size:cover;
}
.sp_W_full{
	max-width:100%;
}
.ribbon{
	font-size:2em;
}
.ribbon:after,.ribbon:before{
	z-index:-1;
}
	
}
/*========スマホ用=========*/
@media screen and (max-width: 640px) {
.sp_box{
	display:block;
	width:100%;
	box-sizing:border-box;
}
.max_box{
	display:none;
}
.sp_none{
	display:none;
}
.pc_none{
	display:block;
}
	
.prof_face{
	display: block;
    margin:auto;
	width:60%;
}
	
body{
	font-size:15px;
}
.cont920_full{
	width:100%
}
.cont920{
	width:100%;
	padding-top:6%;
	padding-bottom:6%;
}
.sp_W_full{
	width:100%;
}
h2{
	margin-bottom:-25px;
}
.suisen_title{
	font-size:2em;
}
.suisen_img{
	left:0px;
}
.suisen_img img{
	width:60px;
	height:auto;
}
.profile{
}
.profile_title {
	background-size: 100% 100%;
}
.QA .qa_q{
	font-size:2em;
	line-height:1.5em;
	margin-top:10px;
}
.QA .qa_q:before{
    content:url(../images/q_img_s.png);
	margin:3px;
	top: 5px;
}
.QA_A{
	padding:3%;
}
.qa_a img{
	width:30px;
	height:auto;
}
.dvd_cont{
	padding:3%;
}
.omousikomikotei {
    width: 100%;
    position: fixed;
    bottom: 0px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: -10px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#footer{
	padding-bottom:70px;
}
.float_r{
	float:none;
}
.biggest{
	font-size:170%;
}
.dvd_list li{
	background:none;
	padding: 12px 0 0;
}
.ribbon_in br{
	display: none;
}
}



/* voice */
#voice {
	background:url(../images/voice_bg.png);
}
.voice__box {
	width: 100%;
	max-width: 877px;
	margin: 0 auto 3px;
	border: 1px solid #BFBFBF;
	background: #FFF;
	height: 440px;
}
.voice__box_wrap {
	width: 95%;
	height: 400px;
	padding: 0 15px;
	overflow-y: hidden;
	margin: 25px auto 15px;
}
.voice__box_wrap .c120 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #1c97e8;
	margin-bottom: 0;
	line-height: 2;
}
.voice_name {
	font-size: 1.4rem;
	font-weight: bold;
	color: #1c97e8;
}
.voice__box_wrap hr {
	margin: 5px 0 15px;
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #999;
}
.voice_photo {
	float: right;
	margin: 0;
	padding: 10px 0 0 20px;
}
@media only screen and (max-width: 60em) {
	#voice {
	}
	.voice__box {
		width: 100%;
	}
	.voice__box_wrap {
		margin: 25px auto 15px;
		overflow-y: scroll;
	}
	.voice__box_wrap .c120 {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.voice_name {
		font-size: 1.2rem;
		margin-top: 0.5em;
	}
	img.wid_90 {
		width: 90%;
	}
}
@media only screen and (max-width: 37.5em) {
	#voice {
		padding-bottom: 20px;
	}
	.voice__box {
		height: 360px;
	}
	.voice__box_wrap {
		height: 330px;
		margin: 15px auto 15px;
	}
	.voice__box_wrap p {
		font-size: 0.9rem;
	}
	.voice__box_wrap .c120 {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.voice__box_wrap .c120 br {
		display: none;
	}
	.voice_name {
		font-size: 1rem !important;
	}
	.voice_photo {
		width: 50%;
		height: auto;
	}
	.voice_photo img {
		width: 100%;
		height: auto;
	}
	img.sp_wid_70 {
		width: 70%;
	}
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;

}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.p1 {
	margin-top: 60px;
	margin-bottom: 50px;
}
.box_inner {
	border: 2px solid #000;
	padding: 10px;
}
.float_r2 {
	float: right;
	padding: 3px 0 5px 10px;
}
@media only screen and (max-width: 60em) {
	.p1 {
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 37.5em) {
	.float_r2 {
		width: 50%;
	}
}


@media (min-width:980px) {

#catch_area {
	background: url(../images/catch_A_bg.jpg) no-repeat top center;
	margin-bottom: 30px;
}

}

