/* ===================================================================
CSS information

 file name  :copy.css
=================================================================== */
#npo .gnav_npo a {
  background-position: -305px -52px !important;
}

/*-----------------------------------------------------------
	.con_title
-----------------------------------------------------------*/
.con_title h2 {
  background: url(../images/title.jpg) 0 0 no-repeat;
}

a.link {
  font-size: 16px;
  font-weight: bold;
  color: #577d0b;
  background: #fff9d0;
  word-break: break-all;
}

/* -----------------------------------------------------------
	.con_intro		INTRO
----------------------------------------------------------- */
.center {
  text-align: center;
}

img {
  vertical-align: middle;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

p {
  margin-bottom: 20px;
  line-height: 2;
}
p:last-child {
  margin-bottom: 0;
}

.btn {
  text-align: center;
  margin-top: 30px;
}

h3 {
  margin-bottom: 20px;
}

h4, .sst_center {
  text-align: center;
  margin-bottom: 40px;
}

.con_intro .box_intro {
  margin-top: 80px;
}

.con_work {
  margin-top: 120px;
}
.con_work .box_work {
  margin-top: 80px;
}

.con_parents {
  margin-top: 120px;
}
.con_parents .wrp .box_parent {
  margin-top: 80px;
}
.con_parents .wrp .box_parent .box_content {
  padding-left: 30px;
}
.con_parents .wrp .box_parent:nth-child(odd) .box_content {
  padding-left: 0;
  padding-right: 30px;
}
.con_parents .wrp .box_parent:nth-child(odd) .img {
  -ms-flex-order: 2;
  order: 2;
  -webkit-order: 2;
}
.con_parents .wrp .box_parent h4 {
  font-size: 1.4em;
}
.con_parents .wrp .box_parent h4 span {
  color: #d40ecd;
}
.con_parents .wrp .box_parent ul li {
  margin-top: 20px;
  overflow: hidden;
  line-height: 2;
}
.con_parents .wrp .box_parent ul li:nth-child {
  margin-top: 0;
}
.con_parents .wrp .box_parent ul li img {
  float: left;
  margin-right: 10px;
}

.con_other {
  margin-top: 60px;
}
.con_other .btn {
  margin-bottom: 60px;
}

p.strong01 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #7AA723;
  text-align: center;
  line-height: 1.8;
}

p.strong04 {
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}

p.strong02 {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
}
p.strong02 span {
  background: #ffff00;
}

p.strong03 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #7AA723;
  text-align: center;
  line-height: 1.8;
}

p.strong05 {
  color: #d40ecd;
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
}

span.strong01 {
  color: #d40ecd;
  font-weight: bold;
}

span.strong02 {
  background: #ffff00;
  font-weight: bold;
}

span.strong03 {
  font-weight: bold;
  color: #f21773;
}

.con_hospital {
  margin-top: 60px;
}

.con_hospital .flex .col {
  background: #ddf0b8;
  padding: 15px;
  width: 45%;
}
.con_hospital .col .img {
  margin-bottom: 15px;
  text-align: center;
}
.con_hospital .col .txt {
  text-align: center;
}

.con_live {
  margin-top: 120px;
}
.con_live .img {
  margin-bottom: 30px;
  text-align: center;
}
.con_live .txt {
  width: 800px;
  margin: 0 auto;
}
.con_live table {
  margin-top: 30px;
}

.con_marry {
  margin-top: 120px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.con_marry h3 {
  text-align: center;
  margin-bottom: 20px;
}
.con_marry .box_intro dl {
  margin-bottom: 20px;
}
.con_marry .box_intro dl:last-child {
  margin-bottom: 0;
}
.con_marry .box_intro dl dt {
  margin-bottom: 10px;
}
.con_marry .box_riji {
  margin-top: 30px;
  margin-bottom: 30px;
}
.con_marry .box_riji .box_title {
  text-align: center;
}
.con_marry .box_riji .box_title > * {
  display: inline-block;
  vertical-align: middle;
}
.con_marry .box_riji .box_title .st {
  font-weight: bold;
  font-size: 120%;
}
.con_marry .box_riji .right {
  text-align: right;
}
.con_marry .img.insert {
  margin-bottom: 60px;
}
.con_marry .box_attention {
  margin-top: 30px;
}
.con_marry .box_form {
  margin-top: 40px;
}

.con_privacy {
  width: 800px;
  margin: 30px auto 0 auto;
  padding-bottom: 60px;
}
.con_privacy h4 {
  font-size: 120%;
}
.con_privacy .box_privacy {
  height: 200px;
  margin-top: 20px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 90%;
}
.con_privacy .box_privacy .txt {
  margin-bottom: 20px;
}
.con_privacy .box_privacy dl {
  margin-bottom: 10px;
}
.con_privacy .box_privacy dl dt {
  font-weight: bold;
}
.con_privacy .box_privacy dl dd ul li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: 1em;
}

