@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
    margin: 0 auto;
    width: 1093px;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
    margin-bottom: 6px;
    position: relative;
}
.pageTitle img {
    width: 100%;
    height: 277px;
}
.pageTitle h2 {
    padding-top: 60px;
    font-size: 3.8rem;
    text-align: center;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    text-shadow: 5px 3px 0 #fff;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
    margin-bottom: 53px;
    font-size: 3.6rem;
    text-align: center;
    font-weight: normal;
}
#main .headLine01 span {
    margin-bottom: -1px;
    display: block;
    color: #009FE8;
    font-size: 2.5rem;
    font-weight: bold;
}

/*------------------------------------------------------------
	comPhotoUl
------------------------------------------------------------*/
#main .comPhotoUl {
    margin: -56px 0 185px;
    display: flex;
    flex-wrap: wrap;
}
#main .comPhotoUl li {
    margin: 56px 30px 0 0;
    width: 344px;
    text-align: center;
}
#main .comPhotoUl li:nth-child(3n) {
    margin-right: 0;
}
#main .comPhotoUl li p {
    margin-top: 24px;
    display: block;
    line-height: 1.45;
}

/*------------------------------------------------------------
	comPhotoUl
------------------------------------------------------------*/
#main .comPhotoList {
    margin-left: 1px;
    display: flex;
    flex-wrap: wrap;
}
#main .comPhotoList li {
    width: 364px;
}
#main .comPhotoList li a {
    display: block;
}
#main .comPhotoList li a:hover {
    opacity: 0.7;
}
#main .comPhotoList li .photo {
    position: relative;
}
#main .comPhotoList li .photo img {
    width: 100%;
}
#main .comPhotoList li .photo::before {
    width: 14px;
    height: 24px;
    position: absolute;
    right: 25px;
    bottom: 30px;
    background: url("../../img/common/icon02.png") no-repeat left top;
    background-size: 100% 100%;
    content: '';
}
#main .comPhotoList li .text {
    width: 100%;
    display: table;
    box-sizing: border-box;
    border: 1px solid #B4B4B5;
    border-top: none;
    border-bottom-width: 2px;
}
#main .comPhotoList li .text p {
    padding: 8px 5px 9px;
    font-size: 2.2rem;
    line-height: 1.36;
    display: table-cell;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}
#main .comPhotoList li .text p span {
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
}
#main .comPhotoList li .text p img {
    width: 130px;
    margin: 6px auto 0;
    display: block;
}

/*------------------------------------------------------------
	comQa
------------------------------------------------------------*/
.comQa {
    margin: 0 auto;
    width: 805px;
}
.comQa .block__title {
    padding: 8px 50px 9px 72px;
    min-height: 52px;
    display: flex;
    align-items: center;
    font-size: 2rem;
    line-height: 1.3;
    position: relative;
    cursor: pointer;
    transition: .3s;
    background-color: #add9f7;
}
.comQa .block__title::after {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 18px;
	width: 12px;
	height: 100%;
    content: '';
    background: url("../../img/common/icon04.png") no-repeat left center;
    background-size: 12px 12px;
}
.comQa .block__title:before {
    margin-top: -20px;
    width: 34px;
    height: 41px;
    background: url("../../img/common/q_img.png") no-repeat left center;
    background-size: 34px 41px;
    position: absolute;
    left: 15px;
    top: 50%;
    color: #fff;
    font-size: 5rem;
    content: "";
}
.comQa .comblock.is-collapsed .block__title::after {
    background-image: url("../../img/common/icon03.png");
}
.comQa .block__title:hover {
    opacity: 0.7;
}
.comQa .block__content {
    padding: 12px 15px 10px 72px;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    width: 100%;
    display: flex;
}
.comQa .block__content:before {
    margin-top: -20px;
    width: 34px;
    height: 41px;
    background: url("../../img/common/a_img.png") no-repeat left center;
    background-size: 34px 41px;
    position: absolute;
    left: 15px;
    top: 50%;
    color: #fff;
    font-size: 5rem;
    content: "";
    pointer-events: none;
    
}
.comQa .block__content p {
    line-height: 1.9;
}
.comQa .block__content p a:hover {
    text-decoration: underline;
}

/*------------------------------------------------------------
	comblock
------------------------------------------------------------*/
.comblock {
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-transition: height 500ms;
    -o-transition: height 500ms;
    transition: height 500ms;
}

.comTable {
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
}
.comTable th {
    width: 16.5%;
    font-weight: normal;
    padding: 16px 5px 17px 18px;
    text-align: left;
    vertical-align: middle;
    background-color: #F8F8F8;
    border: 1px solid #BFBFBF;
}
.comTable td {
    padding: 16px 15px 17px 25px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #BFBFBF;
}

.animation {
    opacity: 0 !important;
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.75s all cubic-bezier(0.215, 0.61, 0.325, 1);
    transition: 0.75s all cubic-bezier(0.215, 0.61, 0.325, 1);
}

.fadeInUp {
    opacity: 1 !important;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}