html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display:block;
}
audio, canvas, progress, video {
display: inline-block; vertical-align: baseline;
}

html {
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
body {
color:#555;
line-height:1.0;
background-color:#90ee90;
}

br {letter-spacing:0;}
ul, li {list-style:none;}
img, a img {border:0; text-decoration:none; vertical-align:top;}
mark {background:#ff0; color:#000;}
b, strong {font-weight:bold;}
table {border-collapse:collapse; border-spacing:0;}
td, th {padding:0;}
hr {box-sizing:content-box; height:0;}
button, input, optgroup, select, textarea {color:inherit; font:sans-serif; margin:0;}
button {overflow: visible;}
button, select {text-transform:none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer;}
input[type="checkbox"], input[type="radio"] {box-sizing:border-box; padding:0;}
textarea {overflow:auto;}

div:after, ul:after {content:""; display:block; clear:both;}
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

a {
  background-color:transparent;
  outline:0;
}
a:link    {color:#3366CC; text-decoration:none;}
a:visited {color:#3366CC; text-decoration:none;}
a:hover   {color:#1a428c; text-decoration:underline;}
a:active  {color:#99CCFF; text-decoration:none;}

/* -------------------------------------------------------
Layout
---------------------------------------------------------- */

.site_header {
  background: #fff;
}

.site_footer {
  background: #f0f0f0;
}


/* -------------------------------------------------------
Detail
---------------------------------------------------------- */
.button {
  display: inline-block;
  /*width: 200px;*/
  height: 54px;
  padding: 0 3em;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


/* -------------------------------------------------------
for SmartPhone
---------------------------------------------------------- */
@media only screen and (max-width:959px){
  .pcv {
    display: none;
  }

  /* Header */
  .site_header-inner {
    padding: 8px;
  }
  .title {
    font-size: 130%;
  }


  /* Contents */
  .section {
    margin: 0 10px;
    padding: 10px 8px;
    background: #fff;
  }
/* 
  .section + .section {
    margin: 0 0 0;
  } */

  .section_title {
    margin: 0 0 0;
  }
	/* 見出しｈ2 */
  .section_h2 {
color: #364e96;/*文字色*/
border: solid 3px #364e96;/*線色*/
padding: 0.5em;/*文字周りの余白*/
border-radius: 0.5em;/*角丸*/
margin:1em 0;
  }
  .section_t:after{
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px rgb(149, 158, 155);
  }

	/*　見出しｈ3　*/
	.section_a {
		padding: .25em 0 .25em .75em;
		border-left: 6px solid skyblue;
		margin-bottom: 10px;
	}

	/*　見出しｈ3（りぼん） */
	.section_c {
		display: inline-block;
		position: 0.6em;
		padding: 5px 25px 5px 25px;/*上右下左*/ 
		font-size: 17px;/*文字サイズ*/ 
		margin-bottom: 6px;/* 下のバーとの余白 */
		margin-top: 15px;
		background: #f48d49;/*背景色*/ 
		color: white;/*文字色*/ 
		box-sizing: border-box;
	}
		
	/*見出しｈ4*/
	.section_d{
		border-bottom: solid 1px #6b6868;　/*直線・太さ・色*/
		margin-bottom: 8px;/*文字下の余白*/
		padding: 0.2em;/*タグの中の余白*/
		max-width: 700px;
		line-height: 8px solid black;
		font-size: 20px;
	}
	
	/*画像サイズ調整*/
	img{
		max-width: 100%;
		height: auto;
	}
	
  .article {
    padding: 0 1em;
  }
  .article p {
    margin: 0 0 1.2em;
    line-height: 1.8;
  }


  /* ボタンリンク */
  .button {
    position: relative;
    background-color: #1abc9c;
    border-radius: 4px;
    color: #fff !important;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #0e8c73;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    text-decoration: none !important;
	font-weight: bold;
  }

  .button:hover {
    background-color: #31c8aa;
    box-shadow: 0 3px 0 #23a188;
  }
  .button:active {
    top: 3px;
    box-shadow: none;
  }
	
	/*　ボタンリンク2　*/
	.button_2 {
		position: relative;
		color: #f48d49;
		line-height: 52px;
		font-weight: bold;
		font-size: 20px;
		text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	}
	.button_2:hover {
		color: #ffc778;
		text-decoration: none;
	}

  /* Footer */
  .site_footer {
    margin: 32px 0 0;
    padding: 1em 0;
  }
  .f_att {
    margin: 0 0 1em;
    padding: 0 1em;
    font-size: 10px;
    line-height: 1.5;
    text-align: left;
  }
  .cp {
    font-size: 10px;
    text-align: center;
  }

	/*  ボックス  */
	blockquote {
		position: relative;
		padding: 10px 12px;
		box-sizing: border-box;
		font-style: italic;
		color: #464646;
		border-left: solid 50px #3ca5d4;
		background: #e0f5ff;
	}
	blockquote:before{
		position: relative;
		padding: 10px 12px;
		box-sizing: border-box;
		font-style: italic;
		color: #464646;
		border-left: solid 50px #3ca5d4;
		background: #e0f5ff;
	}

	blockquote p {
		position: relative;
		padding: 0;
		margin: 10px 0;
		z-index: 3;
		line-height: 1.7;
	}
	blockquote cite {
		display: block;
		text-align: right;
		color: #888888;
		font-size: 0.9em;
	}  
	
	/*　目次用箇条書きタグ　*/
	ol.list1{
		counter-reset:list;
		list-style-type:none;
		font: 14px/1.6 'arial narrow', sans-serif;
		padding:0;
	}
	ol.list1 li{
		position:relative;
		padding: 0 0 0 20px;
		margin: 7px 0 7px 0px;
		font-weight: bold;
		font-size:14px;
		line-height: 30px;
		border-bottom: dashed 1px #F6A38B;
	}
	ol.list1 li:before{
		counter-increment: list;
		content: "";
		display: block;
		position: absolute;
		left: 0px;
		height: 0;
		width: 0;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 7px solid #F6A38B;
		top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	/* 本文用リスト */
	ul.list2{
		padding: 0;
		position: relative;
		margin-bottom: 25px;
	}

	ul.list2 li {
		color: #605f5f;
		border-left: solid 8px #ffc778;/*左側の線*/
		background: white;/*背景色*/
		margin-bottom: 8px;/*下のバーとの余白*/
		line-height: 1.5;
		border-radius: 0 15px 15px 0;/*右側の角だけ丸く*/
		padding: 0.5em;
		list-style-type: none!important;
	}
	
	/* 装飾用リボン */
	.ribbon4 {
		display: inline-block;
		position: relative;
		height: 30px;/*高さ*/ line-height: 30px;/*高さ*/ vertical-align: middle;
		text-align: center;
		padding: 0 20px 0 18px;/*文字の左右の余白*/ font-size: 18px;/*文字サイズ*/ 
		margin-bottom: 8px;/* 下のバーとの余白 */
		margin-top: 8px;/* 上のバーとの余白 */
		background: #f48d49;/*背景色*/ color: #FFF;/*文字色*/ box-sizing: border-box;
	}
	.ribbon4:after {
		position: absolute;
		content: '';
		width: 0px;
		height: 0px;
		z-index: 1;
	}
	.ribbon4:after {
		top: 0;
		right: 0;
		border-width: 15px 7px 15px 0px;
		border-color: transparent #fff transparent transparent;
		border-style: solid;
	}
	
	/*文字強調（文字に黄色の背景）*/
	.sample01 {
		background-color: yellow; /*文字に背景色*/
		font-size: 100%;　/*フォントサイズ*/
		line-height: 1.5;　/*行間の高さ*/
		letter-spacing: 0.05em;　/*　行間の幅　*/
		padding: 0 15px 0 15px;/* 横 */
		margin-bottom: 10px;/* タグ下の幅 */
		font-weight: bold;
	}

	/*　文字強調　太字・オレンジ　*/
	.orenge {
		color: #FF4500;
		font-weight: bold;
	}

	/* 文字強調：太字・ピンク*/
	.bb_pink {
		color: #FF00FF;
		font-size: 120%;
		font-weight: bold;
	}

	/* 自動改行防止
	span{
		white-space: nowrap;
	}

	strong{
		white-space: nowrap;
	}
	*/
	

	
}/* end SP */


/* -------------------------------------------------------
for PC
---------------------------------------------------------- */
@media only screen and (min-width:960px){
  body {
    font-family:Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
    zoom:1;
  }

  .spv {
    display: none;
  }

  /* Header */
  .site_header-inner {
    width: 960px;
    margin: 0 auto;
    padding: 16px 0;
  }
  .title {
    font-size: 24px;
  }


	.desp {
		padding: 0.5em 0 0;
	}

	
  /* Contents */
  .contents_body {
    width: 900px;
    margin: 40px auto 0;
    padding: 40px 32px;
    background: #fff;
    border: 1px solid #ccc;
  }
  .section {}

  .section + .section {
    margin: 80px 0 0;
  }

  .section_title {
    margin: 0 0 16px;
  }
	/* 見出しｈ2 */
  .section_h2 {
color: #364e96;/*文字色*/
border: solid 3px #364e96;/*線色*/
padding: 0.5em;/*文字周りの余白*/
border-radius: 0.5em;/*角丸*/
  }
  .section_t:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffc778;
    bottom: -3px;
    width: 20%;
  }

	/*　見出しｈ3　*/
	.section_a {
		padding: .25em 0 .25em .75em;
		line-height: 1.5;/* 高さ */
		border-left: 10px solid skyblue;/*　左側のバー　*/
		font-size: 22px;
		margin-top: 15px;
		margin-bottom: 10px;
	}

	/* 見出しｈ3(リボン) */
	.section_c {
		display: inline-block;
		position: relative;
		height: 30px;/*高さ*/ line-height: 30px;/*高さ*/ vertical-align: middle;
		text-align: center;
		padding: 0 28px 0 28px;/*文字の左右の余白*/ font-size: 22px;/*文字サイズ*/ 
		margin-bottom: 8px;/* 下のバーとの余白 */
		margin-top: 18px;
		background: #f48d49;/*背景色*/ color: white;/*文字色*/ box-sizing: border-box;
	}
	.section_c:after {
		position: absolute;
		content: '';
		width: 0px;
		height: 0px;
		z-index: 1;
	}
	.section_c:after {
		top: 0;
		right: 0;
		border-width: 15px 7px 15px 0px;
		border-color: transparent #fff transparent transparent;
		border-style: solid;
	}
	
	/*見出しｈ4*/
	.section_d{
		border-bottom: solid 1px #6b6868;　/*直線・太さ・色*/
		margin-bottom: 8px;/*文字下の余白*/
		padding: 0.2em;/*タグの中の余白*/
		max-width: 700px;
		line-height: 8px solid black;
		font-size: 18px;
	}
	
  .article {
    padding: 0 1em;
  }
  .article p {
    margin: 0 0 1.2em;
    line-height: 1.8;
  }


  /* ボタンリンク */
  .button {
  	font-size: 25px;
    position: relative;
    border-radius: 4px;
	background-color: #31c8aa;
    color: #fff;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #0e8c73;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    text-decoration: none !important;
	font-weight: bold;
  }
	/*.button:hover {
    background-color: #31c8aa;
    box-shadow: 0 3px 0 #23a188;
  }*/
  .button:active {
    top: 3px;
    box-shadow: none;
		font-size: 25px;
  }
	
	/*　ボタンリンク2　*/
	.button_2 {
		position: relative;
		color: #FFF;
		line-height: 52px;
		font-weight: bold;
		font-size: 25px;
		text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	}

	.button_2:hover {
		color: #ffc778;
		text-decoration: none;
	}
	

  /* Footer */
  .site_footer {
    margin: 40px 0 0;
    padding: 32px 0;
  }
  .f_att {
    box-sizing: border-box;
    width: 960px;
    margin: 0 auto 1.2em;
    padding: 0 2em;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .cp {
    font-size: 12px;
    text-align: center;
  }
	
	/*  ボックス  */
	blockquote {
		position: relative;
		padding: 10px 12px;
		box-sizing: border-box;
		font-style: italic;
		color: #464646;
		border-left: solid 50px #3ca5d4;
		background: #e0f5ff;
		margin:10px 0px;
	}
	blockquote:before{
		display: inline-block;
		position: absolute;
		top: 50%;
		left: -37px;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		vertical-align: middle;
		content: "\f10d";
		font-family: FontAwesome;
		color: #FFF;
		font-size: 22px;
		line-height: 1;
	}
	blockquote p {
		position: relative;
		padding: 0;
		margin: 10px 0;
		z-index: 3;
		line-height: 1.7;
	}
	blockquote cite {
		display: block;
		text-align: right;
		color: #888888;
		font-size: 0.9em;
	} 
	
	/*　目次用リストタグ　*/
	ol.list1{
		counter-reset:list;
		list-style-type:none;
		font: 14px/1.6 'arial narrow', sans-serif;
		padding:0;
	}
	ol.list1 li{
		position:relative;
		padding: 0 0 0 20px;
		margin: 7px 0 7px 0px;
		font-weight: bold;
		font-size:14px;
		line-height: 30px;
		border-bottom: dashed 1px skyblue;
	}
	ol.list1 li:before{
		counter-increment: list;
		content: "";
		display: block;
		position: absolute;
		left: 0px;
		height: 0;
		width: 0;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 7px solid #ffc778;
		top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	/* リスト(オレンジ) */
	ul.list2{
		padding: 0;
		position: relative;
		margin-bottom: 25px;
	}
	ul.list2 li {
		color: #605f5f;
		border-left: solid 9px #ffc778;/*左側の線*/
		background: white;/*背景色*/
		margin-bottom: 8px;/*下のバーとの余白*/
		line-height: 1.0;
		border-radius: 0 15px 15px 0;/*右側の角だけ丸く*/
		padding: 0.5em;
		list-style-type: none!important;
		font-weight: bold;
	}
	
	/* リスト・リボン1 */
	.ribbon4 {
		display: inline-block;
		position: relative;
		height: 30px;/*高さ*/ line-height: 30px;/*高さ*/ vertical-align: middle;
		text-align: center;
		padding: 0 20px 0 18px;/*文字の左右の余白*/ font-size: 18px;/*文字サイズ*/ 
		margin-bottom: 8px;/* 下のバーとの余白 */
		margin-top: 8px;/* 上のバーとの余白 */
		background: #f48d49;/*背景色*/ color: #FFF;/*文字色*/ box-sizing: border-box;
	}
	.ribbon4:after {
		position: absolute;
		content: '';
		width: 0px;
		height: 0px;
		z-index: 1;
	}
	.ribbon4:after {
		top: 0;
		right: 0;
		border-width: 15px 7px 15px 0px;
		border-color: transparent #fff transparent transparent;
		border-style: solid;
	}
	
	
	/*文字強調（文字に黄色の背景）*/
	.sample01 {
		background-color: yellow; /*文字に背景色*/
		font-size: 120%;　/*フォントサイズ*/
		line-height: 1.5;　/*行間の高さ*/
		letter-spacing: 0.05em;　/*　行間の幅　*/
		padding: 0 20px 0 20px;/* 横 */
		margin-bottom: 10px;/* タグ下の幅 */
		white-space: nowrap;
		font-weight: bold;
	}
	
	/*　文字強調　太字・オレンジ　*/
	.orenge {
		font-size:100%; 
		color: #FF4500;
		font-weight: bold;
		}
	
	/*文字協調・赤字*/
	.f_red{
		color: red;
	}
	
	/* 文字強調　太字・ピンク */
	.bb_pink {
		color: #FF00FF;
		font-size: 120%;
		font-weight: bold;
	}
		
	/* 自動改行防止 */
	span{
		white-space: nowrap;
	}
	
	strong{
		white-space: nowrap;
	}
	
	/*　スクロールの実装　*/
	.bar {
		position: fixed;
		bottom: 20px;
		right: 20px;
		font-size: 77%;
	}
	.bar a {
		background: #666;
		text-decoration: none;
		color: #fff;
		width: 100px;
		padding: 30px 0;
		text-align: center;
		display: block;
		border-radius: 5px;
	}
	.bar a:hover {
		text-decoration: none;
		background: #999;
	}

	
}/* end PC */



/* -------------------------------------------------------
Common
---------------------------------------------------------- */
.fs80 {font-size:80%;}
.fs90 {font-size:90%;}
.fs100 {font-size:100%;}
.fs120 {font-size:120%;}
.fs150 {font-size:150%;}
.fs10px {font-size:10px;}
.fs11px {font-size:11px;}
.fs12px {font-size:12px;}
.fs13px {font-size:13px;}
.fs14px {font-size:14px;}
.fs15px {font-size:15px;}
.fs16px {font-size:16px;}
.fs17px {font-size:17px;}
.fs18px {font-size:18px;}

.lh15 {line-height:1.5;}
.lh16 {line-height:1.6;}
.lh17 {line-height:1.7;}
.lh18 {line-height:1.8;}
.lh20 {line-height:2.0;}

.mgb5 {margin-bottom:5px;}
.mgb10 {margin-bottom:10px;}
.mgb15 {margin-bottom:15px;}
.mgb20 {margin-bottom:20px;}
.mgb30 {margin-bottom:30px;}
.mgb40 {margin-bottom:40px;}
.mgb50 {margin-bottom:50px;}
.mgb80 {margin-bottom:80px;}
.mgb100 {margin-bottom:100px;}
.mgb05em {margin-bottom:0.5em;}
.mgb1em {margin-bottom:1em;}
.mgb15em {margin-bottom:1.5em;}
.mgb2em {margin-bottom:2em;}

.pdlr10 {padding:0 10px;}
.pdlr20 {padding:0 20px;}
.pdlr30 {padding:0 30px;}
.pdlr1em {padding:0 1em;}
.pdlr2em {padding:0 2em;}

.tac {text-align:center;}
.tal {text-align:left;}
.tar {text-align:right;}

.fwb {font-weight:bold;}


/* -------------------------------------------------------
タイトル画像
---------------------------------------------------------- */
.titleview {
	margin:auto;
}