@charset "utf-8";



/* ================================================
フォント
=================================================== */

@font-face {
    font-family: 'NotoSansCJKjp-DemiL';
    font-style: normal;
    font-weight: 400;
    src: url('font/notosans-demil.otf') format('opentype');
}

body {
    font-family: 'NotoSansCJKjp-DemiL';
    line-height: 1.5;
}



/***********************************

1カラム用ソース

************************************/

/*Ｈ投稿リスト PC・SP共通*/
#contents .text_recent_post .list_date {
    line-height: 1.4;
}

#contents .text_recent_post .list_title {
    line-height: 1.4;
}

/*画像つきリスト*/
#post_list .excerpt {
    font-size: 13px;
}


@media screen and (min-width: 641px) {
    #main_col {
        width: 994px;
    }


    /*Ｈ投稿リスト*/
    #contents .text_recent_post {
        padding: 0px 0 20px 0;
    }

    #contents .text_recent_post .post_list {
        margin: 0 0 15px 0;
    }

    #contents .text_recent_post .post_list li {
        padding: 8px 0;
    }



    /*Ｃ最新の記事*/
    #recent_post {
        margin: 0 0 40px 0;
    }

    #recent_post li {
        width: 240px;
        margin: 0 0 0 7px;
        min-height: 240px;
    }

    #recent_post .image {
        width: 224px;
        height: 224px;
    }



    /*Ｄおすすめ記事１*/
    #featured_post {
        margin: 0 0 40px 0;
    }

    #featured_post .post1 .image {
        width: 45%;
        height: auto;
    }

    #featured_post .post1 .info {
        float: right;
        width: 50%;
    }

    #featured_post ul.post2 li {
        width: 470px;
        margin: 0 15px 0 0;
    }

    #featured_post ul.post2 li .image {
        width: 180px;
        height: 180px;
    }

    #featured_post ul.post2 li .image img {
        width: 180px;
        height: 180px;
    }

    #featured_post ul.post2 li .info {
        width: 270px;
    }



    /*Ｅおすすめ記事２*/
    #featured_post2 {
        margin: 0 0 40px 0;
    }

    #featured_post2 .post1 {
        width: 434px;
    }

    #featured_post2 .post1 .image_area {
        background: #fff;
        width: 434px;
        height: 262px;
    }

    #featured_post2 .post1 .image img {
        width: 434px;
        height: 262px;
    }

    #featured_post2 ul {
        width: 49.666666%;
    }

    #featured_post2 li .image {
        width: 180px;
        height: 180px;
    }

    #featured_post2 li .image img {
        width: 180px;
        height: 180px;
    }

    #featured_post2 li .info {
        width: 277px;
    }



    /*関連情報*/
    #related_post ul {
        margin: 0 -30px 0 15px;
    }

    #related_post li {
        margin: 0 20px 20px 0;
        width: 47%;
    }

    #related_post .image img {
        width: 180px;
    }

    #related_post .info {
        width: 270px;
    }



    /*画像つきリスト*/
    #post_list .info {
        width: 600px;
    }
}




/*----------------------------------
トップページ
エイトンとは　段落
----------------------------------*/
#about {
    overflow: hidden;
    clear: both;
}

#about .wrap_01 {
    overflow: hidden;
    clear: both;
}

#about img {
    width: 100%;
}

#about .left,
#about .right {
    position: relative;
}


#about .left p,
#about .right p {
    position: absolute;
    color: #fff;
    line-height: 1.0;
    text-shadow: 2px 2px 3px #000, -2px 2px 3px #000, 2px -2px 3px #000, -2px -2px 3px #000;
    border-bottom: 1px solid #fff;
    text-align: right;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 33, 15, 0.9) 100%);
}

#about .left p span:after,
#about .right p span:after {
    content: " ＞";
}


