/*
font-family: 'Marcellus', serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Playfair Display', serif;
*/

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	background-color: #fbfaf5;
	font-feature-settings: "palt";
}

.pc{
	display: block;
}

.sp{
	display: none;
}

.sp .top-ser-btn{
	display: none;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* 追従バナートップ */
.bnr-fixed{
	position: fixed;
	width: 30%;
	z-index: 9999;
	bottom: 0;
	right: 5px;
}

.delete{
	display: block;
	margin-bottom: 5px;
	margin-left: auto;
}


/* index.html header */
.wrap {
	position: relative;
	height: 100vh;
}

.video-bg {
	position: relative;
	height: 100vh;
	background: #000;
	overflow: hidden;
}

.video-bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(251, 250, 245, .3);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%2364616a' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");

}

.video-bg iframe {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 200vw;
	height: 100vh;
	opacity: .5;
	background-color: white;
}


/*　index.html　*/
h1{
	font-size: 16px;
	background-color: rgba(255, 255, 255, .8);
	color: #000028;
	width: 50%;
	margin: 20px auto;
	padding: 10px 0;
	border-radius: 30px;
	font-weight: bold;
}

.section{
	max-width: 1400px;
	margin: 0 auto;
}

html.has-navbar-fixed-top{
	padding-top: 0;
}

.hero.is-fullheight-with-navbar{
	min-height: 100vh;
}

.img_bg{
	background:
	url("../img/index/main.jpg");
}

.fixed_bg{
	min-height: 100vh;
	background-size: cover;
	background-position: center;
}

.header-logo{
	position: fixed;
	top: 0;
	width: 60px;
	height: 60px;
	margin: 20px;
	z-index: 10000;
}

.main01,.main02 {
	font-family: 'Noto Serif JP', serif;
	color: white;
}

.main-en{
	font-family: 'Noto Serif JP', serif;
	font-size: 50px;
	letter-spacing: 10px;
	opacity: .3;
}

.main01{
	font-size:35px;
	-webkit-animation: focus-in-contract 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
			animation: focus-in-contract 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
			animation-delay: 1.5s;
}

