@charset "utf-8";

/*
-----------------------------------------------
▼アスロックとは 2017.4
----------------------------------------------- */
@charset "utf-8";

/*
-----------------------------------------------
Jam Design RESET CSS 1.3
▼基本デザイン 2017.4
----------------------------------------------- */


#pd * {
/* box-sizing:border-box; */
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.tume {
font-feature-settings:"palt";
letter-spacing:.05em;
}
.triangle {
margin:12px auto;
width:0;
height:0;
border-style:solid;
border-width:24px 50px 0 50px;
border-color:#09c transparent transparent transparent;
}

/*
-----------------------------------------------
▼ row設定
----------------------------------------------- */
.row * {
box-sizing:border-box;
}
.row {
margin-right:-12px;
margin-left:-12px;
font-size:0;
}
.col {
display:inline-block;
vertical-align:top;
font-size:14px;
position:relative;
min-height:1px;
padding:0 12px 24px;
}
.col2 .col {
width:50%;
}
.col3 .col {
width:33.333%;
}
.row img {
max-width:100%;
height:auto;
}

.redbox {
background:#c00;
color:#fff;
font-size:1.8rem;
line-height:1;
padding:8px;
text-align:center;
}
.center {
text-align:center;
}
.center img {
margin-left:auto;
margin-right:auto;
}
.about_dl {
padding-left:340px;
}
.about_dl dt {
background:#3e69b4;
color:#fff;
line-height:1;
padding:8px;
margin-bottom:4px;
}
.about_dl dd {
margin-bottom:32px;
}
.bluettl {
color:#3e69b4;
font-size:1.8rem;
}
.blackttl {
color:#333;
font-size:1.8rem;
}
.p16 {
padding-left:18px;
font-size:1.6rem;
}
.bluebox {
margin-bottom:12px;
background:#3e69b4;
color:#fff;
font-size:1.8rem;
line-height:1;
padding:8px;
text-align:center;
}
.blackbox {
margin-bottom:12px;
background:#333;
color:#fff;
font-size:1.8rem;
line-height:1;
padding:8px;
text-align:center;
}
.fukidashi_about {
margin-bottom: 3em;
margin-top: 2em;
}
.fukidashi_about .hukidashi_box{
font-size: 2.4rem;
font-weight: bold;
}

.midashi{
background: #09AFC8;
text-align: center;
margin-bottom: 2em;
margin-top: 2em;	
}
.midashi p{
color: #fff;
text-align: center;
width: auto;
padding: 25px;
font-size: 2.4rem;
font-weight: bold;
}



/* css_end */
