@charset "utf-8";

/* ------------------------------------------------------------
campany page style
------------------------------------------------------------ */
.main_head_cp{
  margin: 0 0 30px 0;
  padding: 45px 20px 20px 10px;
}
@media screen and (max-width: 500px) {
  .main_head_cp{
    padding: 30px 24px;
  }
}

.main_head_cp h2{
  vertical-align: bottom;
  line-height:1.4;
  font-weight: bold;
  font-size: 25px;
}
@media screen and (max-width: 500px) {
  .main_head_cp h2{
    font-size: 20px;
  }
}

.main_head_cp .main_head_title{
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 500px) {
  .main_head_cp .main_head_title{
    display: flex;
    align-items: center;
    gap: 16px;
  }
}

.main_head_cp .main_head_icon{
  width: 40px;
}
@media screen and (max-width: 500px) {
  .main_head_cp .main_head_icon{
    width: 30px;
  }
}

.main_head_cp .main_head_lead{
  margin-top: 20px;
}

.inner_30{
    padding: 25px 30px;
}
@media screen and (max-width: 500px) {
  .inner_30{
    padding: 10px 24px;
  }
}

@media screen and (max-width: 500px) {
  .inner_30 p{
    line-height: 170%;
  }
}

.inner_30 img{
  height: auto;
}

#main .termsFaqLink{
  padding-bottom: 30px;
}
@media screen and (max-width: 500px) {
  #main .termsFaqLink{
    font-size: 14px;
  }
}
#main .termsFaqLink a{
  display: inline;
  padding-bottom: 30px;
  color: #0abab5;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  #main .termsFaqLink a{
    font-size: 14px;
  }
}

.img_box_l{
    clear: left;
    float: left;
    width: 310px;
    margin: 0 18px 0 0;
}
@media screen and (max-width: 600px) {
    .img_box_l{
        width: 100%;
    }
}

.img_box_r{
    float: left;
    width: 320px;
    margin: 0;
}
@media screen and (max-width: 600px) {
    .img_box_r{
        width: 100%;
    }
}

.img_box_l p,
.img_box_r p{
    margin: 8px 0 10px 0;
    font-size: 12px;
}
@media screen and (max-width: 600px) {
  .img_box_l p,
  .img_box_r p{
    margin: 8px 0 20px 0;
    font-size: 14px;
  }
}


.history_l{
    /* float: left; */
    width: 100%;
}
@media screen and (max-width: 600px) {
  .history_l{
      width: 100%;
      font-size: 14px;
  }
}

.history_l p{
  line-height: 1.5rem;
}
@media screen and (max-width: 600px) {
  .history_l p{
    line-height: 1.5rem;
  }
}


.history_l p strong{
  color: #0abab5;
}
@media screen and (max-width: 600px) {
  .history_l p strong{
    display: inline-block;
    margin: 20px 0 10px;
    font-size: 16px;
    letter-spacing: 0.05rem;
  }
}

