@charset "UTF-8";
html {
font-size: 62.5%;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
body {
font-size: 1.4em;
margin: 0px;
padding: 0px;
line-height: 150%;

}

a:link {
text-decoration:none;
color: #000000;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
-o-transform: all 0.4s ease;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #FE87A0;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
-o-transform: all 0.4s ease;
}
a img:hover{
background-color: transparent;
transform: translateY(-5px);
}
a img{
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
-o-transform: all 0.4s ease;
}


ul {
	list-style:none;
}

.tright{
	text-align:right;
}

#wrap {
	width:100%;
	/*max-width:980px;*/
	margin:0 auto;
}

#contents {
	width:100%;
/*max-width:980px;*/
margin:0 auto;
min-height:780px;
}



/*nav*/

.inner {
    width: 780px;
    margin: 0 auto;

}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/*--header--*/
#header {
	background: rgba(250,250,250,0);
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	z-index:9999;
	position:fixed;
}

#header.fixed {
	background: rgba(255,255,255,0.7);
	position:fixed;
	top:0;
}

#header.fixed li a {
	color:#333;
}

#header.fixed li li a {
	color:#fff;
}

#header img.logo_g {
	display:none;
}

#header.fixed img.logo_w {
	display:block;
}

#header.fixed img.logo_w {
	display:none;
}

#header.fixed img.logo_g {
	display:block;
}

#header .logo{
	float:left;
	width:130px;
	padding-left:10px;
}

#header a{
	color:#fff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#header a.innerlink {
	color:#333;
}

#header a:hover{
	color:#333;
	text-decoration:none;
}

.header-box{
	width:100%;
	max-width:980px;
	margin:auto;
	}

/*--nav--*/
#header .head-nav{
	float:right;
	}
ul#menu-headnav{
	position:relative;
	}
ul.menu li{
	float:left;
	position:relative;
}
ul.menu li.pc_none {
	display:none;
}

ul.menu li a{
	cursor:pointer;
	display:block;
	padding:10px 15px;
	text-decoration:none;
	box-sizing:border-box;
	border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
	}
ul.menu li a:hover {
	background-color:#f9f9f9;
	color:#333;
	transform: translateY(-5px);
}


/*サブメニュー*/
ul#menu-headnav ul{
	position:absolute;
	background-color:#333;
	z-index:99999;
	zoom:100%;
	top:40px;
	border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;

	}
ul#menu-headnav ul>li{
	color:#fff;
	line-height:1.5;
	float:none;
	text-align:left !important;
	}
ul#menu-headnav ul>li a{
	color:#fff;
	border:none !important;
	display:block;
	padding:10px 20px 10px 20px;
	width:120px;
	height:auto !important;
	box-sizing:border-box;

	}
ul#menu-headnav{
	zoom: 100%;
	}
ul#menu-headnav:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	}
#menu-headnav ul.sub-menu li{
	position:relative;
	}
#menu-headnav ul.sub-menu li ul.sub-menu{
	position:absolute;

	z-index:9999;
	zoom:100%;
	left:200px;
	top:0;

	}
#menu-headnav ul.sub-menu  ul>li{
	color:#fff;
	line-height:1.5;
	float:none;
	text-align:center !important;
	}
#menu-headnav ul.sub-menu  ul>li a{
	border:none !important;
	display:block;
	padding:10px 40px 10px 40px;
	height:auto !important;
		border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;

	}
.mobile-nav{
	display:none;
	}
#default-menu{
	display:none;
	}


.slicknav_menu {
	display:none;
}


/*header_box*/
.header_box {
	margin:80px auto 0px auto;
	text-align:center;
	position:relative;
	color:#fff;
	width:100%;
	max-width:980px;
	box-sizing:border-box;
	padding:0px 0px;
}

.bgmask {
	min-height:320px;
	width:100%;
	position:relative;
	background-color:rgba(0,0,0,0.4);

	
}

