@charset 'utf-8';
/* ------------------------------
 ブラウザリセット
------------------------------ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
caption, th {
	/* [disabled]text-align: left;
*/
}
a {
	color: #06C;
	word-wrap: break-word;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	vertical-align: bottom;
}
.cf:after {
	display: block;
	clear: both;
	content: '';
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*::selection {
	color: #fff;
	background: #4eb2ca;
}
 *::-moz-selection {
 color: #fff;
 background: #4eb2ca;
}
/* ------------------------------
 共通設定
------------------------------ */
.pc {
	display: block;
}
.sp {
	display: none;
}
.center {
	text-align: center;
}
.block_center {
	margin: 0 auto;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.f_right {
	float: right;
}
.f_left {
	float: left;
}
.cf {
	clear: both;
}
p {
	margin-bottom: 1em;
}
.underline {
	text-decoration: underline;
}
.ml1 {
	margin-left: 1em;
}
.mb1 {
	margin-bottom: 1em;
}
.mb2 {
	margin-bottom: 2em;
}
.mb3 {
	margin-bottom: 3em;
}
.mb4 {
	margin-bottom: 4em;
}
.mb5 {
	margin-bottom: 5em;
}
.mt3 {
	margin-top: 3em;
}
.f10 {
	font-size: 10pt;
}
.f11 {
	font-size: 11pt;
}
.f12 {
	font-size: 12pt;
}
.f14 {
	font-size: 14pt;
}
.f15 {
	font-size: 15pt;
}
.f16 {
	font-size: 16pt;
}
.f28 {
    font-size: 28px;
}
.f30 {
    font-size: 30px;
}
.bold {
	font-weight: bold;
}
.gray {
	color: #777777;
}
.red {
	color: #F00;
}
.purple {
	color: #866f9f;
}
.brown {
	color: #ad5800;
}
.blue {
	color: #006699;
}
.pink {
	color: #ff87a0;
}
.orange {
	color: #ff9000;
}
.green {
	color: #749a5b;
}
.marker {
	background: #ffff50;
}
.marker_purple {
	background: #e0d8e9;
}
.marker_pink {
	background: #ffdae1;
}
.markar_brown {
	background: #ffedda;
}
.markar_blue {
	background: #d5f5f4;
}
.markar_orange {
	background: #fce9e0;
}


.red_under {
	border-bottom: 2px solid red;
}
.letter {
	letter-spacing: -0.5em;
}

/* ------構造部分------ */

body {
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 18px;
	line-height: 1.7;
	text-decoration: none;
	word-wrap: break-word;
	color: #222;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #f9f9f9;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #7d0022;
}
#wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-width: 320px;
	max-width: 900px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	padding-top: 40px;
}
.logo {
	text-align: center;
	padding: 7px 0px;
}
p.logo{
	margin-bottom: 0px;
}
.icon {
	font-size: 14px;
	line-height: 1;
	padding: 5px 10px;
	letter-spacing: 0.1em;
	color: #fff;
	background: #b1667a;
}
.pr {
	font-size: 10pt;
	color: #888;
	text-align: right;
	margin-bottom: 0.3em;
}
.box {
	width: 82%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}
.bgColor {
	background: #f7f3e8;
}

#footer {
	background-color: #7d0022;
	color: #fff;
	padding: 15px 5px 5px;
}
.about_me {
	font-size: 10pt;
	margin: 0 0 5px 0;
	padding: 0;
}
.about_me a {
	color: #FFF;
}
/* ------見出し------ */

#tl {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 auto 15px;
	padding: 5px 0 15px;
	border-bottom: 2px #7d0022 solid;
	color: #222;
}
.tm {
	border-left: 6px solid #7d0022;
	margin: 40px auto 20px;
	padding: 25px 30px;
	font-size: 30px;
	background: #f9f8f4;
	color: #7d0022;
	font-weight: bold;
	border-top: 1px solid #7d0022;
	border-right: 1px solid #7d0022;
	border-bottom: 1px solid #7d0022;
	line-height: 1.4;
	width: 80%;
}
.ts{
	font-size: 28px;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
	line-height: 1.3;
	padding: 0 0 15px 0;
	color: #7d0022;
	margin-bottom: 20px;
}
.recom {
    font-size: 24px;
    font-weight: bold;
    background-color: #7d0022;
    color: #fff;
    padding: 3px 10px;
    line-height: 2.6;
}
/* ------box style------ */
.block_green {
	width: 90%;
	margin: 30px auto 20px;
	padding: 4% 5% 3%;
	overflow: hidden;
	background: #f5faf2;
	border-radius: 7px;
	-webkit-border-radius: 7px;
}
.block_green dl {
	margin-bottom: 15px;
}
.block_green dl dt {
	color: #749a5b;
	font-weight: bold;
}
.block_green dl dd {
	margin-bottom: 15px;
	line-height: 1.5;
	margin-left: 1em;
	
}
.block_orange {
	width: 90%;
	margin: 30px auto 20px;
	padding: 5% 5% 3%;
	background: #fff0e8;
	border-radius: 5px;
-webkit-border-radius: 5px;

}

.block_orange dl dt {
	font-weight: bold;
	color: #ff5a00;
	font-size: 110%;
}
.block_orange dl dd {
	line-height: 1.5;
	margin: 0px 0px 10px 20px;
}
.block_orange .note{
margin-left: 1em; 
text-indent: -1em;
}
.grayBox {
	background: #FBF9F7;
	border: 1px solid #FFFFFF;
	margin: 2em 0;
	padding: 35px 55px 20px;
	position: relative;
}
.grayBox:before {
	color: #C8C8C8;
	content: 0;
	font-family: serif;
	font-size: 600%;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 0;
}
.grayBox:after {
	color: #C8C8C8;
	content: 0;
	font-family: serif;
	font-size: 600%;
	line-height: 0;
	position: absolute;
	right: 0;
	bottom: -16px;
}


/* ------画像------ */

.fluid {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 0;
}
.fluid.mb0 {
	margin: 0 0;
}
.img_center {
	text-align: center;
	width: auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 1.5em;
}
.img_center02 {
	text-align: center;
	width: auto;
	max-width: 100%;
	height: auto;
}

 @media screen and (max-width:640px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
.box {
	margin-bottom: 18.75vw;
}
#footer {
	font-size: 8pt;
}
.logo img {
	width: 12%;
	height: auto;
}
#wrapper {
	padding-top: 10px;
}
.box {
	width: 90%;
}


/* ------見出し------ */
#tl {
	font-size: 24px;
	line-height: 1.2;
	padding: 0 0 15px;
	margin: 5px auto 5px;
}

.tm {
	border-left: 4px solid #7D0022;
	padding: 15px 5px 15px 20px;
	margin: 0 auto 20px;
	font-size: 22px;
	width: 84%;
}
.ts {
	font-size: 20px;
}
.recom {
	font-size: 20px;
}
/* ------box style------ */
.block_green {
	padding: 5% 4% 3% 4%;
	width: 100%;
	box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.block_green dd{
font-size: 13pt;
}
.block_orange {
font-size: 12pt;
}
.block_orange .note {
margin-left: 0em; 
}
.grayBox {
	padding: 25px 40px 10px;
}
.grayBox:before {
	color: #C8C8C8;
	content: "“";
	font-family: serif;
	font-size: 400%;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 0;
}
.grayBox:after {
	color: #C8C8C8;
	content: "”";
	font-family: serif;
	font-size: 400%;
	line-height: 0;
	position: absolute;
	right: 0;
	bottom: 0px;
}

}
