@charset "utf-8";

/* ----------------------------------------------------
    reset
---------------------------------------------------- */
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;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    min-width: 980px;
}
img {
    border: 0;
    vertical-align: text-bottom;
}
input[type="text"], input[type="submit"], input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* specify the text decoration of anchors */
a {
    text-decoration: none;
}

/* specify the coloring of form elements */
button,
input,
select,
textarea {
    background-color: transparent;
    color: inherit;
}
/* specify the list style of nav lists */
nav ol,
nav ul {
    list-style: none;
}

/* ----------------------------------------------------
    clearfix
---------------------------------------------------- */
.clearfix {
    zoom: 1; /* IE5.5～E7 */
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
/* ----------------------------------------------------
    PC/SP 切り替え
---------------------------------------------------- */
/*.smt {
    display: none;
}
a:hover {
    opacity: 0.7;
    filter: alpha( opacity=70 );
    -ms-filter: "alpha( opacity=70 )";
}
@media screen and (max-width: 768px) {
    .smt {
        display: block;
    }
    .pc {
        display: none;
    }
    a:hover {
        opacity: unset;
        filter: unset;
        -ms-filter: unset;
    }
}*/
/* ----------------------------------------------------
    掲載規定
---------------------------------------------------- */
html.frozen-1 #contents {
    width: 100%;
}
#rule,
#company .service{
  max-width: 800px;
  font-size: 14px;
  line-height: 1.5;
}
#rule{
  margin: 10px auto 0;
}
#company .service{
  margin: 30px auto 0;
}
#rule .first,
#rule .second,
#rule .third,
#company .service{
  display: flex;
  align-items: baseline;
}
#company .service{
  justify-content: center;
}
#rule .first,
#rule .second,
#rule .third{
  margin-top: 40px;
}
#company{
  width: 100%;
  background-color: #EBEBEB;
  padding: 60px 0;
  margin: 50px 0;
}
#rule h1,
#company h2,
#rule h3,
#rule .number{
  font-weight: bold;
}
#rule h1,
#company h2{
  text-align: center;
}
#rule h1{
  font-size: 20px;
}
#company h2{
  font-size: 18px;
}
#rule h3{
  font-size: 16px;
  margin-bottom: 10px;
}
#rule a,
#company a{
  color: #0860C0;
  text-decoration: underline;
}
#rule a:hover,
#company a:hover{
   text-decoration: none;
   opacity: 1;
}
#rule a:visited,
#company a:visited{
   color: #803aa3;
}
#rule .terms strong{
  color: #FF0000;
}
#rule .terms .terms_box{
  border:solid 1px #CCC;
  padding: 20px;
  margin-top: 8px;
}
#rule .terms .terms_box ul li+li{
  margin-top: 11px;
}
#rule .terms .terms_box h4{
  font-weight: bold;
  padding-left: 24px;
  margin-bottom: 4px;
  background: url(../images/i_label.png) left no-repeat;
  background-size: 16px auto;
}
#rule .terms .terms_box p{
  font-weight: bold;
  padding-left: 2.4rem;
  text-indent: -2.4rem;
}
#rule .third .terms p:nth-child(2){
  margin-bottom: 15px;
}
#rule .third .terms p:nth-child(3){
  margin-bottom: 4px;
}
#rule .terms a{
   padding-right: 20px;
   background: url(../images/i_newwindow.png) no-repeat right;
   background-size: 14px auto;
}
#company h2::after{
  display: block;
  content: '';
  width: 60px;
  height: 3px;
  margin: 12px auto 0;
  background-color: #FFF;
}
#company .service .service_box{
  width: 296px;
  height: 160px;
  background-color: #FFF;
  box-shadow: 0px 2px 0px #CCC;
  border: 1px solid #CCC;
  border-radius: 4px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#company .service .service_box:first-of-type{
  margin-right: 22px;
}
#company .service .service_box:last-of-type{
  margin-left: 22px;
}
#company .service .service_box p:first-of-type{
  margin-bottom: 20px;
}
#company .service .service_box p:last-of-type{
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
#company .service .service_box p:last-of-type:hover{
  text-decoration: none;
}
#company .service .service_box p:last-of-type::after{
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#company .service .baitoru p:last-of-type::after{
  color: #f44040;
}
#company .service .next p:last-of-type::after{
  color: #0860C0;
}