/*.bg {background-color:#333;
	background-image:url(https://cache.polyglots.net/ordinaryday/s2unit6.jpg);
	background-position:top center;
	background-size:cover;
	min-height:320px;
}*/

.header_box .header_block {
	text-align:center;
	background-color: #FE87A0;
	padding:20px 0px 10px 0px;
}

.header_block a:link {
	color: #FFFFFF;
}
.header_block a:visited {
	color: #FFFFFF;
}
.header_block a:hover {
	color: #FFFFFF;
}

.header_box .title_1 {
	font-size:1.2em;
	margin-bottom:10px;
}


.header_box .title_2 {
	font-size:2.2em;
	margin-bottom:10px;
}

h1 {
	padding-top:25px;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	font-weight:normal;
}


h1 span.unit_1 {
	display:block;
	margin-bottom:10px;
	
}
h1 span.unit_title {
	display:block;
	font-size:2.0em;
	line-height:120%;
	margin-bottom:10px;
}
h1 span.unit_sub {
	display:block;
	margin-bottom:15px;
	
}


.header_box .desc {
	text-align:left;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	width:450px;
	margin: auto;
	box-sizing:border-box;
}



h2 {
	text-align:center;
	width:100%;
	max-width:980px;
	background-color:#f5f5f5;
	border-bottom:1px solid #ccc;
	margin:0 auto 25px auto;
	font-weight:normal;
	padding:15px 0px;
}

h2 span.h2_1 {
	display:block;
	font-size:1.4em;
	margin-bottom:5px;
}

h2 span.h2_2 {
	display:block;
}


section.contents {
	width:100%;
	max-width:480px;
	margin:0px auto;
}

.commentary {
	background-color:#DCEFDC;
	text-align:center;
	width:85%;
	margin:40px auto 40px auto;
	font-weight:normal;
	padding:15px 0px;
	position:relative;
}

.hide {
	position:absolute;
	background-color:rgba(0,0,0,0.95);
	border-radius:5px;
	margin:0px auto;
	width:250px;
	height:80%;
	left:0;
	right:0;
	padding:10px;
	z-index:9999;	
}


.hide .hide_1 {
	color:#FFF;
	font-size:1.2em;
	line-height:150%;
	margin-bottom:10px;
}

.hide .hide_2 {
	color:#FFF;
	margin-bottom:20px;
}

.hide ul li {
	margin-bottom:10px;
}



div.avator {
	max-width:480px;
	width:100%;
	padding:0px 10px;
	box-sizing:border-box;
}

p.face_area_left {
	width:20%;
}

p.face_area_right {
	width:20%;
	text-align:right;
}

p.text_area {
	background-color:#ccc;
	padding:10px;
	margin:0px auto 10px auto;
	max-width:400px;
	border-radius:5px;
}


p.face_area img{
	width:50px;
	height:50px
}

p.face_name{
	text-align:center;
	font-size:0.8em;
	white-space: nowrap;
}

table.talk_ta {
	width:100%;
	margin:0px auto;
}


table.talk_ta tr td.left_td,table.talk_ta tr td.right_td {
	width:10%;
	vertical-align:middle;

}

table.talk_ta tr td.center_td {
	width:80%;
	padding:10px 10px 0px 10px;
}


.arrow_box_right {
	position: relative;
	background: #ebebeb;
	border: 1px solid #f5e9e9;
	padding:10px;
	border-radius:5px;
	max-width:400px;
	width:100%;
	box-sizing:border-box;
	margin-bottom:20px;
}
.arrow_box_right:after, .arrow_box_right:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_right:after {
	border-color: rgba(235, 235, 235, 0);
	border-right-color: #ebebeb;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box_right:before {
	border-color: rgba(245, 233, 233, 0);
	border-right-color: #f5e9e9;
	border-width: 11px;
	margin-top: -11px;
}

/*arrow left*/

