/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
 
body {font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.underline {
     border-bottom:solid;
     border-color:#cc0000;
     border-width:2px;
}

.list {
     border-bottom: solid #364e96;
     font-size: 1.2em;
}


img.FigComp {
    width: 95%;
    border: 2px #dddddd solid;
    border-radius: 10px;
}

h1 {
  font-size: 1.5em;
  color: #364e96;
  border: solid 3px #364e96;
  padding: 0.3em;
  border-radius: 0.5em;
}

introduction_box {
        align: center;
}  
    
p.introduction {
    font-size: 1.2em;
    line-height: 1.3em;
    text-align: justify;
}

p.title_text{
    display : block;
    font-size: 1.3em;
    width : 100%;
    text-align : center;
}

div.main_small_title {
    text-indent: 0em;
    line-height: 1.7em;
}

.bold {
    font-weight:600;
    font-size:1.1em;
}

div.main_text {
    font-size: 1.0em;
    line-height: 1.4em;
    text-align: justify;
    text-indent: 1em;
}

div.small_title {
    font-size:1.2em;
    text-indent: 0em;
    line-height: 1.7em;
    font-weight:600;
}

.empha {
    color: #cc0000;
}

.list {
     border-bottom: solid #364e96;
     font-size: 1.5em;
     text-indent: 0em;
}

p.right {
display : block;
width : 100%;
text-align : right;
}

div.FigTitle {
    font-size: 1.0em;
    line-height: 1.4em;
    text-align: center;
    text-indent: 1em;
｝


}