.history_r{
    /* float: right; */
    width: 100%;
}
.history_rset{
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.history_rcontents{
  width: 45%;
}
.history_rcontents img{
  width: 200px;
  height: auto;
}

@media screen and (max-width: 960px) {
  .history_r{
    width: 100%;
    margin: 30px 0 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .history_rcontents{
    width: 80%;
    margin-bottom: 16px;
  }
  .history_rcontents img{
  width: 300px;
  height: auto;
  }
}

.history_r p{
    margin: 8px 0 10px 0;
    font-size: 12px;
}

.col_img{
    float: left;
    width: 110px;
    margin: 0 20px 0 0;
}
@media screen and (max-width: 600px) {
  .col_img{
    float: none;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .col_img img{
    width: 108px;
  }
  .name{
    font-size: 16px;
    font-weight: 700;
  }
  .name span{
    display: inline-block;
  }
  .nameWeak1{
    font-size: 14px;
  }
  .nameWeak2{
    font-size: 12px;
  }
}

.col_text{
    overflow: hidden;
}

.col_text .name{
    margin-top: 0;
    font-weight: bold;
}

.table_c_outline{
    width: 100%;
    table-layout: fixed;
}

.table_c_outline th,
.table_c_outline td{
    padding:10px;
}
.table_c_outline th{
    width: 163px;
    text-align: center;
    background: #f5f5f5;
    font-weight: 700;
}
@media screen and (max-width: 960px) {
    .table_c_outline td iframe{
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
  .table_c_outline th{
    width: 20%;
    font-size: 13px;
  }
  .table_c_outline td{
    width: 80%;
    font-size: 13px;
  }
}

.alliance_lead{
  margin: 30px 0;
  padding: 29px 17px;
  border: 2px solid #a5d5df;
  background:#F3FAFC;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .alliance_lead a{
    display: inline-block;
  }
}

.alliance_lead ul{
  width: 200px;
  margin: 20px auto 0;
  text-align: left;
}

.allianceLeadMail{
  display: flex;
  flex-direction: initial;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .allianceLeadMail{
    flex-direction: column;
    gap: 6px;
    color: #434343;
  }
}

.allianceLeadMailImg{
  width: 220px;
  opacity: 0.7;
}

hr.dashed{
  margin: 35px 0;
  border: 0;
  height: 2px;
  background: url(/assets/img/common/hr_dashed_bg.gif) 0 0 repeat-x;
}

.brSp{
  display: none;
}
@media screen and (max-width: 600px) {
  .brSp{
    display: block;
  }
}


/* ------------------------------------------------------------
social page style
------------------------------------------------------------ */
.socialTitle{
  padding: 8px;
  line-height: 1.4;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #0abab5;
}
@media screen and (max-width: 600px) {
  .socialTitle{
    margin: 30px 0;
  }
}

/* 結婚婚活応援プロジェクト */
.oenproject_img {
	display: block;
	margin: 0 auto;
}

.oenproject_table {
	width: 100%;
}

.oenproject_table td{
	padding: 5px 10px;
	background: #fff;
}

/* 寄付金 */
.donate_text{
  padding: 30px 30px 20px;
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .donate_text{
    padding: 0 0 30px 0;
  }
}

.donate_text .cl{
  /* color: #FF5E5E; */
}

.donate_text strong{
    font-size: 50px;
}

/* 寄付領収書 */
.receipt{
    margin: 20px 0 5px 0 !important;
    padding: 0 0 0 31px;
    background: url(/assets/img/common/icon_file.svg) 0px 3px no-repeat;
    background-size: 22px;
    font-size: 16px;
}
@media screen and (max-width: 600px) {
  .receipt{
    padding: 0 0 0 29px;
    background: url(/assets/img/common/icon_file.svg) 0px 0px no-repeat;
    background-size: 19px;
    font-size: 14px;
  }
}

.receipt_box{
    margin: 0 0 20px 0;
}
@media screen and (max-width: 600px) {
  .receipt_box{
    display: flex;
    margin-top: 20px;
  }
}

.receipt_box .img{
    float: left;
    width: 210px;
    height: 300px;
    margin: 0 0 15px 15px !important;
    border: 1px solid #ccc;
    cursor: pointer;
}
/* for IE */
html.ie7 .receipt_box .img,
html.ie8 .receipt_box .img{
    margin: 0 0 15px 10px!important;
}
@media screen and (max-width: 600px) {
  .receipt_box .img{
    height: auto;
  }
}

.receipt_box .img:nth-child(3n+1) {
	clear: left;
	margin-left: 0 !important;
}

/* JCVへの寄付 */
.jcv_text{
    padding: 10px 20px;
    background: #f4f2f6;
}
@media screen and (max-width: 600px) {
  .jcv_text{
    margin: 30px 0 20px;
    padding: 30px;
  }
}

.jcv_img{
    margin: 10px 0 0 0;
    padding: 0 0 0 30px;
}
@media screen and (max-width: 600px) {
  .jcv_img{
    padding: initial;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .jcvImgBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}

.jcv_img p{
    margin: 0;
    font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
@media screen and (max-width: 600px) {
  .jcv_img p{
    margin: 0 0 10px;
}
}

.jcv_img img{
    margin: 0 7px 10px 0;
}
@media screen and (max-width: 600px) {
  .jcv_img img{
    width: 140px;
    margin: initial;
  }
}


/* ------------------------------------------------------------
privacypolicy and terms pages style
------------------------------------------------------------ */
.basic_doc div{
	padding: 0 0 10px;
}
.basic_doc dl{
	margin: 0 0 30px;
  font-size: 15px;
  line-height: 2;
}

.basic_doc dl dt{
	margin: 20px 0;
  padding: 18px 0;
  border-bottom: 2px solid #53bcca;
  font-size: 16px;
  line-height: 1.8;
}

.basic_doc dl dd dt{
  margin: 20px 0;
  padding: 10px;
  border-bottom: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
}


.basic_doc h3{
	margin: 0 0 7px;
	font-size: 120%;
	font-weight: bold;
}

/* ------------------------------------------------------------
sitemap page style
------------------------------------------------------------ */
#sitemap a{
	color: #00b7ed;
	text-decoration: none;
}
#sitemap a:hover{
	color:#f60;
}

#sitemap .lev1{
	margin: 0 0 30px;
}

#sitemap .lev1 h3{
	padding: 0 0 0 23px;
	font-size: 16px;
	background: url(/assets/img/common/icon_li_arrow.gif) 0 5px no-repeat;
}

#sitemap .lev2{
	margin: 0 10px;
}