.con_form table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cccccc;
  width: 100%;
}
.con_form table small {
  font-size: 12px;
}
.con_form table tr th, .con_form table tr td {
  padding: 10px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.con_form table tr th {
  background: #725340;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 200px;
}
.con_form table tr th span {
  font-weight: normal;
}
.con_form table tr td {
  background: #fff;
}
.con_form table tr td span {
  margin-left: 5px;
}
.con_form table tr td input {
  padding: 5px 8px;
}
.con_form table tr td select {
  background: #efefef;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #dedede;
  padding: 8px;
  margin-top: 3px;
  color: #333333;
}
.con_form table tr td textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_form table tr td .txt_att {
  margin: 2px 0;
  color: red;
}
.con_form table tr td .txt_exa {
  margin-top: 5px;
}
.con_form table tr td.subtit {
  background: #eee5df;
  font-weight: bold;
}
.con_form .txt_confirm {
  font-size: 120%;
  text-align: center;
  margin-bottom: 30px;
}
.con_form .btn_confirm {
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
}
.con_form .btn_confirm li {
  display: inline-block;
  vertical-align: top;
}
.con_form .btn_confirm li:first-child {
  margin-right: 10px;
}
.con_form .btn_confirm li.btn_submit {
  margin-top: 0;
}
.con_form .btn_back {
  text-align: center;
  margin-top: 20px;
}
.con_form .box_thanks .txt_thanks {
  text-align: center;
  font-size: 120%;
}
.con_form .box_thanks .txt_top {
  text-align: center;
}
.con_form .txt_error {
  font-size: 120%;
  text-align: center;
  margin-bottom: 20px;
}
.con_form #formWrap {
  padding-bottom: 40px;
}

.con_kimono {
  margin-top: 100px !important;
}
.con_kimono .box {
  overflow: hidden;
}
.con_kimono .box .img {
  float: left;
  margin-right: 30px;
  margin-bottom: 0;
}
.con_kimono .box .txt {
  overflow: hidden;
}
.con_kimono dl {
  margin-top: 30px;
}
.con_kimono dl dt {
  font-weight: bold;
  font-size: 1.4em;
}
.con_kimono dl dd {
  margin-top: 10px;
}

.con_houkoku {
  margin-top: 80px;
  padding: 40px;
  border: 1px solid #000;
}

.con_houkoku h3 {
  font-weight: bold;
  font-size: 160%;
  margin-bottom: 40px;
  text-align: center;
}

.con_houkoku dl {
  margin-bottom: 20px;
}

.con_houkoku dl:last-child {
  margin-bottom: 0;
}

.con_houkoku dl dt {
  font-weight: bold;
}

.con_kifu {
  margin-top: 100px;
}
.con_kifu .box_kifu {
  margin-top: 60px;
}
.con_kifu .box_kifu h4 {
  text-align: left;
  font-size: 1.3em;
  margin-bottom: 10px;
}
.con_kifu .box_kifu h4 span {
  font-size: 80%;
  color: #7AA723;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.con_kifu .box_kifu .img {
  text-align: center;
  margin-top: 40px;
}
.con_kifu .box_taino {
  margin-top: 80px;
}
.con_kifu .box_taino .imgs {
  overflow: hidden;
  margin-bottom: 40px;
}
.con_kifu .box_taino .imgs li {
  width: 242px;
  float: left;
  margin-left: 10px;
}
.con_kifu .box_taino .imgs li:first-child {
  margin-left: 0;
}
.con_kifu .box_taino .imgs li .img {
  margin-bottom: 10px;
}
.con_kifu .box_taino .imgs li p {
  font-weight: bold;
  text-align: center;
}
.con_kifu .box_taino .link {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.con_kifu .box_taino .link input {
  font-size: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  display: inline-block;
  width: 580px;
  text-align: center;
}

.list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
  margin-top: 5px;
}
.list li:first-letter {
  color: #7AA723;
}

.con_faq {
  margin-top: 100px;
}
.con_faq dl {
  margin-top: 30px;
}
.con_faq dl span {
  font-weight: bold;
  margin-right: 5px;
}
.con_faq dl dt {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: bold;
}
.con_faq dl dt span {
  color: #7AA723;
}
.con_faq dl dd {
  line-height: 2;
}
.con_faq dl dd span {
  font-size: 1.2em;
  color: #d40ecd;
}
.con_faq dl dt, .con_faq dl dd {
  padding-left: 20px;
  text-indent: -20px;
}

.img_pamp {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px !important;
}

.tbl_basic02 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 800px;
  margin: 20px auto 0 auto;
}
.tbl_basic02 th, .tbl_basic02 td {
  border: 1px solid #ccc;
  padding: 10px;
  overflow: hidden;
}
.tbl_basic02 th {
  background: #ddf0b8;
  width: 160px;
  text-align: center;
}
.tbl_basic02 th.title {
  text-align: center;
}

.tbl_basic02.wide {
  width: 100%;
}

.tbl_basic02.wide th {
  width: auto;
}

.flex .col {
  width: 49%;
}

.flex .col .img {
  text-align: center;
  margin-top: 20px;
}

.box-border {
  border: 5px solid #7f4104;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.24);
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.24);
}

.box-movie {
  background: #ddf0b8;
  padding: 20px;
  margin: 30px 0;
}

.box-movie p {
  text-align: center;
}

.box-movie .movie {
  width: 560px;
  margin: 20px auto;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.24);
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.24);
  border: 5px solid #7f4104;
  border-radius: 5px;
  overflow: hidden;
}

.box-movie .movie iframe {
  vertical-align: top;
}

.img {
  text-align: center;
}

.con_pamp {
  width: 1000px;
  margin: 0 auto;
}