@charset "utf-8";
/* Note: This file is compiled from I.less */

.wrapRelatedBox{
  border: 1px solid #ccc;
  padding: 2%;
  border-radius: 6px;
}
.I-article-head{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.date{ text-align: right;}
.I-common-section .wysiwyg { margin-bottom: 12px;}
.I-common-section .links { padding-bottom: 6px;}
.I-common-section .links li { margin-bottom: 0.4em;}
.I-image-list { margin-bottom: 40px;}
.I-image-list .image-layout { margin-bottom: 40px;}
.I-image-list .image-layout:last-child { margin-bottom: 0;}
.I-related-information .description { margin-bottom: 1em;}
.I-related-information .links { padding-bottom: 6px;}
.I-related-information .links li { margin-bottom: 0.4em;}
ul.links > .I-link-anchor {
  padding-left: 16px !important;
  background: url(../../common/parts/arrow_02_bottom.png) no-repeat left 0.25em;
}
.I-end-text {
  margin-top: -17px;
  margin-bottom: 17px;
  text-align: right;
}
.twoColumnArea .imgArea{ text-align: center;}
.threeColumnArea .imgArea{ text-align: center;}
.imgArea .caption{ padding-top: 1em; display: block;}
.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;}
.wrapRelatedBox .imgArea{ margin:0 2%;}
}

@media print, screen and (min-width: 768px) {

.wrapRelatedBox .imgArea{ max-width: 50%;}
.twoLinkButton{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.twoLinkButton .col{ flex: 1;}
.wysiwygArea .textArea{ flex: 1;}
.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;}
.threeWysiwygColumnArea{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.threeWysiwygColumnArea .col{ max-width: 33%; flex: 1;}
.threeWysiwygColumnArea .col:nth-child(n+2),.threeLinkButton .col:nth-child(n+2){margin-left:10px;}
.threeWysiwygColumnArea .col:nth-child(n+3),.threeLinkButton .col:nth-child(n+3){margin-left:10px;}
/*sns button*/
.ftAreaTop {text-align: center;border-bottom: 2px solid #e7e7e7; padding-top: 5rem;padding-bottom: 2rem;}
.snsArea ul {height: 21px; text-align: center;overflow: hidden; margin: 0 auto; padding-left: 0;}
.snsArea li { list-style: none;display: inline-block; margin: 0 5px;vertical-align: top;}
.fb_iframe_widget{display: flex !important;}

}
@media print, screen and (max-width: 767px) {
	.ftAreaTop ul{display:flex;justify-content: space-around;padding-bottom: 2rem;}

}
