@charset "utf-8";
/* CSS Document */


* {
    margin: 0px;
    padding: 0px;
}



body{
	
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-image: url("../img/hougan_r.jpg");
font-family: serif;

	



}



.search-box_label {
  font-weight: bold;
}
.is-hide {
  display: none;
}

.headtext{
	font-size:12px;	
	font-weight:bold; 
}



.pic_left{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:5px;	
}


.pic_right{
	float:right;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:10px;	
}


.pankuzu{
	font-size:12px;	
	
}

h1{
	font-size:12px;
	color:#999;
	
}

.main{
width:1000px;
background-color:#FFF;
	
	margin:0 auto;
	
	
    border-right:solid 0.7px #CCC;
  
    border-left:solid 0.7px #CCC;
	
	
	line-height: 25px;
	
}




.img{
	
	text-align:center;
	  margin: 10px;
}




h2 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/

  border-left: solid 5px #093;/*左線*/
  width:auto;
  margin-bottom:10px;
 
}


/*アコーディオン部分*/


.left_menu{
width:200px;
padding:0px 0px 4px;
font-size:95%;

float:left;	
	
}



.cp_menu2 {
max-width: 180px;
margin: 0 auto;
padding: 0;
}
.cp_menu2 a {
display: block;
padding: 10px;
text-decoration: none;
color: #000000;
line-height: 1;
}
.cp_menu2 label {
display: block;
position: relative;
margin: 0 0 2px 0;
padding: 12px;
line-height: 1;
color: #ffffff;
background:#0C6;
cursor: pointer;
}
.cp_menu2 label::before {
position: absolute;
content: '▼';
color: #ffffff;
right: 0.5em;
top: 25%;
}
.cp_menu2 input {
display: none;
}
.cp_menu2 ul {
margin: 0;
padding: 0;
background: #f4f4f4;
list-style: none;
}
.cp_menu2 li {
max-height: 0;
overflow-y: hidden;
transition: all 0.5s;
border-bottom:2px solid #FFF;

}
#cp_menu2_bar1:checked ~ #link3 li, #cp_menu2_bar2:checked ~ #link4 li {
max-height: 46px;
opacity: 1;
}
.cp_menu2 li::before {content: '';padding-right: 0;}



/*

.left_menu{
width:200px;
padding:0px 0px 4px;
font-size:95%;

float:left;	
	
}


ul.sidenav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 190px;
	background-color:#FFF;
	position: relative;
	overflow: auto;
}
ul.sidenav li a {
	display: block;
	color: #000000;
	padding: 8px 16px;
	text-decoration: none;
}
ul.sidenav li a.active {
	background-color:#090;
	color: white;
}
ul.sidenav li a:hover:not(.active) {
	background-color:#CCC;
	color: white;
}




*/


ul {
  list-style: none;
}



.content{
	width:790px;
	float:left;	

	
}



.pen{
 
    background:linear-gradient(transparent 60%, #ff6 60%);
 
}

.kakudai{
	font-size:24px;
	color:#F00;
		
}


.green{

color:#060;
font-weight:bold; 


}



.footer{
	clear: both;
  width: 100%;
  height: 20px; 
  text-align: center;
  padding: 50px 0;
  background-color:#0C6;
  color:#FFF;
  font-size:12px;

}





/* この記事を書いた人 */

/* カード全体 */
.writer-profile-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px dashed #333;
}
/* カードの右・左共通 */
.wp-left, .wp-right {
  padding: 25px 20px;
}
/* カードの左側 */
.wp-left {
  width: 35%;
  border-right: 1px dashed #333;
  text-align: center;
}
/* カードの右側 */
.wp-right {
  width: 65%;
}

/* 左側 */

/* 吹き出し */
.wp-label {
  position: relative;
  margin: 0 0 15px;
  padding: 10px 15px;
  border: 1px solid #222;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  border-radius: 20px;
}
/* 三角 */
.wp-label::before,
.wp-label::after {
  content: '';
  border: 14px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}
