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

@media screen and (max-width:640px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	backface-visibility: hidden;
}
.pc_only {
	display: none;
}

/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
}


html {
	-webkit-text-size-adjust: none;
}
body {
	background-color: #FFF;
	margin: 0 auto;
	font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	color: #000;
	text-align: center;
}
p {
	line-height: 1.8em;
}
li {
	line-height: 1.8em;
}
table {
	text-align: left;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: middle;
	backface-visibility: hidden;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
article {
}
section {
	overflow: hidden;
	text-align: left;
}
section p {
	margin: 40px 0;
}
a {
	transition: all 300ms 0s ease;
}
a:hover {
	opacity: 0.5;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2.index {
}
div.h2_bg {
}
h2.sub {
	width: 100%;
	height: 80px;
	background-image:url(image/h2.jpg);
	background-repeat: no-repeat;
	font-size: 30px;
	color: #FFF;
	line-height: 80px;
	padding-left: 30px;
}
h3 {
	clear: both;
}
h4 {
	clear: both;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 50px auto !important;
	clear: both;
}
p.p_right {
	text-align: right;
}
p.first:first-letter {
	font-size: 2.7em;
	line-height: 1;
	float: left;
	margin: 0 .2em 0 0;
	padding: .1em 0;
}
span.red {
	color: #E10000;
	font-weight: bold;
}
span.blue {
	color: #0065CB;
	font-weight: bold;
}
span.bg_yellow01 {
	background-image: linear-gradient(transparent 60%, #fcd900 50%);
}
span.bold {
	color: #000000;
	font-weight: bold;
}
span.none {
	display: none;
}
ul.list {
	margin: 40px 40px;
}
ul.list li {
	margin-bottom: 10px;
}
ol.list {
	margin: 40px 40px;
}
ol.list li {
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.fnt_s {
	font-size: 0.7em;
}
.fnt_l {
	font-size: 1.3em;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	width: auto;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
div.wrapper div {
	overflow: hidden;
	clear: both;
}

/* ------------------------------
 2011
------------------------------ */

div.twoweek {
	width: 100%;
	background-repeat: no-repeat;
}
ul.twoweek {
	margin: 30px 30px;
	font-size: 16px;
	font-weight: bold;
}
ul.twoweek li {
	margin-bottom: 20px;
}
div.twoweek_footer {
	margin: 20px 20px;
}
p.twoweek_footer_midashi {
	font-weight: bold;
	font-size: 18px;
}
p.twoweek_mail {
	margin: 10px 0px !important;
	font-size: 16px;
}

/* ------------------------------
 firstkings
------------------------------ */

p.fk01 {
	font-weight: bold;
	font-size: 36px;
}
p.fk02 {
	font-weight: bold;
	font-size: 24px;
}
p.fk02 span {
	background-color: #DDD;
	padding: 10px 20px;
}
p.fk03 {
	font-weight: bold;
	font-size: 24px;
}

/* ------------------------------
 green2021
------------------------------ */

div.green {
	margin: 0 15px;
}
p.green_title {
	font-size: 24px;
	font-weight: bold;
}
p.green01 {
	margin-bottom: 100px;
}
p.green02 {
	font-size: 18px;
	font-weight: bold;
}

}