
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important;}
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
	.pc { display: none !important; }
	.sp { display: block !important; }
}

.p {
	line-height:1.5}

.center {
	margin-left:auto;
	margin-right:auto;
}

.flex_head_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.flex_head_item {
margin:  4px; 
display:flex;
}

/*ハート*/
.flex_head_item:nth-child(1) {
/* position:relative; */
/* bottom: 20px; */
}

/*参加名数*/
.flex_head_item:nth-child(2)  {
font-size: 20px;
  
}

/*組のカップルが誕生！*/
.flex_head_item:nth-child(4) {}


.submit_area{
	background:url(../img/bg-line.png);
	padding:80px 0;
	overflow: hidden;
}
.submit_area.theme_green{
	background:url(../img/bg-line-green.png);
}
.submit_area .frame{
	background:#73bc26;
	border-radius:3px;
	padding:0 0 3px 0;
	margin:0 auto;
	max-width:100%;
	width:870px;
	box-shadow:3px 3px 7px rgba(0,0,0,0.2);
	position: relative;
}
.submit_area.theme_green .frame{
	border:10px white solid;
}
.submit_area .frame:before{
	content:"";
	background:url(../img/submit-woman.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right:-110px;
	bottom:-80px;
	width:237px;
	height:259px;
	z-index: 5;
}
.submit_area.theme_green .frame:before{
	bottom:-90px;
}
.submit_area .frame .button_area{
	padding:15px 30px;
	margin:0;
}
.submit_area .frame .button_area a{
	display: block;
}
.submit_area .frame .contact_area{
	background: white;
	margin:0 3px;
	padding:30px;
	display: flex;
}
.submit_area .frame .contact_area li:first-child{
	margin-right:25px
}
.submit_area .frame .contact_area li a{
	position: relative;
	z-index: 10;
	display: block;
}
@media only screen and (max-width: 991px) {
	.submit_area .frame:before{
		right:-70px;
	}
}
@media only screen and (max-width: 480px) {
	.submit_area{
		padding:40px 0;
	}
}
@media only screen and (max-width: 750px) {
	.submit_area.theme_green{
		padding:10px 0;
	}
}

.submit_area .frame.sp:before{
	background: none;
}
.submit_area .frame.sp{
	margin:0 10px;
	max-width:100%;
	width:auto;
	text-align: center;
}
.submit_area .frame.sp .button_area{
	padding:15px 15px 0 15px;
}
.submit_area .frame.sp .contact_area{
	justify-content: center;
	padding:30px 15px;
}
.submit_area .frame.sp .contact_area li:first-child{
	margin-right:15px
}
@media only screen and (max-width: 480px) {
	.submit_area .frame.sp .contact_area{
		padding:15px;
	}
	.submit_area .frame.sp .contact_area li:first-child{
		margin-right:5px
	}
}


#introduce{
	width: 100%;
	height: 100%;
	background: url(../img/intoroduce-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#reason1{
	width: 100%;
	height: 100%;
	background: url(../img/reason-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom:20px;
}

.flex_box {
	padding:  1,5px 10px ;             
	display: flex;              
	flex-wrap: wrap;            
	align-items:stretch;   
	justify-content: center;
}
 
.flex_introduce_item {
	padding: 20px;
	color:  black;              
	margin:  5px;             
	border-radius:  5px;        
	font-size:  15px;           
	width: 500px;              
}
 
.flex_introduce_item:nth-child(1) {
	background-color:  white; /* 背景色指定 */
}
 
.flex_introduce_item:nth-child(2) {
	background-color:  white; /* 背景色指定 */
}
 
.flex_introduce_item:nth-child(3) {
	background-color: white; /* 背景色指定 */
}
 
.flex_introduce_item:nth-child(4) {
	background-color:  white; /* 背景色指定 */
} 


.flex_reason_box {          
	display: flex;              
	flex-wrap: wrap;             
	justify-content: space-around;
	align-content: space-around;
	width:95%;
}
.flex_reason-box1 {          
	padding:  10px;             
	display: flex; 
	flex-wrap: wrap;                           
	justify-content: center;
}   
.flex_reason-item1 {
	width: 700px;
	padding: 10px;
	margin: 10px;
	display: flex;
}
 
.flex_reason-item3 {
	display: flex;
	padding: 10px;
	margin:  15px;
}

.flex_reason-item3 p{
	top: 5px;
}

.flex_reason-item {
padding: 8px;
margin:  5px;
border-radius:  10px;  
background-color:  white;    
}

.flex_reason-item5 {
margin:  5px;
padding:10px;
border: 2px solid #66cc00;
border-radius:  10px; 
width:340px
}

.flex_reason-item6 {
	display: flex;
	margin:  3px;
	padding: 3px;
	border: 2px solid #66cc00;
	border-radius:  5px; 
	width:450px;
	align-items: flex-start;
}

.sp .flex_reason-item5 .flex_reason-item5-img,
.pc .flex_reason-item6 .flex_reason-item8 {
	position: relative;
	margin: 0;
	width: 100%;
	overflow: hidden;
}

.pc .flex_reason-item6 .flex_reason-item8 {
	max-width: 136px;
	margin: 5px;
}

.pc .flex_reason-item6 .flex_reason-item8::before {
	padding-top: calc(113/136*100%);
}

.sp .flex_reason-item5 .flex_reason-item5-img::before {
	padding-top: calc(200/300*100%);
}

.sp .flex_reason-item5 .flex_reason-item5-img::before,
.pc .flex_reason-item6 .flex_reason-item8::before {
	content: '';
	display: block;
	width: 100%;
}

.sp .flex_reason-item5 .flex_reason-item5-img img,
.pc .flex_reason-item6 .flex_reason-item8 img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	padding: 0;
}

.flex_reason-item7{
padding:3px;
margin:5px;
width:270px;
}

.flex_reason-item8{
padding:3px;
margin:3px;
align-items: center;
}

.flex_reason_box3 {
	display: flex; 
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 20px;
}
.flex_reason_box3.after-blank:after{
	content:"";
	width:450px;
}

.flex_reason-item5 strong{
color: #66cc00;
font-family: 'Noto Serif JP', sans-serif;
}

.flex_reason-item6 strong{
color: #66cc00;
font-family: 'Noto Serif JP', sans-serif;
}

.flex_head_item p{
font-family: 'Noto Serif JP', sans-serif;    
}
.itaku {
	width: 100%;
	height: 100%;
	padding-bottom: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background: url("../img/bg-itaku.png")
}

.marriage_reports {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../img/marriage-report.jpg")
}

.marriage_reports .another-episode div[class^=col-] {
	padding-right: 30px;
	padding-left: 30px;
}

.marriage_reports .another-episode .box {
	margin-bottom: 42px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .15);
	transition: all .3s;
}