#sitemap .lev2 > li > a,
#sitemap .lev2 > li h4{
	display: block;
	margin: 8px 0 8px;
	padding: 5px 10px 5px 20px;

	font-size: 16px;
	background: #f6f2e7 url(/assets/img/common/list_link_b.gif) 5px 7px no-repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#sitemap .lev3{
	margin:0 15px 10px;
}

#sitemap .lev3 li{
	float: left;
	width: 50%;
}

#sitemap .lev3 li:nth-child(2n+1){
	clear: left;
}

#sitemap .lev3 li > a{
	display: block;
	padding: 5px 10px 5px 20px;
	background: url(/assets/img/common/list_link.gif) 5px 5px no-repeat;
}

/*alliance*//* ------------------------------------------------------------
alliance page style
------------------------------------------------------------ */

/*メールの概要*/
.mail_lead{
	background: #c9c7c9;
	margin: 0 20px;
	padding: 20px 20px 20px 20px;
}

h3{
  margin: 0 0 1.5em;
  padding: 30px 0 0;
  border-top: 5px solid #53bcca;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 500px) {
  h3{
    font-size: 20px;
  }
}
#sitemap h3{
  border-top: none;
}

.alliance h3{
  margin: 2.5em 0 1.5em;
}
@media screen and (max-width: 500px) {
  .alliance h3:first-child{
    margin: -1em 0 1.5em;
  }
}

.title_03_2{
    margin: 0 0 10px 0;
    font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 22px;
    color: #756448;
    padding: 10px 10px 5px 10px;
    border-bottom: 4px solid #756448;
}
/*ul の黒丸指定*/
.mark1{
  list-style-type:disc;
}

/*掲載流れ*/
.nagare {
  border:solid 1px #D3D3D3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nagare dt {
  background-color: #F7F2E8;
  background-image:url(/assets/img/common/icon_li_arrow.gif);
  background-position: 10px center;
  background-repeat:no-repeat;
  padding: 10px 10px 10px 30px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  font-size: 17px;
}

.nagare dd {
  padding: 10px 10px 10px 10px;
  border-top: 1px solid #B69E6E;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.nagare2{
  text-align:center;
}

/* ------------------------------------------------------------
writer page style
------------------------------------------------------------ */
#writer .section_box{
	margin: 30px 0;
}

#writer h3{
	margin: 10px 0;
	padding: 0 0 0 25px;
	font-size: 18px;
	color: #746342;
	font-weight: bold;
	background: url(/assets/img/top/after_word_icon.gif) left center no-repeat;
}
#writer li{
	margin: 0 0 0 25px;
	list-style-type:disc;
}
#writer strong{
	color: #e5004f;
}

#writer .small_block{
	margin:0 10px;
	padding: 10px;
	background:#f4f2f6;
  	border-radius: 5px 5px 0px 0px;
}
