/* PC用CSS */
@media print, screen and (min-width: 640px) {

body {
    font-family:"ヒラギノ角ゴ Pro W3","ヒラギノ丸ゴ Pro W3","ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO",
    "HGMaruGothicMPRO";
    font-size:1.1em;
    font-weight:100;
    width:900px;
    margin-right: auto;
    margin-left : auto;
}

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

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

div.introduction_box {
     align: center;
}
    
img.logo {
    width: 480px;
}

p.introduction {
    font-size: 2em;
    width: 600px;
    text-align: justify;
}

img.FigComp {
    width: 420px;
}

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

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

div.main_text {

    text-indent: 1em;
    line-height: 1.7em;
}

.empha {
    color: #cc0000;
}

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

.background {
     background: linear-gradient(to right, #c2c9df, white 80%);
}

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

}