@media screen and (min-width: 641px) {
    #about {
        width: 100%;
    }

    #about img {
        margin: 0 0 10px 0;
    }

    #about .wrap_01 {
        margin: 15px 0 40px 0;
    }


    #about .left {
        float: left;
    }

    #about .right {
        float: right;
    }

    #about .left,
    #about .right {
        width: 48.8%;
        text-align: justify;
    }


    #about .left p,
    #about .right p {
        width: 240px;
        font-size: 1.3em;
        top: 50%;
        right: 0;
        margin: 0;
        padding: 15px 8px 15px 15px;
        line-height: 1.0;
        letter-spacing: 0.1rem;
    }

}



@media screen and (max-width: 640px) {
    #about {
        padding: 15px;
        margin: 0 auto -40px auto;
    }

    #about img {
        margin: 0 0 10px 0;
    }

    #about .left,
    #about .right {
        width: 100%;
        margin: 0 0 30px 0;
    }

    #about .left p,
    #about .right p {
        width: 60%;
        font-size: 1.2em;
        top: 40%;
        right: 0;
        margin: 0;
        padding: 10px 5px 10px 10px;
        line-height: 1.0;
        letter-spacing: 0.1rem;
    }

}




/*-------採用　段落-----------*/

#saiyou_wrap {
    margin: 15px 0 0 0;
    overflow: hidden;
}

.saiyou_txt {
    margin: 15px 0 0 0;
}


@media only screen and (min-width:641px) {
    .saiyou_sp {
        display: none;
    }
}



@media only screen and (max-width:640px) {
    #saiyou_wrap {
        padding: 0 15px;
    }

    .saiyou_pc {
        display: none;
    }

    .saiyou_sp img {
        width: 100%;
    }

}


/*ボタン*/
.button {
    width: 30%;
    font-size: 17px;
    letter-spacing: .15rem;
    display: block;
    height: 45px;
    margin: 20px auto 10px auto;
    text-align: center;
    line-height: 39px;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    cursor: pointer;
    border-left: 3px solid #003916;
    border-right: 3px solid #003916;
}

.button:before,
.button:after {
    content: "";
    display: block;
    height: 3px;
    background: linear-gradient(to right, #003916 0%, #A69000 50%, #003916 100%);
}

.button.button-primary {
    color: #000;
    background: #fff;
}


.button.button-primary:hover {
    color: #000;
    background: #D8E098;
}


@media only screen and (max-width:640px) {
    .button {
        font-size: 15px;
        width: 70%;
    }

}




/*----------------------------------
サイト説明文部分　PC非表示
----------------------------------*/

#desc_wrap {
    display: none;
}

@media screen and (min-width: 641px) {
    #header {
        height: 168px;
    }
}

/***********************************

全体カラー

************************************/
/*----------------------------------
ヘッダロゴ背景
----------------------------------*/
#header_wrap {
    background: #fff;
}

@media screen and (max-width: 640px) {
    body {
        /*　指定箇所が無いのでbodyに挿入　*/
        background: #fff;
    }

    .header_banner_wrapper {
        /*　ヘッダ下に影　*/
        border-bottom: 1px solid #fff;
        background: url(./img/header_btm.jpg) repeat-x 0 bottom;
    }


    #footer .header_banner_wrapper {
        /*　フッダには影なし　*/
        border-bottom: none;
        background: none;
    }

}

/*複数ボタン擬似クラステスト
@media screen and (min-width: 641px){
.header_banner .banner_row > div:first-child,
.header_banner .banner_row > div:nth-child(3)  {
	float: left;}
	
.header_banner .banner_row > div:nth-child(2),
.header_banner .banner_row > div:nth-child(4) {
    float: right;}

.header_banner .banner_row > div:nth-child(3),
.header_banner .banner_row > div:nth-child(4) {
    margin:5px 0 0 0;}

}*/

/*----------------------------------
ヘッダーロゴ　640×100の画像を使用した場合 ※縦182
----------------------------------*/
#logo img {
    /**　ＰＣロゴ調整　**/
    margin: 50px 0 0 0;
    width: 45%;
}