.marriage_reports .another-episode .d-block {
	display: block !important;
}

.marriage_reports .another-episode a.box:hover{
	opacity: .85;
}

.marriage_reports .another-episode .box .content-wrap {
	background: white;
	margin-bottom: 25px;
	padding: 30px 25px;
	color: #323232;
}

.marriage_reports .another-episode .box .another-image {
	width: 100%;
	height: 230px;
	margin-bottom: 0px;
}

.marriage_reports .another-episode .box .another-image .img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.marriage_reports .another-episode .box .marriage-text {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.marriage_reports .another-episode .box .marriage-text:before {
	background: #e7e8e8;
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.marriage_reports .another-episode .box .marriage-text img {
	max-width: 100px;
	padding: 0 15px;
	position: relative;
	background: white;
	z-index: 100;
}

.marriage_reports .another-episode .box .another-ttl {
	margin-bottom: 30px;
}

.marriage_reports .another-episode .box .match-height1 {
	height: 48px;
}

.marriage_reports .another-episode .box .match-height2 {
	height: 18px;
}

.marriage_reports .another-episode .box .intro {
	font-size: 12px;
	font-weight: 400;
}

.marriage_reports .another-episode .box .intro img {
	width: 12px;
}

.flex_shinkou_item1 {
width: 280px;   
}

.flex_shinkou_item2 {
color:  black; 
font-size:  15px;
width: 780px;       
padding:  10px; 
}

.flex_shinkou_box {
display: flex;
flex-wrap: wrap;
padding:  10px;    
justify-content: center;
}

.flex_shinkou_box strong{
color:#66cc00;  
}
/*進行の流れ*/
.common-h3 {
color:#66cc00;
font-family: 'Noto Serif JP', sans-serif;
}


/*タブ切り替え全体のスタイル*/

#tabs {
margin-top: 50px;
padding-bottom: 40px;
background-color: #fff;
margin: 0 auto;}

/*タブのスタイル*/

.tab_item {
width: calc(100%/2);
height: auto;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
line-height: 60px;
font-size: 15px;
color: #565656;
background-color: #979696;
display: block;
float: left;
text-align: center;
font-weight: bold;
transition: all 0.2s ease;
margin: auto;
}

.tab_item p{
margin-top:5px;
padding:10px;
}
 
.tab_item:hover {
opacity: 0.75;
}


/*ラジオボタンを全て消す*/

input[name="tab_item"] {
display: none;
}

/*タブ切り替えの中身のスタイル*/

.tab_content {
display: none;
clear: both;
overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/

#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
display: block;
}

/*選択されているタブのスタイルを変える*/

#tabs input:checked + .tab_item:nth-child(2) {
background-color: #66cc00;
}
#tabs input:checked + .tab_item:nth-child(4) {
	background-color: #ffd700;
	}

.flex_question_box3 {
display: flex;
padding:  10px;
justify-content: center;
}

.flex_question_box1 {
display: flex;    
justify-content: center;
}

.flex_question_box1:nth-child(1) {
	background:repeating-linear-gradient(-30deg, #66cc00 0, #66cc00 3px, #669900 1px, #669900 4px); /* 背景色指定 */
}

.flex_question_box1:nth-child(3) {
	background:repeating-linear-gradient(-30deg, #66cc00 0, #66cc00 3px, #669900 1px, #669900 4px); /* 背景色指定 */
}

.flex_question_box1:nth-child(5) {
	background:repeating-linear-gradient(-30deg, #66cc00 0, #66cc00 3px, #669900 1px, #669900 4px); /* 背景色指定 */
}

.flex_question_box1:nth-child(7) {
	background:repeating-linear-gradient(-30deg, #66cc00 0, #66cc00 3px, #669900 1px, #669900 4px); /* 背景色指定 */
}

.flex_question_box1:nth-child(9) {
	background:repeating-linear-gradient(-30deg, #66cc00 0, #66cc00 3px, #669900 1px, #669900 4px); /* 背景色指定 */
}

.flex_question_item1 {
padding: 10px;
 
}

.flex_question_item3 {
font-size: 23px;
font-family: 'Noto Serif JP', sans-serif; 
color:white;
width: 800px; 
}

.flex_question_item3 p{
padding:25px;   
}

.flex_question_item2 {                   
padding:  10px;
display: flex;          
width: 800px; 
}

#footer {
background: #031b2a;
}

#footer .links{
	margin-left:10px;
}
#footer .links a{
	color:white;
	text-decoration: none;
}
@media only screen and (max-width: 575px) {
	#footer .links{
		margin:0;
		display:block;
	}
}