/*arrow left3*/
.arrow_box3 {
	position: relative;
	background: #eac5ed;
	border: 1px solid #eac5ed;
	padding:10px;
	border-radius:5px;
	max-width:400px;
	width:100%;
	margin-bottom:20px;
}
.arrow_box3:after, .arrow_box3:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box3:after {
	border-color: rgba(234, 197, 237, 0);
	border-right-color: #eac5ed;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box3:before {
	border-color: rgba(234, 197, 237, 0);
	border-right-color: #eac5ed;
	border-width: 11px;
	margin-top: -11px;
}

.arrow_box_left_explain {
	position: relative;
	background: #fff;
	border: 1px solid #fff;
	padding:10px;
	border-radius:5px;
	max-width:400px;
	width:100%;
	margin-bottom:20px;	box-sizing:border-box;
}
.arrow_box_left_explain:after, .arrow_box_left_explain:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_left_explain:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box_left_explain:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 11px;
	margin-top: -11px;
}

.arrow_box_left {
	position: relative;
	background: #8cb41e;
	border: 1px solid #f5e9e9;
	padding:10px;
	border-radius:5px;
	max-width:400px;
	width:100%;
	margin-bottom:20px;
	box-sizing:border-box;
	color: #FFF;
}
.arrow_box_left:after, .arrow_box_left:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_left:after {
	border-color:  rgba(0, 153, 204, 0);
	border-left-color: #8cb41e;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box_left:before {
	border-color:  rgba(0, 153, 204, 0);
	border-left-color: #8cb41e;
	border-width: 11px;
	margin-top: -11px;
}

/*arrow right*/

/*arrow right_benny*/

.arrow_box_right_explain {
	position: relative;
	background: #fff;
	border: 1px solid #fff;
	padding:10px;
	border-radius:5px;
	max-width:400px;
	width:100%;
		box-sizing:border-box;
	margin-bottom:20px;
}
.arrow_box_right_explain:after, .arrow_box_right_explain:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_right_explain:after {
	border-color:  rgba(0, 153, 204, 0);
	border-left-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box_right_explain:before {
	border-color:  rgba(0, 153, 204, 0);
	border-left-color: #fff;
	border-width: 11px;
	margin-top: -11px;
}

/*arrow right*/

.your {
	text-align:center;
	margin:40px 0px;
	font-size:1.2em;
}

.co_title {
	font-size:1.2em;
	text-align: left;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 1%;
}

.try_question_label {
	text-align: center;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;	
}

.archives {
	display:table;
	margin:40px auto;
	max-width:540px;
	width:100%;
}

.archives div {
	display:table-cell;
	width:33.33%;
	padding:10px;
	box-sizing:border-box;
}

.archives .archives_list {
	text-align:center;
	font-size:1.4em;
}

.archives .archives_title {
	margin-top:10px;
	
}

.archives .circle{
box-sizing:border-box;
background-color: #ccc;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
height: 24px;
width: 24px;
padding:4px 10px;
color: #ffffff;

}

.rpad_10{
	padding-right:10px;	
}

.lpad_10{
	padding-left:10px;	
}

.archives .next .arrow_next {
	text-align:right;
}

/*footer*/


footer {
	width:100%;
/*max-width:980px;*/
padding-top:20px;
padding-bottom:20px;
margin:0 auto ;
background-color:#f9f9f9;
}

footer #sns_box {

text-align: center;
overflow: hidden;
position: relative;
}
footer .sns a {
color: #FFFFFF;
display: block;
}
footer #sns_box ul {
float: left;
margin: 0px;
padding: 0px;
position: relative;
left: 50%;
list-style: none;
}
footer #sns_box ul li {
float: left;
margin-right: 5px;
padding: 5px;
position: relative;
left: -50%;
}
footer #sns_box ul li:last-child {
	margin-right:0px;
}
footer #sns_box ul li a {
	box-sizing:border-box;