@media screen and (max-width: 640px) {

    /**　スマホロゴ調整　**/
    #logo_sm {
        width: 60%;
        margin: 0 auto;
        padding: 15px 0 0 0;
    }
}


/*----------------------------------
フッダーロゴ
----------------------------------*/
#footer .footer_logo img {
    /** フッダーロゴ調整 1 **/
    width: 200px;
}

#footer .header_banner {
    /** フッダーロゴ調整 2 **/
    margin-top: 10px;
}


/*----------------------------------
サイト説明文部分
----------------------------------*/
/*#desc_wrap {
	background:#888;説明文背景} 

#site_description {
    color: #fff;説明文テキスト}*/

@media screen and (max-width: 640px) {

    /*スマホ*/
    #header {
        background: #222;
        /*説明文背景*/
    }

    .title_text {
        padding: 7px 0 0 15px;
        color: #fff;
        /*説明文テキスト*/
        font-size: 13px;
    }
}


/*----------------------------------
グローバルメニュー
----------------------------------*/
#menu_wrap {
    background: #222;
    /*全体背景色*/
    border-color: #ccc;
    /*区切り線*/
}

@media screen and (min-width: 641px) {
    #menu_wrap {
        border-top: none;
        /*区切り線上*/
        border-bottom: none;
        /*区切り線下*/
        height: 47px;
    }

    #global_menu {
        border-right: 1px solid #ccc;
        /*区切り線右*/
    }

    #global_menu li a {
        border-left: 1px solid #ccc;
        /*区切り線左*/
        background: #222;
        /*ボタン背景色*/
        color: #ccc;
        /*文字色*/
        font-size: 16px;
        /*追加*/
        font-weight: normal
            /*追加*/
        ;
    }

    #global_menu li a:hover {
        background: #222;
        /*ボタンロールオーバー色*/
        color: #fff;
        /*ボタンロールオーバー文字色*/
    }

}


@media screen and (max-width: 640px) {
    /**** 折りたたみメニュー ****/

    /**** メニューボタン ****/
    #header a.menu_button {
        color: #E1C966;
        border: 1px solid #E1C966;
        background: #222;
    }

    #header a.menu_button:hover,
    #header a.menu_button:active {
        color: #E1C966;
        background: #222;
    }


    /**** グローバルメニュー ****/

    #global_menu li a {
        border-color: #999;
        background: #fff url(./img/arrow4.png) no-repeat 20px;
        color: #000;
    }

    #global_menu li a:hover {
        color: #000;
        background: #fff url(./img/arrow4.png) no-repeat 20px;
    }

}


/*----------------------------------
電話番号・お問い合わせ
----------------------------------*/
.header_banner .banner_row .barb_text_banner {
    border-radius: 6px;
}

.fa-phone::before,
.fa-envelope-o::before {
    font-weight: normal;
    color: #005520;
}

.adtxt {
    font-weight: bold;
    color: #7A9083;
}


@media screen and (min-width: 641px) {

    /*ボタン高さ調節*/
    #header .header_banner {
        margin-top: 19px;
        /*margin-top: 0; 住所が3行の場合　*/
    }

    #header_logo_wrap {
        height: 120px;
    }

    .header_banner .banner_row .barb_text_banner {
        font-size: 16px;
        line-height: 33px;
        border: 1px solid #888;
    }

    .header_banner .banner_row .barb_text_banner span {
        letter-spacing: 0.1rem;
        font-weight: bold;
    }

    .header_banner .banner_row {
        width: 490px;
    }

    .header_banner .banner_row>div {
        width: 240px;
        height: 33px;
    }

    #header .header_banner>div {
        /*調整*/
        margin: 3px 0 0 0;
    }

    .header_banner .banner_row .barb_text_banner .fa {
        margin-right: -0.3em;
    }

    .header_banner .text_row .textwidget {
        margin-top: 3px;
        line-height: 1.5;
    }

    /*.phone_color{
	color:#005520;}

.telblock{
	margin:0 0 0 5px;
	display:inline;}*/

    .adtxt {
        padding: 0 10px 0 0;
    }

}


