@charset "UTF-8" ;

/*** 20170426 TANAKA ***/

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 {
  margin:0;
  padding:0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

*{
    margin :0px;
    padding: 0px;
}

/*** 全体のCSS ***/

/*Body全体の設定*/
body
{
	width:100%;
	height:100%;
	margin: 0 ;		/* スペース */
	padding: 0 ;		/* 余白 */
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	-webkit-text-size-adjust: 100%; /* スマホでの文字サイズ調整 */
	font-size: 15px ;	/* 文字サイズ */
	line-height: 1.618 ;	/* 行の高さ */
	font-feature-settings : "palt";
}

/*リンクの設定*/
a {
  color: #3fa4fc;
  text-decoration: none; }

a:hover {
  color: #1f527f;
}

.plus{
  color: #3fa4fc;
  margin-right:15px;
}

/*リストの設定*/
ol, ul {
  list-style-type: none;
  }

.imgbox{
  text-align:center;
}

.imgbox img{
  margin: 20px auto 20px auto;  
  max-width:90%;
  border:1px solid #bbb;
}

.imgbox2{
  text-align:center;
}

.imgbox2 img{
  margin: 5px auto 5px auto;  
  max-width:90%;
  border:1px solid #bbb;
}

h1 img{
max-width:100%;
}

h2{
font-size:18px;
background: #7ED0CC;
text-indent:10px;
color:#fff;
}

h3{
font-size:18px;
font-weight:bold;
margin-top:30px;
margin-bottom:15px;
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 10px 0;
    box-sizing: border-box;
    text-indent:30px;
}

.ribbon {    
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 15px 0;
    z-index: 2;
    width: 20px;
    text-align: center;
    font-size: 17px;
    color: white;
    background: #7ED0CC;
}

.ribbon:after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 10px solid #7ED0CC;
    border-right: 10px solid #7ED0CC;
    border-bottom: 10px solid transparent;
}

h4{
font-size:16px;
text-align:left;
font-weight:bold;
border-left:4px solid #7ED0CC;
margin:20px 0 10px 0;
text-indent:5px;
}

h5{
font-size:16px;
text-align:left;
background:#aaa;
padding:3px;
margin:20px 0 10px 0;
text-indent:5px;
border-radius: 8px;
-webkit-border-radius: 8px; 
-moz-border-radius: 8px;
}

h6{
font-size:14px;
font-weight:bold;
text-align:left;
padding:3px;
margin:0;
text-indent:5px;
}


section{
width:100%;
margin:auto;
}

article{
margin-top:20px;
}

.manual_list{
width:60%;
}

article ol,article ul{
  width:100%;
  list-style-type: decimal;
  list-style-position: outside;
}
article ol li,article ul li {
display:flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-bottom:1px dotted #777;
      padding:10px 0;
}

article ol li:last-child,
article ul li:last-child{
      border:none;
}


article ol li img,article ul li img{
   max-width: 100%;
}

article .l_sbox{
width:8%;
text-align:center;
display:block;
}

article .l_sbox span{
width:10px;
}

article .r_sbox{
width:92%;
text-align:left;
}

article .sbox{
width:100%;
text-align:left;
}


article .l_sbox2{
width:20%;
text-align:center;
display:block;
line-height:17px;
}

article .l_sbox2 span{
width:10px;
font-size:12px;
margin-top:0;
padding:0;
}

article .l_sbox3{
width:20%;
text-align:center;
display:block;
}

article .r_sbox2{
width:76%;
padding-left:10px;
border-left:1px solid #bbb;
text-align:left;
}

li.li_bn{
border:none;
}


li.title_li{
border:none;
margin-top:10px;
position: relative;
line-height: 1.4;
padding:0.1em 1em;
display: inline-block;
top:0;
}
li.title_li:before,li.title_li:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}
li.title_li:before{
border-left: solid 1px #aaa;
border-top: solid 1px #aaa;
border-bottom: solid 1px #aaa;
  left: 0;
}
li.title_li:after{
  content: '';
  border-top: solid 1px #aaa;
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  right: 0;
}


.img_box{
width:100%;
text-align:center;
margin:20px 0;
}

.img_box img{
max-width:100%;
}

.img_box2{
width:40%;
text-align:center;
margin:20px 0;
}

.img_box2 img{
max-width:50%;
border:1px solid #4B4A4A;
}

.img_box3{
width:40%;
text-align:center;
margin:20px 0;
}

.img_box3 img{
max-width:95%;
border:1px solid #4B4A4A;
}




article dd{
font-size:14px;
padding-bottom:8px;
margin-bottom:8px;
border-bottom:1px dotted #ccc;
}

article span{
}


.important_box{
background-color:#cbe9f7;
padding:10px;
margin:15px 0;
border-radius: 8px;
-webkit-border-radius: 8px; 
-moz-border-radius: 8px;
}

.important_box b{
color:#0193d7;
font-weight:bold;
}
.important_box .imgbox img{
  margin:10px 0 0 0;
  max-width:100%;
  border:none;
}

.important_box span{
font-size:13px;
}



#wrapper{
width:100%;
height: auto;
margin:auto;
position: relative;
min-height: 100%;
padding-bottom: 60px;
}
  
/*header（ヘッダー+メニュ―）の設定*/
header{
    width:100%;
    margin:auto;
    padding-top:20px;
    text-align:center;
}

header h1{
    padding:0 10px;
}


.pan{
font-size:13px;
padding:8px 5px;
background-color:#eee;
margin:15px 0;
}

.pan a{
text-decoration:underline;
}

.manual_box{
display:flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}




/*ボックス全体*/
.qa_box {
    margin:0;
    padding: 0;
    max-width: 100%;
}

/*ラベル*/
.qa_box label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    cursor :pointer;
    transition: all 0.5s;
}

/*ラベルホバー時*/
.qa_box label:hover {
}

/*チェックは隠す*/
.qa_box input {
    display: none;
}

/*中身を非表示にしておく*/
.qa_box .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #eaeaea;
    opacity: 1;
}




/*footerの設定*/
footer{
width:100%;
text-align:center;
height: 30px;
position:fixed;
bottom: 0;
}


/************* ここからはスマホ用CSS *************/
/*（特に指定なければ基本CSSが適応）*/

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

   /*全体設定*/
   body
   {
   min-width: 100%;
   }

   #wrapper
   {
   width: 100%;
   }
   
/*header（ヘッダー+メニュ―）の設定*/

header{
width:100%;
margin-bottom:10px;
}

article ol,article ul{
  width:100%;
  list-style-type: decimal;
  list-style-position: outside;
}
article ol li,article ul li {
display:flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-bottom:1px dotted #777;
}

article ol li:last-child,
article ul li:last-child{
      border:none;
}


article ol li img,article ul li img{
   max-width: 100%;
}

article .l_sbox{
width:8%;
text-align:center;
display:block;
}

article .l_sbox span{
width:10px;
}

article .r_sbox{
width:92%;
text-align:left;
}

article .sbox{
width:100%;
text-align:left;
}


.img_box2{
width:100%;
text-align:center;
margin:20px 0 0 0;
}

.img_box2 img{
max-width:60%;
border:1px solid #4B4A4A;
}

.img_box3{
width:100%;
text-align:center;
margin:20px 0;
}

.img_box3 img{
max-width:100%;
border:1px solid #4B4A4A;
}

.manual_list{
width:100%;
}

section{
width:100%;
}


/*footerの設定*/
footer{
width:100%;
background:#fff;
padding-top:30px;
text-align:center;
height: 70px;
position:relative;
bottom: 0;
}


}