background-color: #005900;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
height: 30px;
width: 30px;
padding-top: 6px;
padding-left:1px;
color: #ffffff;
float: left;
}
footer #sns_box ul li a:hover {
color: #005900;
background-color: #fff;
}
address {
font-style: normal;
font-size: 0.9em;
text-align:center;
margin-top:25px;
}

/*footer*/

/*page-top*/

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 77%;
	z-index: 99999;
}
#page-top a {
	background: #005900;
	text-decoration: none;
	color: #fff;
	width: 35px;
	height: 30px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#page-top a:hover {
color: #000000;
background-color: #fff;
}


/*pager*/

#pager {
text-align: center;
margin-bottom: 25px;
margin-top: 25px;
line-height:3.5em;
border-bottom:1px solid #ccc;
}
#pager a {

}
#pager a:hover {
color: #000000;
background-color: #f9f9f9;
}

.current_page {	
border-radius: 50%;
    height: 200px;
    width: 200px;
	padding:5px;
}


#pager a.link_page {
	color:#ccc;
	padding:5px;
	box-sizing:border-box;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
height: 30px;
width: 30px;
padding:8px 14px;
}


#pager a:hover {
	color:#000000;
	background-color:#fff;
}


.next_page a,.before_page a {
	box-sizing:border-box;
background-color: #ccc;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
height: 30px;
width: 30px;
color: #ffffff;
padding:8px 14px;
}

.plist {
margin:10px 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.next_page a,.before_page a {
padding:8px 13px;
 }
 #pager a.link_page {
	 padding:8px 13px;
 }
}



/*pager*/

/*pagenate*/

.pagenate {
	font-size:1.0em;
	padding:10px 55px;
	margin:20px auto;
	width:100%;
	max-width:980px;
	box-sizing:border-box;
}

.pagenate p.pre {
	float:left;
	margin-top:-15px;
	width:60px;
	text-align:center;
}

.pagenate p.next {
	float:right;
	margin-top:-15px;
	width:60px;
	text-align:center;
}

.pagenate a {
color: #fff;
background-color: #FE87A0;
box-sizing:border-box;
padding: 10px 20px;
 white-space:nowrap;
 text-decoration:none;
}

.pagenate a:hover {
	color: #fff;
background-color: #46780A;
}
/*pagenate*/

/*video-container*/

.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%;
}

/*video-container*/












@media screen and (max-width: 780px) {
#header {
	 padding-top:5px;
	 padding-bottom:5px;
	 padding-left:5px;
}

ul.menu li.pc_none {
	display:block;
}

#header .logo {
	width:150px;
}

.js #menu-headnav {
	display:none;
}

.js .slicknav_menu {
	display:block;
}

#mobile-menu.fixed {
	position:fixed;
	top:0;
	z-index:99988;
}

#mobile-menu .slicknav_menu{
	padding-top:5px;
	line-height:2;
	position:fixed;
	/*width:100%;*/
	right:0;
	z-index:99988;
}

#mobile-menu .slicknav_btn {
	background:#FE87A0;
}

#mobile-menu .slicknav_nav {
	background-color:rgba(0, 88, 0, 0.8);
}

#mobile-menu .slicknav_nav .slicknav_row:hover {
	background-color:#FE87A0;
    color:#fff;
	text-decoration:none;
}
#mobile-menu .slicknav_nav a:hover{
	background-color:#FE87A0;
    color:#fff;
	text-decoration:none;
}

.header-box{
	width:auto;
}

#header .logo{
	float:none;
	text-align:center;
	padding:5px 0;
	margin-left:5px;
	/*margin:0px auto;*/
}

.default{
	display:block;
	margin-top:30px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}




@media screen and (max-width: 580px) {
body {
		font-size: 1.2em;
	}

.header_box {
	margin:60px auto 0px auto;
}

.header_box .desc {
	width:100%;
}

.hide {
	width:200px;
}

}