/* 線 */
.wp-label::before {
  border-top-color: #222;
  bottom: -28px;
}
/* 地 */
.wp-label::after {
  border-top-color: #fff;
  bottom: -27px;
}
/* 吹き出し内のテキスト */
.wp-label p {
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

/* 画像 */
.wp-img {
  width: 100px;
  height: 100px;
  margin: 10px auto;
}
/* 画像を丸く、枠線をつける */
.wp-img img {
  border-radius: 50%;
  border: 2px solid #000;
}
/* 名前 */
.wp-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color:#060;
  margin-bottom: 5px;
}
/* 職業 */
.wp-job {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

/* 右側 */

/* リストを左揃え・中央寄せに */
.ul-center {
  display: flex;
  align-items: center;
  flex-direction: column;
}
/* 最後の要素にだけ下に余白をつけない */
.ul-center ul li:not(:last-child) {
  padding-bottom: 3px;
}

/* リストの文字色 */
.ul-center ul .li-point {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
/* リストの✓マーク */
.li-point:before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #6C9FCE;
  padding-right: 10px;
}

/* 文章を左揃え・中央寄せに */
.wp-content {
  text-align: center;
  display: block;
}
/* 文章 */
.wp-content p {
  text-align: left;
  display: inline-block;
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
/* SNSボタン全体 */
.wp-sns {
  text-align: center;
  padding: 20px 0 0;
}
/* SNSボタン */
.wp-sns li {
  display: inline-block;
  border: 1px solid #222;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0 3px;
}
/* SNSボタンにマウスをあてた時の挙動 */
.wp-sns li:hover{
  position: relative;
  top: 1px;
}
/* SNSアイコン */
.wp-sns li a i {
  font-size: 19px;
  color: #222;
}
/* SNSアイコンの位置 */
.wp-sns li a i::before {
  position: relative;
  top: 9px;
}

/* 767px（iPad）以下 */

@media (max-width: 767px) {
  /* カードを縦並びに */
  .writer-profile-card {
    display: block;
  }
  /* 左右の幅を100%に */
  .wp-left, .wp-right {
    width: 100%;
    padding: 35px 20px;
  }
  /* 点線を左から下に */
  .wp-left {
    border-right: none;
    border-bottom: 2px dashed #eee;
  }
}



@media screen and (max-width:600px) {
	
* {
    margin: 0px;
    padding: 0px;
}



body{
	

font-family: serif;

	



}



.search-box_label {
  font-weight: bold;
}
.is-hide {
  display: none;
}

.headtext{
	font-size:12px;	
	font-weight:bold; 
}



.pic_left{
	text-align: center;
width: 100%;
margin-bottom:20px;

}


.pic_right{
	text-align: center;
width: 100%;
margin-bottom:20px;

}


h1{
	font-size:12px;
	color:#999;
	
}

.main{
width:100%;
overflow-x: hidden !important;

background-color:#FFF;
	
	margin:0 auto;
	
	
    border-right:solid 0.7px #CCC;
  
    border-left:solid 0.7px #CCC;
	
	
	line-height: 25px;
	
}




.img{
	
	text-align:center;
	  margin: 10px;
}




h2 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/

  border-left: solid 5px #093;/*左線*/
  width:auto;
  margin-bottom:10px;
 
}


/*アコーディオン部分*/


.left_menu{
width:100%;
padding:0px 0px 4px;
font-size:95%;


	
}



.cp_menu2 {
max-width: 100%;
margin: 0 auto;
padding: 0;
}
.cp_menu2 a {
display: block;
padding: 10px;
text-decoration: none;
color: #000000;
line-height: 1;
}
.cp_menu2 label {
display: block;
position: relative;
margin: 0 0 2px 0;
padding: 12px;
line-height: 1;
color: #ffffff;
background:#0C6;
cursor: pointer;
}
.cp_menu2 label::before {
position: absolute;
content: '▼';
color: #ffffff;
right: 0.5em;
top: 25%;
}
.cp_menu2 input {
display: none;
}
.cp_menu2 ul {
margin: 0;
padding: 0;
background: #f4f4f4;
list-style: none;
}
.cp_menu2 li {
max-height: 0;
overflow-y: hidden;
transition: all 0.5s;
border-bottom:0.7px solid #FFF;

}
#cp_menu2_bar1:checked ~ #link3 li, #cp_menu2_bar2:checked ~ #link4 li {
max-height: 46px;
opacity: 1;
}
.cp_menu2 li::before {content: '';padding-right: 0;}



/*

.left_menu{
width:200px;
padding:0px 0px 4px;
font-size:95%;

float:left;	
	
}


ul.sidenav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 190px;
	background-color:#FFF;
	position: relative;
	overflow: auto;
}
ul.sidenav li a {
	display: block;
	color: #000000;
	padding: 8px 16px;
	text-decoration: none;
}
ul.sidenav li a.active {
	background-color:#090;
	color: white;
}
ul.sidenav li a:hover:not(.active) {
	background-color:#CCC;
	color: white;
}




*/


ul {
  list-style: none;
}



.content{
	width:100%;
	
	

	
}



.pen{
 
    background:linear-gradient(transparent 60%, #ff6 60%);
 
}

.kakudai{
	font-size:24px;
	color:#F00;
		
}


.green{

color:#060;
font-weight:bold; 


}




.pankuzu{
display:none	
	
}

.footer{
	clear: both;
  width: 100%;
  height: 20px; 
  text-align: center;
  padding: 50px 0;
  background-color:#0C6;
  color:#FFF;
font-size:12px;
}

}

	
	
