@charset "utf-8";

/* ****************************************************
Title: copy.css
---------------------------------------------------------------------------- */
.page_title {width: 123px;}
/* =============================
 .section1
==============================*/
.sec01 {width: 1000px;margin-left: auto;margin-right: auto;margin-bottom: 70px;}
.sec01 .bar {font-size: 150%;color: #F7303F;margin-bottom: 40px;font-weight: bold;}
.sec01 .bar span {font-size: 65%; margin-left: 10px;color: #000;}
.company dl {padding: 20px 50px;border-top:solid 1px #DDD;}
.company dl:last-child {border-bottom: solid 1px #DDD;}
.company dl dt {font-weight: bold;float: left;width: 180px;font-size: 115%;}
.company dl dt span {color: #F7303F;}
.company dl dd {float:left;}
.company dl dd ul li {list-style: disc;list-style-position: inside;text-indent: 1em;}


@media screen and (max-width: 740px) {
  
/* =============================
 .section1
==============================*/

.sec01 {width: 95%;margin-bottom: 70px;}
.sec01 .bar {margin-bottom: 1em;}
.sec01 .bar span {display: block;}
.company dl {padding: 1.2em 0.5em}
.company dl dt {width: 8em;font-size: 115%;}
}