@media screen and (max-width: 640px) {
    .header_banner>div {
        font-size: 15px;
        border-radius: 0;
        border: 1px solid #888;
        padding: 7px 0;
        border-radius: 6px;
        font-weight: bold;
        white-space: nowrap
    }

    .header_banner>div .fa {
        margin-right: -0.25em;
    }

    .barb_text_banner a span {
        font-size: 12px;
    }

    .barb_text_banner a {
        display: block;
        -webkit-transform: scale(0.86, 1);
        -ms-transform: scale(0.86, 1);
        -o-transform: scale(0.86, 1);
        transform: scale(0.86, 1);
    }

    /*.barb_text_banner > a span:nth-child(2){
	display:inline;}*/


    /*.phone_color{
	color:#005520;}

.telblock{
	margin:2px 0 -4px 0;}*/
}

/*----------------------------------
メインビジュアル上隙間
----------------------------------*/
@media screen and (min-width: 641px) {
    #recommend_gallery.full_width {
        margin-top: 0;
    }
}

@media screen and (max-width: 640px) {
    #recommend_gallery.full_width {
        margin-top: 0;
    }
}

/*----------------------------------
イメージロールオーバー
----------------------------------*/
/** index　メインビジュアル1枚でロールオーバー（リンク）なし**/
#recommend_gallery a:hover img,
.rs-slider>li>a:hover img {
    opacity: 1.0;
    cursor: default;
}



/*----------------------------------
ピックアップ
----------------------------------*/
#index_pickup .headline1 {
    /*ピックアップヘッダ*/
    color: #ccc;
    background: #222;
}




/*----------------------------------
ページタイトルヘッダー　※下層も含む
----------------------------------*/
#main_col .headline1,
.headline2,
.headline3 {
    background: #fff;
    color: #003916;
    font-size: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1rem;
}

.headline3 {
    border: none;
}

@media only screen and (max-width:640px) {

    #main_col .headline1,
    .headline2,
    .headline3 {
        font-size: 16px;
        display: flex;
    }
}


#main_col .headline1:before,
#main_col .headline1:after,
.headline2:before,
.headline2:after,
.headline3:before,
.headline3:after {
    content: "";
    flex-grow: 1;
    height: 2px;
    display: block;
}


#main_col .headline1:before,
.headline2:before,
.headline3:before {
    margin-right: .5em;
    background: linear-gradient(-90deg, #003916, transparent);
}

#main_col .headline1:after,
.headline2:after,
.headline3:after {
    margin-left: .5em;
    background: linear-gradient(90deg, #003916, transparent);
}






/*----------------------------------
サイドナビ
----------------------------------*/
@media screen and (max-width: 640px) {
    #side_col {
        /*　スマホでサイドナビを表示しない場合　*/
        display: none;
    }
}

/*----------------------------------
フッダー
----------------------------------*/
#footer_wrap {
    background: #fff url(./img/footer_top.jpg) repeat-x 0 top;
    /*　フッダ上に影　*/
}

#footer {
    color: #000;
    /*フッダーテキストカラー*/
}

#footer li a,
#footer li a:visited {
    color: #000;
    border-bottom: 1px dotted #666;
}

#footer li a:hover {
    color: #000;
}

#copyright {
    font-size: 12px;
    background: #000;
    /*コピーライト背景*/
    color: #fff;
    /*コピーライトテキスト*/
}

#copyright a {
    color: #fff;
    /*コピーライトリンクテキスト*/
}



/*----------------------------------
テキストリンクカラー
----------------------------------*/
a,
a:visited {
    color: #3F7985;
}

a:hover {
    color: #24434A;
}

/*----------------------------------
ページナビ
----------------------------------*/
.page_navi a {
    /*** テキスト、ボタン色 **/
    color: #fff;
    background: #333;
}

