@charset "UTF-8";

/*
CSSの順番
[1] reset.css
[2] cms.css
[3] style.css
[4] responsive.css
 */


/* reset.css（ここから） */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* reset.css（ここまで） */

/* CMS（ここから） */
#centerColumn {
  width: 970px;
  padding-top: 0;
}

#leftColumn {
  width: 970px;
  padding-top: 0;
}

#rightColumn {
  width: 970px;
  padding-top: 0;
}

.error {
  color: #ff0000;
}
/* CMS（ここまで） */

/* style.css（ここから） */
.pc {
  display: block;
}

.sp {
  display: none;
}

img {
  max-width: 100%;
}

::selection {
  background: #c3c0d4;
  /* Safari */
}

::-moz-selection {
  background: #c3c0d4;
  /* Firefox */
}

.l-lp *,
.l-lp *:before,
.l-lp *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.l-lp {
  letter-spacing: 0.05em;
  min-width: 1100px;
  width: 100%;
  margin: 0 auto;
  color: #333;
  font-size: 14px;
  font-family: "Muli", Arial, Helvetica, "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
}

.l-lp a {
  color: #078dd2;
}

.l-content {
  width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.l-lp h2 {
  background: #078dd2;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 20px;
}

.l-lp h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.l-lp h4 span {
  background: #c3e2f2;
  color: #078dd2;
  border-radius: 5px;
  padding: 10px;
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  min-width: 34px;
  text-align: center;
}

.l-lp p {
  margin-bottom: 20px;
}

.l-lp p>i {
  color: #9a9634;
  font-style: italic;
  font-weight: bold;
}

.l-lp p>strong {
  color: #078dd2;
  font-weight: bold;
}

.l-content+h2,
.l-lp p+h3,
.l-lp p+h4 {
  margin-top: 0px;
}

.c-red {
  /*====================
	color: #a95b6d!important;
====================*/
  color: #e04381 !important;
}

.c-ttl {
  display: table;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 15px;
  border-bottom: 5px solid #078dd2;
}

.c-ttl2 {
  color: #078dd2;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}

.c-ttl3 {
  color: #078dd2;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.c-ttl4 {
  font-size: 13px;
  text-align: left;
}

.c-ttl5 {
  color: #078dd2;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*====================
	header
====================*/
.header-wrap {
  height: 86px;
}

.l-header {
  padding: 15px 0;
  overflow: hidden;
  background: #fff;
  z-index: 100;
  width: 100%;
}

.l-header.fixed {
  position: fixed;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.header-logo {
  display: inline-block;
}

.header-copy {
  color: #3a6fad;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding-left: 40px;
  vertical-align: top;
}

.l-header .header-btn {
  /*====================
	background: #078dd2;
	background: #00b050; 2019/12/23まで
====================*/
  background: #00b050;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  float: right;
  /*====================
	box-shadow: 0 4px 0 0 #1c5598;
	box-shadow: 0 4px 0 0 #32cd32; 2019/12/23まで
====================*/
  box-shadow: 0 4px 0 0 #008828;
  font-size: 14px;
}

.header-btn:before {
  content: "▶";
  padding-right: 5px;
}

.l-mainv {
  margin-bottom: 30px;
  margin: 0 auto;
}

.mainv-bottom {
  /*====================
	background: #fffded;
====================*/
  background: #555555;

  /*====================
	padding: 15px 107px 15px 15px;
====================*/
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.mainv-bottom p {
  margin-bottom: 0;
}

.mainv-bottom-btn {
  position: absolute;
  bottom: 0;
  right: 1px;
}

.firstview_btn {
  position: relative;
  width: 150px;
}

.firstview_btn_position {
  position: absolute;
  left: 100px;
  bottom: 10px;
}

.secondv-bottom {
  background: #ffffea;
  padding: 0px 0px 0px 0px;
  position: relative;
}

.thirdv-bottom {
  background: #c0c0c0;
  padding: 0px 0px 0px 0px;
  position: relative;
}

.darkgreyv-bottom {
  background: #000000;
  padding: 0px 0px 0px 0px;
  position: relative;
}

.fifthv-bottom {
  background: #ffead5;
  padding: 0px 0px 0px 0px;
  position: relative;
}

.seventhv-bottom {
  background: #ffeaea;
  padding: 0px 0px 0px 0px;
  position: relative;
}

/*====================
	2 カラム
====================*/
/* l-2clm */
.l-2clm {
  margin: 40px 0;
}

.l-2clm li {
  overflow: hidden;
  margin-bottom: 20px;
}

.l-2clm li img {
  width: 50%;
  /*====================
	float: left;
====================*/
  padding-right: 15px;
}

.l-2clm h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

/* l-2clm-media */
.l-2clm-media {
  margin: 40px 0;
}

.l-2clm-media li {
  overflow: hidden;
  margin-bottom: 20px;
}

.l-2clm-media li img {
  width: 50%;
  /*====================
	float: left;
====================*/
  padding-right: 15px;
}

.l-2clm-media h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

/* l-2clm0 */
.l-2clm0 {
  margin: 15px 0;
}

.l-2clm0 li {
  overflow: hidden;
  margin-bottom: 5px;
}

.l-2clm0 li img {
  width: 50%;
  float: left;
  padding-right: 15px;
}

.l-2clm0 h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

/* l-2clm1 */
.l-2clm1 {
  margin: 0px 0;
}

.l-2clm1 ul {
  margin-bottom: 0px;
}

.l-2clm1 li {
  overflow: hidden;
  margin-bottom: 0px;
}

.l-2clm1 li img {
  width: 50%;
  padding-right: 3px;
}

/* l-2clm-certificate */
.l-2clm-certificate {
  margin: 0px 0;
}

.l-2clm-certificate ul {
  margin-bottom: 0px;
}

.l-2clm-certificate li {
  overflow: hidden;
  margin-bottom: 0px;
}

.l-2clm-certificate li img {
  width: 50%;
  padding-right: 3px;
}

/* l-2clm2 */
.l-2clm2 {
  margin: 40px 0;
}

.l-2clm2 ul {
  overflow: hidden;
  margin: 0 -5px;
}

.l-2clm2 ul+ul {
  margin-top: 20px;
}

.l-2clm2 li {
  width: 50%;
  float: left;
  padding: 0 5px;
}

.l-2clm2 li p {
  margin-bottom: 5px;
  font-size: 12px;
}

/* l-2clm3 */
.l-2clm3 {
  margin: 20px 0;
}

.l-2clm3 li {
  overflow: hidden;
  margin-bottom: 10px;
}

.l-2clm3 li img {
  width: 100%;
  float: left;
  padding-right: 15px;
}

.l-2clm3 h3 {
  font-size: 15px;
  margin-bottom: 10px;
}

/*====================
	コメント
====================*/
.l-comment {
  margin: 5px 0;
}

.comment-pic {
  text-align: center;
  margin-bottom: 20px;
}

.comment-bbl {
  position: relative;
  background: #efefef;
  padding: 15px;
  margin-bottom: 40px;
  width: 300;
  /*====================
	box-sizing: content-box;
====================*/
}

.comment-bbl:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(239, 239, 239, 0);
  border-bottom-color: #efefef;
  border-width: 13px;
  margin-left: -13px;
}

.comment-bbl h4 {
  margin-bottom: 10px;
}

.comment-bbl p:last-child {
  margin-bottom: 0;
}

/*====================
不要
.comment-bbl2{
	background: #efefef;
	color: #000000;
	border-radius: 5px;
	padding: 10px;
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	min-width: 100px;
	text-align: center;
}
====================*/

/*====================
	flow
====================*/
.l-flow .l-gbox h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
}

.l-flow .l-gbox {
  position: relative;
  margin-bottom: 54px;
  box-sizing: content-box;
}

.l-flow .l-gbox+.l-gbox:after {
  content: " ";
  background: url(../img/arrow-b.jpg) no-repeat center;
  width: 100%;
  height: 34px;
  display: inline-block;
  position: absolute;
  top: -44px;
  left: 0;
}

/*====================
	グレイボックス
====================*/
.l-gbox {
  background: #efefef;
  padding: 5%;
  margin-bottom: 20px;
}

.l-gbox p:last-child {
  margin-bottom: 0;
}

/*====================
	団体情報
====================*/
.l-about {
  text-align: center;
  padding: 40px 0;
  font-weight: bold;
}

span.sample1 {
  font-size: 75%;
}

address {
  color: #ababab;
  text-align: center;
  padding: 20px 0;
}
/* style.css（ここまで） */

/* responsive.css（ここから） */
@media screen and (max-width:500px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body {
    min-width: 320px;
  }

  .l-lp {
    min-width: 320px;
  }

  .l-content {
    width: 100%;
  }

  /*====================
		header
	====================*/
  .header-wrap {
    height: 47px;
  }

  .l-header {
    padding: 10px 0;
    line-height: 1;
  }

  .header-logo img {
    width: 130px;
  }

  .header-copy {
    font-size: 10px;
    height: 25px;
    line-height: 1.3;
    padding-left: 10px;
  }

  .l-header .header-btn {
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    /*====================
		box-shadow: 0 4px 0 0 #1c5598;
		box-shadow: 0 3px 0 0 #32cd32;
====================*/
    box-shadow: 0 3px 0 0 #008828;
    /* ==================== */
    font-size: 11px;
  }

  .l-mainv .l-content {
    padding: 0;
  }

}

@media screen and (min-width:500px) {

  .l-lp {
    /*====================
		font-size: 17px;
====================*/
    font-size: 15px;
  }

  .l-lp h2 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 40px;
  }

  .l-lp h4 {
    font-size: 17px;
  }

  .l-lp h4 span {
    margin-right: 10px;
    min-width: 37px;
    text-align: center;
  }

  .c-ttl2 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 40px;
  }

  .c-ttl3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }

  .c-ttl4 {
    font-size: 13px;
    text-align: center;
  }

  .c-ttl5 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 3px;
  }

  .c-ttl6 {
    font-size: 13px;
  }

  .c-pc-center {
    text-align: center;
  }

  .c-pc-center-publication {
    text-align: center;
  }

  .c-pc-center2 {
    text-align: center;
    font-size: 12px;
  }

  .l-content+h2,
  .l-lp p+h3,
  .l-lp p+h4,
  .c-pc-center+h3 {
    margin-top: 40px;
  }

  .c-pc-center2+h3 {
    margin-top: 40px;
  }

  /*====================
		header
	====================*/
  .l-mainv {
    margin-bottom: 0px;
    width: 100%;
    /*====================
		background: #efefef;
	====================*/
    background: #000000;
  }

  .l-mainv img {
    margin: 0 auto;
    width: 970px;
  }

  .mainv-bottom {
    padding: 0px;
    font-size: 20px;
  }

  .mainv-bottom-btn {
    right: 50%;
    margin-right: -499px;
  }

  .mainv-bottom-btn img {
    width: 225px;
  }




  .l-header .header-btn {
    /*====================
	background: #078dd2;
	background: #00b050; 2019/12/23まで
====================*/
    background: #00c464;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    float: right;
    /*====================
	box-shadow: 0 4px 0 0 #1c5598;
	box-shadow: 0 4px 0 0 #32cd32; 2019/12/23まで
====================*/
    box-shadow: 0 4px 0 0 #00b050;
    font-size: 14px;
  }





  /*====================
		2 カラム
	====================*/
  /* l-2clm */
  .l-2clm ul {
    text-align: center;
    margin-bottom: 40px;
  }

  .l-2clm li {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 0;
  }

  .l-2clm li+li {
    margin-left: 4%;
  }

  .l-2clm li img {
    /*====================
		width: auto;
	====================*/
    width: 100%;
    float: none;
    padding: 0 0 15px;
  }

  .l-2clm h4 {
    font-size: 16px;
  }

  /* l-2clm-media */
  .l-2clm-media ul {
    text-align: center;
    margin-bottom: 40px;
  }

  .l-2clm-media li {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 0;
  }

  .l-2clm-media li+li {
    margin-left: 8%;
  }

  .l-2clm-media li img {
    width: 100%;
    float: none;
    padding: 0 0 15px;
  }

  .l-2clm-media h4 {
    font-size: 16px;
  }


  .l-lp p {
    margin-bottom: 30px;
  }

  /* l-2clm0 */
  .l-2clm0 ul {
    text-align: center;
    margin-bottom: 10px;
  }

  .l-2clm0 li {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 0;
  }

  .l-2clm0 li+li {
    margin-left: 4%;
  }

  .l-2clm0 li img {
    width: auto;
    float: none;
    padding: 0 0 15px;
  }

  .l-2clm0 h4 {
    font-size: 17px;
  }



  /* l-2clm1 */
  .l-2clm1 {
    margin: 0px 0;
  }

  .l-2clm1 ul {
    text-align: center;
    margin-bottom: 10px;
  }

  .l-2clm1 li {
    /*====================
		width: 30%;
	====================*/
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 0;
  }

  .l-2clm1 li+li {
    margin-left: 4%;
  }

  .l-2clm1 li img {
    width: auto;
    float: none;
    padding: 0 0 0px;
  }


  /* l-2clm-certificate */
  .l-2clm-certificate {
    margin: 0px 0;
  }

  .l-2clm-certificate ul {
    text-align: center;
    margin-bottom: 10px;
  }

  .l-2clm-certificate li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 0;
  }

  .l-2clm-certificate li+li {
    margin-left: 4%;
  }

  .l-2clm-certificate li img {
    height: 210px;
    width: auto;
    float: none;
    padding: 0 0 0px;
  }



  /* l-2clm2 */
  .l-2clm2 ul {
    text-align: center;
    margin-bottom: 80px;
  }

  .l-2clm2 li {
    width: auto;
    float: none;
    display: inline-block;
    padding: 0;
  }

  .l-2clm2 li+li {
    margin-left: 4%;
  }

  .l-2clm2 li p {
    margin-bottom: 0;
    font-size: 14px;
  }

  /* l-2clm3 */
  .l-2clm3 ul {
    text-align: center;
    margin-bottom: 10px;
  }

  .l-2clm3 li {
    /*====================
		width: 30%;
	====================*/
    width: 27%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 0;
  }

  .l-2clm3 li+li {
    /*====================
		margin-left: 4%;
	====================*/
    margin-left: 3%;
  }

  .l-2clm3 li img {
    width: auto;
    float: none;
    padding: 0 0 15px;
  }

  /* l-2clm3 */
  .l-2clm3 ul {
    text-align: center;
    margin-bottom: 10px;
  }

  .l-2clm3 li {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 0;
  }

  .l-2clm3 li+li {
    margin-left: 4%;
  }

  .l-2clm3 li img {
    /*====================
		width: auto;
	====================*/
    width: 100%;
    float: none;
    padding: 0 0 15px;
  }

  .l-2clm3 h4 {
    font-size: 16px;
  }

  .l-lp p {
    margin-bottom: 30px;
  }

  /*====================
		コメント
	====================*/
  .l-comment-wrap {
    text-align: center;
  }

  .l-comment {
    margin: 10px 0 20px;
    width: 45%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
  }

  .l-comment+.l-comment {
    margin-left: 4%;
  }

  .l-comment h4 {
    text-align: center;
  }

  .comment-bbl {
    padding: 20px;
  }

  .comment-bbl2 {
    background: #efefef;
    color: #000000;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
    min-width: 100px;
    text-align: center;
  }

  /*====================
		flow
	====================*/
  .l-flow {
    text-align: center;
    margin-bottom: 80px;
  }

  .l-flow .l-gbox {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 0;
  }

  .l-flow .l-gbox+.l-gbox {
    margin-left: 4%;
  }

  .l-flow .l-gbox+.l-gbox:after {
    background: url(../img/arrow-r.jpg) no-repeat center;
    width: 34px;
    height: 25px;
    margin-top: -22px;
    top: 50%;
    left: -38px;
  }

  /*====================
		グレイボックス
	====================*/
  .l-gbox {
    padding: 3%;
    margin: 0 auto 40px;
    display: table;
  }

  /*====================
		フォントサイズ
	====================*/
  .fontsize-small {
    text-decoration: none;
    text-align: center;
    font-size: 12px;
  }
}

/* responsive.css（ここまで） */