.main02{
	font-size:60px;
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
			animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation-delay: 1.5s;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-6-11 14:53:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation focus-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-contract {
	0% {
		letter-spacing: 1em;
		-webkit-filter: blur(12px);
				filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
				filter: blur(0px);
		opacity: 1;
	}
}
@keyframes focus-in-contract {
	0% {
		letter-spacing: 1em;
		-webkit-filter: blur(12px);
				filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
				filter: blur(0px);
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
	0% {
		-webkit-filter: blur(12px);
				filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
				filter: blur(0px);
		opacity: 1;
	}
}
@keyframes text-focus-in {
	0% {
		-webkit-filter: blur(12px);
				filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
				filter: blur(0px);
		opacity: 1;
	}
}


.title_top{
	position: relative;
	display: inline-block;
	margin-bottom: 1em !important;
	color: #000028;
	font-family: 'Marcellus', serif;
	font-weight: lighter;
}

.title_top:before{
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 80px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #c8943b;
	border-radius: 2px;
}

.subtitle{
	margin-top: 0!important;
}

/* youtube 埋め込み */
.youtube {
	position: relative;
	flex: none;
	width: 32%;
	padding-top: 19.25%;
	margin:0 10px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.channel{
	margin-bottom: 30px !important;
}
.channel-icon{
	text-align: right;
}

.channel{
	margin: 50px auto;
	text-align: center;
}

.channel-icon img{
	width: 30%;
	height: auto;
}

.channel-name p{
	margin-bottom: 20px;
	font-size:20px;
}

.channel-touroku{
	background-color:red;
	padding:15px 50px;
	font-size:20px;
	color:white;
	border-radius: 50px;
	border:1px solid red;
	transition: 0.3s ease;
}

.channel-touroku:hover{
	background-color:white;
	color:red;
}

/* sample */
.has-same-height .card {
	height: 320px;
	overflow: hidden;
}

.card-content{
	padding: 1.5rem 2rem 2rem 2rem;
}

.card-content h3 {
	text-align: center;
}

.table-profile td,
th {
	border: none !important;
}

.table-profile td:first-of-type {
	font-weight: bold;
}

.skills-content .media {
	margin: 0 !important;
	padding: 4px !important;
	border: 0 !important;
}

.skills-content .progress {
	height: 4px !important;
}

.custom-tags {
	text-align: center !important;
	display: block;
}

.portfolio-container .card {
	margin-bottom: 2em;
}

.section-heading {
	text-align: center;
	margin-top: 4em;
	margin-bottom: 4em;
}

.top-company{
	text-align: center;
}

.top-company-2 .is-size-6{
	text-align: left;
	width: 70%;
	margin: 0 auto;
	line-height: 2em;
}

.top-company-3{
	background-image: url("../img/index/top-company.png");
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 1400px;
	background-position: right;
	text-align: left;
}

.top-company-3 .title{
	margin-bottom: .5em!important;
}

.top-company-3 .subtitle{
	color: #c8943b;
}

.top-company-3 .is-size-6{
	line-height: 2.3em;
}

.top-hero{
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
}

.card-content p{
	font-size: 14px;
	line-height: 2em;
}

.btn_des,.btn_top_ser{
	margin-top:20px;
	transition: 0.3s ease-in;
}

.btn_des{
	background-color:#c8943b;
	border:none;
	color:white;
	border:1px solid #c8943b!important;
	border-radius: 50px;
}

.btn_top_ser{
	background-color: rgba(255,255,255,0.00);
}

.btn_des:hover{
	background-color:rgba(0,0,0,0);
	color:#c8943b;
}

.card-hover{
	color: black;
	transition: .5s;
}

.ser_anime:hover .card-hover{
	color: white;
}

.btn-top-ser{
	display: inline-block;
	margin-top: 20px;
	border: 1px solid #dbdbdb;
	border-radius: 290486px;
	padding-bottom: calc(0.5em - 1px);
	padding-top: calc(0.5em - 1px);
    padding-left: calc(1em + .25em);
    padding-right: calc(1em + .25em);
	transition: .5s ease-in;
}

.ser_anime:hover .btn-top-ser{
	background-color: white;
	color: black;
}

.ser_anime:hover .btn_top_ser{
	background-color:#FFFFFF;
	color:black;
}

.top-news{
	margin: 50px auto;
}

.top-news h3{
	font-size: 2.5rem;
	font-weight: bold;
	color: #000028;
}

.top-news h4{
	color: #c8943b;
}

.top-news dl{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: scroll;
	height: 250px;
}

.top-news dt{
	width: 20%;
	padding: 10px;
	border-bottom: 1px solid black;
}

.top-news dd{
	width: 80%;
	padding: 10px;
	border-bottom: 1px solid black;
}

/* hover */
.ser_anime {
    background-color: white;
    color: #000 !important;
    background-size: 200% 100%;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(200,148,59, 1) 50%);
    background-image: linear-gradient(to right, transparent 50%, rgba(200,148,59, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	transition: 0.5s;
	height: 360px;
}

.ser_anime:hover{
	background-color: white;
    background-position: -100% 100%;
	color:white !important;
}

.ser_title{
	font-weight: bold;
	font-size:20px!important;
}

.i_martop{
	margin-top:20px;
}

.title_font{
	font-family: 'Libre Baskerville', serif;
}

/* img hover scale */
.img-sca{
	overflow: hidden;
	width: 368px;
	height: 200px;
}

.img-sca_works{
	overflow: hidden;
	width:auto;
	height:auto;
}

.img-sca img,.img-sca_works img{
	display: block;
	transition-duration: 0.3s;
}

.img-sca img:hover,.img-sca_works img:hover{
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.img-sca_works img:hover{
	opacity: 0.7;
}

.level-right{
	display: flex;
}

.level-item{
	color: #c8943b;
	transition: .2s;
}

.level-item:hover{
	color: black;
}


/* aboutus */
.copy-en-bg{
	background-image: url("../img/company/copy-en.svg");
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -100px;
}

.about-title{
	margin-top: 200px;
	text-align: center;
}

.about-title h2{
	font-size: 50px;
	color: #c8943b;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 3px;
}

.about-text{
	margin-top: 50px;
	margin-bottom: 100px;
}

.about-text p{
	line-height: 2.3em;
}

.about-link{
	position: relative;
}

.about-link h3{
	position: absolute;
	top: 35%;
	left: 5%;
	color: rgba(0,0,0,0);
	font-size: 70px;
	-webkit-text-stroke: 1px white;
	transition: .3s;
}

.about-link a:hover h3{
	color: white;
}

.about-link p{
	position: absolute;
	top: 65%;
	left: 5%;
	font-size: 20px;
	color: white;
	opacity: 0;
	transition: .3s;
}

.about-link a:hover p{
	opacity: 1;
	background-color: rgba(0, 0, 0, .7);
	padding: 5px 20px;
}

/* company */
.com-bg{
	background: url("../img/company/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.com-photo{
	margin-top: 5rem;
}

.header-title h2{
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	color: #000028;
	padding-left: 30px;
}

.header-title h3{
	color: #c8943b;
	padding-left: 30px;
}

.gre-text{
	width: 100%;
	margin-top:100px;
	margin-left:-50px;
	background-color:white;
	filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}

.gre-text h3{
	padding:10px 10px 0;
	color:#1D8FE1;
}

.gre-text p{
	padding:0 20px;
	line-height: 3em;
}

.gre-text img{
	float: right;
	width:50%;
	height:auto;
}

.table{
	background-color: rgba(0,0,0,0);
}

.com-history th{
	padding: 0.5em 0;
}

.month{
	text-align: right!important;
	padding: 0.5em 0;
}

.value_bg{
	background-image: url("../img/company/value-head.jpg");
}

.rinen-content{
	margin: 100px 0;
}

.rinen-content h3 img{
	width: 35%;
}

.rinen-vision h4{
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 5px;
}

.rinen-vision p{
	margin: 50px 0 20px 0;
	line-height: 2em;
}

.rinen-vision dt{
	padding-top: 20px;
}

.rinen-vision dd{
	padding-bottom: 10px;
}

.rinen-value p,.rinen-acts p,.rinen-vision h5{
	margin-top: 20px;
	color: #c8943b;
}

.rinen-value{
	margin: 50px 0!important;
}

.greeting-content h3{
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 5px;
}

.greeting-content p{
	margin: 30px 0;
	line-height: 2em;
}

.name{
	width: 50%;
	margin-left: auto;
	margin-right: 0;
}

.profile-name{
	font-family: 'Noto Serif JP', serif;
	font-size: 12px;
}

.profile-name span{
	font-size: 24px;
	margin-right: 5px;
}

.president-profile ul{
	display: flex;
	flex-direction: row;
}

.president-profile li a{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #4a4a4a;
	border-radius: 50px;
	color: #4a4a4a;
	text-align: center;
	margin: 10px 10px 10px 0;
	transition: .3s;
}

.president-profile li a:hover{
	background-color: #c8943b;
	color: white;
	border: 1px solid #c8943b;
}

.profile-text{
	line-height: 2em;
}

.president-channel{
	margin-bottom: 6em;
}

.president-channel h4{
	text-align: center;
	margin: 20px 0;
	font-size: 20px;
	border-bottom: 1px solid #dddddd;
	padding: 10px 0;
}

.president-youtube{
	display: flex;
	justify-content: space-between;
}

.president-youtube iframe{
	width: 30%;
	height: 30%;
}

.president-channel a{
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 20px auto;
	background-color: red;
	color: white;
	border: 1px solid red;
	border-radius: 40px;
	transition: .3s;
}

.president-channel a:hover{
	background-color: rgba(0,0,0,0);
	color: red;
}

.logo-content .logo-img figure{
	text-align: center;
}

.logo-content .logo-img img{
	width: 30%;
	margin-bottom: 50px;
}

.logo-content p{
	text-align: center;
	margin: 10px 0;
	line-height: 2em;
	font-family: 'Noto Serif JP', serif;
	font-feature-settings: "palt";
}

.logo-comp figure{
	text-align: center;
}

.about-link-btn{
	margin: 50px 0;
}

.about-link-child{
	position: relative;
}

.about-link-child h4{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: white;
	font-size: 26px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	transition: .3s;
}

.about-link-child p{
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: white;
	font-size: 16px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	transition: .3s;
}

.about-link-child a:hover h4,.about-link-child a:hover p{
	color: #c8943b;
	text-shadow: 2px 2px 10px rgba(255,255,255,0.8);
}

.lity-close{
	top: 50%;
	left: 50%;
}

/* service */
.mxw-1400{
	max-width: 1400px;
}

.ser-content{
	margin: 30px 0;
}

.ser-content ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
}

.ser-content li{
	width: 200px;
	text-align: center;
	background-color: white;
	padding: 10px 20px;
	margin: 20px;
	border-radius: 20px;
}

.ser-work{
	margin-bottom: 100px;
}

.ser-work .subtitle{
	color: #c8943b;
}

.p-title,.pri h4{
	padding-bottom: 10px;
	border-bottom: 2px solid #c8943b;
}

.p-title{
	margin-bottom: 5px!important;
}

.m-le{
	margin-left:20px !important;
}

.m-to{
	margin-top:20px;
}

.sub-fixed{
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    width: 40%;
    height: 400px;
    padding: 10px;
    margin: 0;
    line-height: 3;
}

.menu-list a{
	border-radius: 0;
	padding: 0.8em;
	transition: .3s;
}

.menu-list a:hover{
	background-color: #eee7e0;
}

.is-active{
	background-color: #c8943b !important;
}

.ser-btn-more{
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #c8943b;
	color: white;
	border-radius: 50px;
	transition: .3s;
}

.ser-btn-more:hover{
	background-color: white;
	color: #c8943b;
}

/* suit */
.suit_bg{
	background-image: url(../img/main-bg.jpg);
}

.suit-top{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}

.suit-top h2{
	font-size: 30px;
	margin-bottom: 10px;
	letter-spacing: 10px;
}

.suit-top p{
	line-height: 2em;
}

.suit-title{
	text-align: center;
	margin: 20px 0;
}

.suit-title h2{
	font-size: 40px;
	font-family: 'Noto Serif JP', serif;
}

.suit-about-text p{
	font-family: 'Noto Serif JP', serif;
	line-height: 2em;
	text-align: center;
	margin: 10px 0;
}

.flow-bg{
	background-image: url("../img/flow-bg.jpg");
	margin: 0 calc(50% - 50vw);
	background-position: center;
}

.suit-intro{
	padding: 100px 0;
}

.suit-intro h2{
	color: white;
	text-shadow: 0px 0px 10px rgba(0,0,0,1), 0px 0px 30px rgba(0,0,0,0.5);
}

.suit-intro .column{
	margin: 20px 0;
}

.suit-intro p{
	color: white;
	background-color: rgba(0, 0, 0, .7);
	padding: 30px;
}

.suit-about,.suit-reason,.suit-kw,.suit-flow,.suit-contact{
	margin: 100px 0;
}

.suit-title h3{
	position: relative;
	display: inline-block;
	padding: 0 55px;
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
}

.suit-title h3:before,.suit-title h3:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}

.suit-title h3:before{
	left: 0;
}

.suit-title h3:after{
	right: 0;
}

.suit-reason .columns{
	display: flex;
	align-items: center;
}

.suit-reason-text{
	padding: 20px;
	background-color: white;
	margin: 20px;
	box-shadow: 0 0 16px -6px rgba(0, 0, 0, 0.6);
}

.suit-reason-text h4{
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 10px;
	border-bottom: 1px solid #4a4a4a;
}

.suit-reason-text p{
	line-height: 2em;
}

.suit-intro .columns{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.suit-pickup-text{
	background-color: white;
	box-shadow: 0 0 16px -6px rgba(0, 0, 0, 0.6);
	padding: 18px;
	margin: 10px 0;
}

.suit-pickup-text h3{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
}

.suit-pickup-text span{
	font-size: 12px;
}

.suit-pickup-text span::before{
	content: "\A";
	white-space: pre;
}

.suit-pickup-text p{
	margin-top: 10px;
}

.suit-kodawari{
	text-align: center;
}

.suit-price h5,.suit-price p{
	text-align: center;
}

.suit-price h5{
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
}

.suit-price p{
	font-size: 16px;
}

.suit-flow{
	width: 50%;
	text-align: center;
}

.suit-flow-text{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 20px auto;
	width: 30%;
}

.suit-flow-text img{
	width: 30%;
}

.suit-flow-text p{
	margin-left: 10px;
}

.suit-faq{
	display: flex;
}

.suit-faq-content h3{
	background-color: #c8943b;
	color: white;
	border-radius: 40px;
	text-align: center;
	padding: 10px 0;
	margin-top: 20px;
}

.accordion-wrap{
    border-bottom: 1px solid #c8943b;
}

.accordion-item{
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 30px;
}

.accordion-header{
	transition: ease-in-out 100ms;
}

.accordion-text{
	width: 100%;
	display: none;
	padding-top: 5px;
	padding-bottom: 20px;
}

.accordion-text p{
	margin-top: 10px;
}

.fa{
	transition: ease-in-out 300ms;
}

.rotate-fa{
	transform: rotate(180deg);
}


.accordion-header .fa{
	float: right;
	line-height: 35px;
}

.accordion-gold{
	color: #ddba4d;
}

.accordion-no-bar{
	border-bottom: 0;
}

.suit-contact-content{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.suit-contact-text{
	background-color: white;
	box-shadow: 0 0 16px -6px rgba(0, 0, 0, 0.6);
	padding: 20px;
	margin: 20px;
	text-align: center;
}

.suit-contact-text h5{
	font-family: 'Noto Serif JP', serif;
}

.suit-contact-text p{
	font-size: 30px;
}

.suit-contact-text p i{
	margin-right: 5px;
}

/* contact */
.contact-text p{
	margin: 10px 0;
}

.contact-text li{
	margin: 5px 0;
}

.contact-content{
	margin-top: 50px;
	margin-bottom: 100px;
}

.label span{
	padding-left: 10px;
	color: red;
}

.sousin{
	background-color: #000028;
	color: white;
	padding: 10px 40px;
	border: 1px solid #000028;
	border-radius: 40px;
	font-size: 18px;
	cursor: pointer;
	transition: .3s;
}

.sousin:hover{
	background-color: #c8943b;
	color: #000028;
	border: 1px solid #c8943b;

}

/* 個人情報保護方針 */
.pri h4{
	font-size:20px;
	font-weight: bold;
}

.pri p,.pri ul{
	margin:10px 0;
}

.xy{
	height:300px;
}

/* sitemap */
.sitemap-link-main li{
	margin-bottom: 10px;
}

.sitemap-link-main a{
	color: black;
	transition: .3s;
}

.sitemap-link-sub-1{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.sitemap-link-sub-1{
	font-size: 14px;
	background-color: white;
	padding: 10px;
	margin: 10px 0 20px 0;
}

.sitemap-link-sub-1 li{
	margin-bottom: 0;
	margin-right: 15px;
}

.sitemap-link-sub-1 a{
	transition: .3s;
}

.sitemap-link-main a:hover,.sitemap-link-sub-1 a:hover{
	color: #c8943b;
}

.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0;
}

/* sns */
.sns-content{
	margin: 50px 0;
}

.sns-content .columns{
	flex-direction: column;
}

.sns-content .column{
	margin: 10px auto;
}

.sns-content h3{
	text-align: center;
}

.sns-content img{
	width: 50%;
}

.sns-content ul{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.sns-content li a{
	margin: 0 20px;
	color: black;
}

.sns-content li a:hover{
	text-decoration: underline;
}

.sns-content li a i{
	margin-right: 10px;
	background-color: #c8943b;
	padding: 10px;
	color: white;
	border-radius: 20px;
	transition: .3s;
}

.sns-content li a:hover i{
	background-color: black;
}