.page_navi a:hover {
    /*** ロールオーバーボタン色 **/
    background: #990000;
}






/***********************************

下層レイアウト

************************************/
/*----------------------------------
下層段落枠　※変更不可
----------------------------------*/
@media only screen and (min-width:641px) {
    #under {
        overflow: hidden;
        margin: 0 0 -40px 0;
    }

    /*下層の空調整*/
}


@media only screen and (max-width:640px) {
    #under {
        overflow: hidden;
        margin: 10px 0 10px 0;
    }

    /*下層の空調整*/
}

.under_contents {
    width: 100%;
    margin: 0 0 60px 0;
    clear: both;
    overflow: hidden;
    line-height: 1.7;
}


@media only screen and (max-width:640px) {
    .under_contents {
        margin: 0 0 50px 0;
    }
}



p {
    /*下層　汎用*/
    margin: 0;
    padding: 0;
    line-height: 1.7;
}



/*----------------------------------
テーブル設定　※変更不可　色とthの％は変更又は上書き可
----------------------------------*/
/*** table 元スタイル打消し ****/
.post table {
    border: none;
    margin: 0;
}

.post td,
.post th {
    border: none;
    padding: 0;
}

.post th {
    background: #eee;
    font-weight:
        /*normal*/
        bold;
}

@media only screen and (max-width:480px) {
    tbody tr {
        display: table-row;
        /******/
        margin-bottom: 0;
    }

    tbody th,
    tbody td {
        display: table-cell;
        list-style-type: none;
        border: none;
    }
}


/*******  テーブル再設定　*******/
.under_contents table {
    width: 100%;
    border-collapse: inherit;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.under_contents table td,
.under_contents table th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    /*white-space: nowrap;*/
}

.under_contents table th {
    width: 30%;
}


@media only screen and (max-width:480px) {
    .under_contents table {
        font-size: 12px;
        line-height: 1.7;
    }

    .under_contents table td span {
        display: block;
    }

}


/*----------------------------------
テーブル設定　レスポンシブ基本ソース
----------------------------------*/
/**** 
レスポンシブしたいtableの外側に
<div class="ph_responsive">を入れてください
****/

@media only screen and (max-width:640px) {
    .ph_responsive {
        margin: 0 0 -20px 0;
    }

    .ph_responsive table {
        border: none;
    }

    .ph_responsive table th,
    .ph_responsive table td {
        width: 100%;
        display: inline-block;
        border-right: none;
        text-align: left;
    }

    .ph_responsive table th {
        border-bottom: 2px dotted #003916;
        ;
        padding: 5px 0;
        font-weight: bold;
        background: #fff;
        color: #003916;
    }

    .ph_responsive table th:before {
        /*** アイコンが必要な場合　***/
        content: "\f00c";
        font-family: FontAwesome;
        color: #A69000;
        padding: 0 5px 0 0;
    }

    .ph_responsive table td {
        border-bottom: none;
        padding: 10px 0 20px 0;
    }


}





/***********************************

ここからページレイアウト雛形

************************************/

/*----------------------------------
固定ページ 下層hタイトル　必要に応じてh4の追加など
----------------------------------*/
.under_contents h3 {
    font-size: 18px;
    position: relative;
    margin: 0 auto 35px auto;
    text-align: center;
    color: #b49531;
}

.under_contents h3:before {
    content: '';
    position: absolute;
    bottom: -14px;
    width: 60px;
    height: 2px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #b49531;
    border-radius: 2px;
}


.under_contents h4 {
    font-size: 18px;
    display: block;
    margin: 0 0 15px 0;
    font-weight: normal;
    color: #5a5129;
    text-align: center;
}


/*ul 打ち消し*/
.under_contents ul {
    margin: 0;
}

.post .under_contents li {
    line-height: 1.7;
    background: url(./img/bullet1.gif) no-repeat left 9px;
}


