


section{
    max-width: 100%;
}

.text_align_center{
    text-align: center;
}
.margin_0_auto{
    margin: 0 auto;
}

.margin_top_50px{
    margin-top: 50px;
}

.margin_top_20px{
    margin-top: 20px;
}

.padding_top_20px{
    padding-top: 20px;
}

.margin_top_minus_50px{
    margin-top: -50px;
}

.width_40per{
    width: 40%;
}

.width_960px{
    width: 960px;
}

.width_100per{
    width: 100%;
}


.background_color{
    background-color: #f0f0f0;
}


.h1_text h1{
    position: relative;
    text-align: center;
    font-size: 0.8em;
    color: #b44c97;
    margin-bottom: 30px;    
}

/* トップ キャラクター */
.character_a1{
    position: absolute;
    text-align: right;
    top:100px;
    right: 50px;
}
.character_a1 img{
    width: 40%;
}


/* カテゴリタイトルイメージ */

.category_title{
    width: 100%;
    margin: 0 auto;
    border-bottom: dotted 3px gray;
}


/* トップへ戻る */
#reverse_top{
    position: absolute;
    text-align: right;
    right: 50px;
    margin-bottom: 0px;
}
#reverse_top img{
    width: 70%;
}


/* フレックスボックス 3列レイアウト */

.contents-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contents-box {
	margin-bottom: 1.5rem;
	padding: 0;
	width: 32%;
}

.contents-box img {
	display: block;
	margin-bottom: 1.5rem;
	width: 100%;
	height: auto;
}

.contents-box h2 {
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	text-align: center;
}
.contents-box p{
    text-align: justify;
    padding: 0 20px;
}


/* フレックスボックス 画像とテキスト */
.contents-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 7rem;
}
/*
.contents-wrap:nth-child(odd) {
	flex-direction: row-reverse;
}
*/

.contents-text {
	width: 60%; /*flex: 2;*/
}
.contents-img {
	width: 35%; /*flex: 1;*/
}

.contents-text h2 {
	margin-bottom: 2rem;
	font-size: 1.5rem;
}

.contents-text p{
    text-align: justify;
}

.contents-img img {
	display: block;
	width: 100%;
	height: auto;
}



/* お問い合わせページ */

.contact_form h2{
    font-size: 2em;
    text-align: center;
    width: 100%;
    height: auto;
    border: solid 5px #b44c97;
    border-radius: 24px; 
    padding: 80px 0;
}
