@charset "UTF-8";

@media screen and ( max-width:600px )
{
	img {
	max-width: 100%;
	height: auto;

	/* ▼横幅に枠線まで含める */
	   -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   box-sizing: border-box;
	}

body {
font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
background-color: rgb(228, 228, 228);
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
	  border-style:none;
}
.wrapper_max {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(255, 255, 255);
	padding: 10px;
}
.wrapper {
width: 95%;
margin-left: auto;
margin-right: auto;

}
.pankuzu{
	width: 95%;
	height: 30px;
	font-size: 75%;
}
.pr {
font-size: 75%;
color: rgb(134, 134, 134);
}

.kakidasi {
width: 92%;
background: #F0F0F0;
color: #000000;
padding: 5px;
line-height: 1.5em;
margin: 20px 0 30px;
}

.syoukai {
font-size: 90%;
width: 92%;
background: #F0F0F0;
color: #212121;
padding: 5px;
line-height: 1.60em;
margin: 10px 0 10px;
}

.main_text_q {
font-weight: 700;
font-size: 100%;
width: 95%;
line-height: 1.7em;
}

.main_text_a {
	font-size: 100%;
width: 95%;
	line-height: 1.7em;
}

.otamesi_bana{
	margin-bottom: 20px;
}

.futter_writer {
	color: #5c5c5c;
	font-size: 80%;
	width: 92%;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.kanren_kiji_wrapper {
	font-weight: 700;
	border: 1px solid #000000;
	width: 92%;
	padding: 5px;
	line-height: 1.5em;
	margin: 10px 0 10px;
}
.kanren_midasi{
	font-size: 20px;
	line-height: 1.5em;
	margin: 30px auto 30px auto;
}
.link_kiji {
	font-size: 16px;
	line-height: 1.5em;
	margin: 30px auto 30px auto;
	border-bottom: 1px dashed rgb(93, 93, 93);
}

.cp_link {
	color: #3890b1;
	display: inline-block;
	padding: 0.1em 0.3em;
	transition: all .3s;
}
.cp_link:hover {
	color: #fff;
	background-color: #00BCD4;
}

img.header_img {
	margin-left: auto;
	margin-right: auto;
}
a {text-decoration: none !important;}


h1 {
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    line-height: 1.5em;
		margin-bottom: 20px;
}



h2 {
border-bottom: solid 3px #8b4545;
font-size: 22px;
position: relative;
margin-bottom: 20px;
line-height: 1.3em;
border-left-width : 15px;
border-left-style : solid;
border-left-color : rgb(102, 0, 0);
padding-left : 10px;
}

h2:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #5b1313;
bottom: -3px;
width: 20%;
}


h4 {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    line-height: 1.5em;
		margin-bottom: 20px;
}

.futter {
	border-top : 1px solid gray;
	margin-top : 20px;
	padding-top : 10px;
	font-size: 80%;
}
.copy {
font-size: 12px;
margin-left: auto;
margin-right: auto;
	color : gray;
}

#container{
  background: white !important;
}

.otegami_block{
  margin-left: auto;
	margin-right: auto;
	width: 95vw;
}

}