@media only screen and (max-width:640px) {
    .under_contents h3 {
        font-size: 16px;
    }

    .under_contents h4 {
        font-size: 15px;
        margin: 0 0 10px 0;
    }
}



/*汎用スペース*/
.space_top5 {
    padding-top: 5px;
}

.space_top10 {
    padding-top: 10px;
}

.space_top15 {
    padding-top: 15px;
}

.space_top20 {
    padding-top: 20px;
}

.space_top30 {
    padding-top: 30px;
}

.space_top40 {
    padding-top: 40px;
}

.space_top50 {
    padding-top: 50px;
}


.space_bottom5 {
    padding-bottom: 5px;
}

.space_bottom10 {
    padding-bottom: 10px;
}

.space_bottom15 {
    padding-bottom: 15px;
}

.space_bottom20 {
    padding-bottom: 20px;
}

.space_bottom30 {
    padding-bottom: 30px;
}

.space_bottom40 {
    padding-bottom: 40px;
}

.space_bottom50 {
    padding-bottom: 50px;
}




/*　下層画像 角丸　*/
.under_contents img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

@media only screen and (min-width:641px) {

    /*修正*/
    #content .post .under_contents img {
        padding: 0;
        margin: 0 0 15px 0;
    }
}

@media only screen and (max-width:640px) {

    /*修正*/
    #content .post .under_contents img {
        padding: 0;
        margin: 0 0 10px 0;
    }
}



.sub_title {
    font-size: 15px;
    font-family: "NotoSerif_Subset";
    font-weight: normal;
}


.sub_title:after {
    display: block;
    content: "";
    flex-grow: 1;
    height: 1px;
    margin: 0 0 5px 0;
    background: linear-gradient(90deg, #5a5129, transparent);
}


/*　PC表示なし　*/
@media only screen and (min-width:641px) {
    .pc_none {
        display: none;
    }
}


/*　スマホ表示なし　*/
@media only screen and (max-width:640px) {
    .sp_none {
        display: none;
    }
}



/*角丸囲み汎用
.under_contents .rei {
	padding: 10px 20px 10px 20px;
    margin:0 0 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;}
*/




/*----------------------------------
実績一覧
----------------------------------*/
.under_contents .jisseki table th.kouji {
    width: 30%;
}

.under_contents .jisseki table th.genba {
    width: 70%;
}

.under_contents .jisseki table td.kouhou {
    font-weight: bold;
    text-align: center;
    background: #F5F5F5;
}

.under_contents .jisseki table .ken {
    color: #777;
}

.under_contents .jisseki table .ken:before {
    color: #777;
    content: "／";
}

.under_contents .jisseki p.etc {
    width: calc(100% - 1em);
    padding-right: 1em;
    letter-spacing: 0.07em;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 14px;
}

p.etc::before {
    border-top: solid 1px;
    width: 2em;
    content: "";
    margin-right: 0.75em;
}

@media only screen and (max-width:480px) {
    .under_contents .jisseki table th.kouji {
        width: 36%
    }

    .under_contents .jisseki table th.genba {
        width: 64%
    }

    .under_contents .jisseki table .ken {
        display: block;
    }

    .under_contents .jisseki table td.stxt {
        font-size: 10px;
        padding: 5px;
    }
	.under_contents .jisseki p.etc{
		font-size: 12px;
	}

}


/*----------------------------------
会社概要
----------------------------------*/
.name {
    float: right;
    font-weight: bold;
    margin: 20px 0 0 0;
    font-size: 15px;
}

@media only screen and (max-width:640px) {
    #content .post .under_contents .name img {
        float: right;
        margin: 0;
        width: 80%;
    }
}

.under_contents .company table {
    border-top: 1px dotted #927829;
    border-left: none;
}

.under_contents .company table td,
.under_contents .company table th {
    border-right: none;
    border-bottom: 1px dotted #927829;
}

.under_contents .company table th {
    background: #fff;
    font-weight: normal;
    color: #927829;
}

