/* CSS Document */

/*基本指定*/


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 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
	font-family:"ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
	
/*画像指定*/

img{
　　border: none;
}
a img {
    border: none;
}

/* リンク色（ページ全体） */
a { 
	color: #0000ff; 
	text-decoration: 
	underline; 
}

a:hover { 
	color: #ff0000; 
	text-decoration: none;
}

hr{
	color:#CCCCCC;
	margin: 10px 20px;
}

/*文字装飾*/

/*文字色指定*/
.red { color: #ff0000; }
.blue { color: #0000cc; }
.orange { color: #FF9900; }
.green { color: #006400; }
.lgreen { color: #228B22; }
.light_b { color: #33CCFF; }
.aqua { color: #00ffff; }
.lime { color: #00ff00; }
.fuchsia { color: #ff00ff; }
.olive { color: #808000; }

/*太文字指定*/
.b { font-weight: bold; }

/*フォントの大きさ指定*/

.xx-small { font-size:58%; }
.x-small { font-size:69%; }
.small { font-size:83%; }
.large { font-size:120%; }
.x-large { font-size:144%; }
.xx-large { font-size:172%; }



/*文字装飾*/
.yline { background: #ffff00; }
.bline { background: #99FFFF; }
.pline { background: #FF99FF; }
.gline { background: #78FF94; }


/*文字を斜め*/
.slope {
     transform: rotate(-10deg);
     display: inline-block;
}

/*文字の上下点線*/
.wline {
     border-top: 2px dotted #66ff66;
     border-bottom: 2px dotted #66ff66;
     border-left: 2px dotted #66ff66;
     border-right: 2px dotted #66ff66;
    padding: 0.6em;
}

/*文字の二重線囲み*/
.enclose {
     border: 4px double #9966ff;
}

/*文字列右寄せ*/

.link_r {
	text-align: right;
	margin-right:10px;
}

#content .to-center {text-align:center;}
#content .to-right {text-align:right;}

.float-right {
  margin-bottom:10px;
  margin-left:10px;
  float:right;
  display:inline;
}

.float-left {
  margin-bottom:10px;
  margin-right:10px;
  float:left;
  display:inline;
}


.image {
	margin-left: 2.8em;
	text-indent: -2.8em;
	font-size: 86%;
	line-height: 1.6em;
}

.image img {
	margin-right: 7px;
	height: 30px;
	vertical-align: bottom;
}

.box {
	width: 690px;
	position: relative;
	top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
	}

.box-blue {
    width: 690px;
    position: relative;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin: 3em 0;
    padding: 0.5em 0em;
    border: solid 3px #62c1ce;
}
.box-blue .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box-blue p {
    margin: 0; 
    padding: 0;
}

.box-blue02 {
    width: 690px;
    position: relative;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box-blue02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box-blue02 p {
    margin: 0; 
    padding: 0;
}

.box-orange{
    margin:2em 0;
    width: 690px;
    position: relative;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 0.25em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.box-orange:before,.box-orange:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.box-orange:after {
    top:-12px;
    left:-12px;
}
.box-orange:before {
    bottom:-12px;
    right:-12px;
}
.box-orange p {
    margin: 0; 
    padding: 0;
}

.box-dot:before, .box-dot:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.box-dot:before{
    border-left: dotted 2px #15adc1;
    border-top: dotted 2px #15adc1;
    border-bottom: dotted 2px #15adc1;
    left: 0;
}
.box-dot:after{
    border-top: dotted 2px #15adc1;
    border-right: dotted 2px #15adc1;
    border-bottom: dotted 2px #15adc1;
    right: 0;
}
.box-dot p {
    margin: 0; 
    padding: 0;
}

.box-hatena {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 8px 15px;
    background: #fff0c6;
    border-radius: 30px;
}
.box-hatena:before{font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 15px;
    left: -40px;
    bottom: 0;
    color: #fff0c6;
}
.box-hatena:after{
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 23px;
    left: -23px;
    bottom: 0;
    color: #fff0c6;
}
.box-hatena p {
    margin: 0; 
    padding: 0;
}

.box-fukidasi {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background: #e6f4ff;
    color: #5c98d4;
    font-weight: bold;
}
.box-fukidasi:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e6f4ff;
    width: 0;
    height: 0;
}
.box-fukidasi p {
    margin: 0; 
    padding: 0;
}

.box-memo{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box-memo:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box-memo p {
    margin: 0; 
    padding: 0;
}

.box-kadomaru {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box-kadomaru p {
    margin: 0; 
    padding: 0;
}

.box-dot-p {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
.box-dot-p p {
    margin: 0; 
    padding: 0;
}

.box-up-down{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box-up-down p {
    margin: 0; 
    padding: 0;
}

.faq{
  background: #F6F6F6;
  padding: 1em;
  border-radius: 1em;
}
.faq dt{
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted;
  font-weight: bold;
}
.faq dt:before{
  content: "Q";
  font-weight: normal;
  background: #cc0000;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.6;
  text-align: center;
  display: inline-block;
  border-radius: 1em;
  margin-right: .5em;
}
.faq dd{
  margin-bottom: 2em;
}
.faq dd:last-child{
  margin-bottom: 0;
}

.innerc{
 margin: 10px 15px 20px 15px;
 padding: 1px 1px 10px 1px ;
}
ul.check{
margin-bottom: 10px;
list-style-position: inside;
list-style-image: url(img/check.png);
list-style-type: none;
}
ul.check li{
margin-right: 15px;
margin-left: 15px;
font-weight: bold;
}
ul.check2{
margin-bottom: 10px;
list-style-position: inside;
list-style-image: url(img/check2.png);
list-style-type: none;
}
ul.check2 li{
margin-right: 15px;
margin-left: 15px;
font-weight: bold;
}

table {
  border-collapse: collapse;
    border: solid 3px black;  /*表全体を線で囲う*/
    margin: 10px;
}
table th, table td {
    border: solid 1px black;  /*実線 1px 黒*/
    padding: 10px;  /*上下左右10pxずつ*/
}




h5 {
  padding: .5em .75em;
  background-color: #FFD5EC;
  border-bottom: 1px solid #FF0461;
border-left: solid 5px #FF0461;
}

h6 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}

h6:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

/*コンテンツ指定*/

body {
	text-align: center;
	font-size:14px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',	Meiryo,'ＭＳ Ｐゴシック';
	background-image: url(img/body_bg.gif);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 641px){

/*画像指定*/

.img_l{
	float:left;
	background:#fff;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15;
}

.img_r{
	float:right;
	padding-left:10px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 15px;
}

.img_c{
	text-align : center;
}

#wrapper{
	width:820px;
	background-image: url(img/bg.gif);
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

/**▼ヘッダー*****/

#header{
	width:800px;
	margin:0 auto;
}

#head_img{
	height: 200px;
	background: url(img/top.jpg) no-repeat;
	margin-bottom:30px;
	border-bottom:4px solid #336699;
}

h1{
	font-size:10px;
	font-weight:bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	width: 800px;
	background-color: #336699;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #FFFFFF;
}

h1 a{
	text-decoration:none;
	color:#FFFFFF;
}


/*メイン記事指定*/

h2{
	height: 45px;
	background: url(img/h2.gif);
	line-height: 45px;
	font-size: 20px;
	font-weight:bold;
	clear:both;
	color: #FFFFFF;
	text-indent: 1.5em;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 20px;
	margin-left: 1px;
	text-align: left;
}

h3{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight:bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #316AC5;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

#content{
	width:760px;
	margin: 0px auto;
	padding-top: 0px 20px;
	text-align: left;
}

#content .inner p {
	background-image: url(img/p_bg3.gif);
}


.inner{
	margin: 10px 15px 20px 15px;
	border: 1px solid #336699;
	padding: 1px 1px 10px 1px ;
}

.inner p{
	background: url(img/p_bg.gif) left bottom;
	margin:0 15px 15px;
	font-size: 14px;
	line-height: 25px;
	text-align:justify;
}

/*フッター*/

#footer{
	text-align: center;
	clear: both;
	overflow:hidden;
}
#footer p {
	margin-right: 30px;
	margin-left: 30px;
	text-align: left;
}


address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	display: block;
	background: #336699;
	font-size: 12px;
	margin: 30px auto 0px auto;
	padding: 5px 0px;
	width: 800px;
}

/**▼フッターリンク*****/

#space{
	margin: 0 15px 15px;
	padding:15px 0;
	font-size:10px;
	border-top:1px #ccc solid;
	clear:both;
	text-align: left;
}


/*ボタン指定*/

.bt_c{
	text-align:center;
	clear:both;
	width: 600px;
	height: 60px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 63px;
	padding-bottom: 10px;
	padding-left: 63px;
}



/*画像指定*/



/*回り込み解除*/
.c_both{ clear:both;}

}

@media screen and (max-width: 640px){

.link_r {
	display: none;
}


/*画像指定*/

.img_l{
	background:#fff;
}

.img_r{
	margin: 10px;
}


#header {
	margin:0 auto;
	padding: 0;
}

#header img {
	width: 100%;
}

#head_img{
	margin-bottom: 10px;
	border-bottom: 4px solid #336699;
	height: auto;
}

h1{
	font-size:10px;
	font-weight:bold;
	padding: 5px 8px;
	background-color: #336699;
	text-align: right;
	color: #FFFFFF;
}

/*メイン記事指定*/

h2{
	background: #316497;
	font-size: 20px;
	font-weight:bold;
	clear:both;
	color: #FFFFFF;
	padding: 10px;
}

h3{
	font-size: 16px;
	font-weight:bold;
	border-bottom: solid thin #316AC5;
	padding: 10px;
}

#content{
	margin: 0px auto;
	padding: 0px 10px;
	text-align: left;
}

#content img {
	width: 280px;
}

#content .inner p {
	background-image: url(img/p_bg3.gif);
}

.inner{
	background: #FFF;
	margin: 10px auto 20px;
	border: 1px solid #336699;
	padding: 1px 1px 10px 1px ;
}

.inner p{
	background: url(img/p_bg.gif) left bottom;
	margin: 10px;
	font-size: 14px;
	line-height: 25px;
	text-align:justify;
}

.bt_c {
	text-align: center;
}

/*フッター*/

#footer{
	text-align: center;
	clear: both;
	overflow:hidden;
}

#footer p {
	margin: 0 20px;
	text-align: left;
	font-size: 12px;
}


address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	display: block;
	background: #336699;
	font-size: 12px;
	margin: 20px auto 0px;
	padding: 5px 0px;
}

}