@charset "utf-8";
/* Note: This file is compiled from D.less */
.D-common-section {
  margin-bottom: 25px;
}
.D-common-section .image-layout .links {
  padding-top: 17px;
}



.D-link-button {
  margin: 0 auto;
  text-align: center;
}

.D-link-button .title {
  border: 1px solid #ccc;
/*   background: url(../common/D_linkbutton_bg01.png) repeat-x center; */

background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */

/*   font-size: 1.4rem; */
  font-weight: bold;
}
.D-link-button .title a {
  padding: 11px;
  border: 1px solid #FFF;
  display: block;
  color: #333;
  text-decoration: none;
}
.D-link-button .title a:hover {
  color: #c00;
}
.D-link-button .title .inner {
  padding-left: 15px;
  background: url(../../common/parts/arrow_02_right.png) no-repeat left 0.3em;
}
.D-link-button .caption {
  padding-top: 7px;
  line-height: 1.6;
}

.twoColumnArea .imgArea{
  text-align: center;
}

.imgArea .caption{
  padding-top: 1em;
  display: block;
}


/* .wysiwygArea .links{
  margin-left: 0;
} */

.wysiwygArea ul.links{
    display: block;
    list-style-type: disc;
    -webkit-padding-start: 0px;
}

.wysiwygimageLayout.center{
  text-align: center;
}


.contactArea .links{
  margin: .5em;
}


@media print, screen and (max-width: 767px) {

.wysiwygimageLayout{
  margin-bottom: 30px;
}

.wysiwygimageLayout .col{
  text-align: center;
}

.wysiwygArea .col{
  margin-bottom: 30px;
}

.imgArea .caption{
  text-align: left;
}


.D-link-button {
  margin: 0 auto 30px;
}

}


@media print, screen and (min-width: 768px) {



.twoLinkButton{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.twoLinkButton .col{
  flex: 1;
}

.wysiwygArea .textArea{
  flex: 1;
}

.wysiwygArea .imgArea{
  padding-right: 20px;
}


.wysiwygArea .row-reverse .imgArea{
  padding-left: 20px;
  padding-right: 0;
}

.twoWysiwygColumnArea{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.twoWysiwygColumnArea .col{
  max-width: 50%;
  flex: 1;
}

.twoWysiwygColumnArea .col:nth-child(n+2),.twoLinkButton .col:nth-child(n+2){
margin-left:20px;
}


.threeColumnArea{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.threeColumnArea .col{
  max-width: 33%;
  flex: 1;
}
.threeColumnArea .col img{
  /* max-width: 100%; */
}

.threeColumnArea .col:nth-child(n+2){
  margin-left:20px;
}

}