@media only screen and (min-width:481px) {

    .under_contents .company table th,
    .under_contents .company table td {
        padding: 20px 10px;
    }

    .under_contents .company table th {
        font-size: 15px;
    }

}


@media only screen and (max-width:480px) {

    .under_contents .company table {
        font-size: 13px;
    }

    .under_contents .company table th {
        width: 26%;
    }


    .under_contents .company table td {
        padding: 10px 0 10px 10px;
    }
}
.oshirase {
	color: #CB291A;
}

/*----------------------------------
フォーム　※右線調整
----------------------------------*/

.wpcf7 {
    width: 99.4%;
    margin: 0 0 0 !important;
}

.form-recaptcha {
    text-align: center;
}

.form-recaptcha .wpcf7-recaptcha > div {
    margin: 0 auto;
}


/*----------------------------------
Ａテキスト　Ｂ画像1列＋テキスト
----------------------------------*/

/*　下層　汎用　pタグ使用　*/



/*----------------------------------
Ｃ画像2列＋テキスト
----------------------------------*/
.column_wrap_01 .left,
.column_wrap_01 .right {
    width: 49%;
}

.column_wrap_01 .left {
    float: left;
}

.column_wrap_01 .right {
    float: right;
}


@media only screen and (max-width:640px) {

    .column_wrap_01 .left,
    .column_wrap_01 .right {
        width: 100%;
        float: none;
    }

}


/*----------------------------------
Ｄ左画像＋右テキスト
----------------------------------*/
.column_wrap_02 {
    clear: both;
    overflow: hidden;
}

.column_wrap_02 .leftimg {
    float: left;
    width: 49%;
    padding: 0;
}

.column_wrap_02 .righttxt {
    float: right;
    width: 48%;
}

@media only screen and (min-width:641px) {
    #content .post .column_wrap_02 .leftimg img {
        padding-bottom: 0;
    }
}

@media only screen and (max-width:640px) {

    .column_wrap_02 .leftimg,
    .column_wrap_02 .righttxt {
        float: none;
        width: 100%;
    }

}


/*----------------------------------
Ｅ左テキスト＋右画像
----------------------------------*/
.column_wrap_03 {
    clear: both;
    overflow: hidden;
}

.column_wrap_03 .lefttxt {
    float: left;
    width: 48%;
}

.column_wrap_03 .rightimg {
    float: right;
    width: 49%;
    padding: 0;
}

@media only screen and (min-width:641px) {
    #content .post .column_wrap_03 .rightimg img {
        padding-bottom: 0;
    }
}

@media only screen and (max-width:640px) {

    .column_wrap_03 .lefttxt,
    .column_wrap_03 .rightimg {
        float: none;
        width: 100%;
    }

}


/*----------------------------------
Ｆ左画像＋右テキスト回り込み
----------------------------------*/
@media only screen and (min-width:641px) {
    #content .post .around_right img {
        float: left;
        margin: 0 18px 0 0;
        padding: 0;
        width: 49%;
    }
}

@media only screen and (max-width:640px) {
    .around_right img {
        margin: 0 0 0 0;
        float: none;
        width: 100%;
    }


}


/*----------------------------------
Ｇ左テキスト回り込み＋右画像
----------------------------------*/
@media only screen and (min-width:641px) {
    #content .post .around_left img {
        float: right;
        margin: 0 0 0 18px;
        padding: 0;
        width: 49%;
    }
}

@media only screen and (max-width:640px) {
    .around_left img {
        margin: 0 0 0 0;
        float: none;
        width: 100%;
    }
}

/*----------------------------------
プライバシーポリシー
----------------------------------*/
.privacy .txtc{
	text-align:center;
}
.privacy .under_contents{
	width:95%;
	margin: 0 auto 60px;
}
@media only screen and (max-width:640px) {
	.privacy .under_contents{
	 width:100%;
	}
}
@media only screen and (max-width:560px) {
	.privacy .txtc{
		text-align:left;
	}
}