@charset "utf-8";

/*res start　1024px*/
@media screen and (max-width: 1024px) {
    body, input, textarea, td, th {
		font-size: 1.4vw;
	}
    a:hover{text-decoration: none;}
}/*res end　1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    body, input, textarea, td, th {
		font-size: 1.8vw;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    
    body, input, textarea, td, th {
		font-size: 3.3vw;
	}
	
	#tinymce .alignright, #tinymce img.alignright, .section .alignright, .section img.alignright,
	#tinymce .alignleft, #tinymce img.alignleft, .section .alignleft, .section img.alignleft {
		float: none;
		margin-left: 0;
		margin-bottom: 15px;
		text-align: center;
		display: inline-block;
		width: 100% !important;
	}
	
	.wp-pagenavi a, .wp-pagenavi span {
		display: inline-block;
	}
	
	.section {
		word-break: break-all;
	}
	
	.topics_item img {
		margin-bottom: 1em;
	}
	
	/* 電話番号のリンクイベント */
	a[href^="tel:"] {
		pointer-events: auto;
	}
}/*res end 480px*/

/* --------------------------------------------
   【header】
-------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    .hdr {
        font-size: 1em;
    }
    .hdr_wrap,
    body:not(.home) .hdr_wrap,
    body:not(.home) .hdr_wrap.scroll {
        padding: 1em 1.5em;
        width: 100%;
        top: 0;
    }
    body:not(.home) .hdr_wrap.scroll .headerLogo {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    body:not(.home) .hdr_wrap .hdr_logoImg {
        display: none;
    }
    body:not(.home) .hdr_wrap .menu_bar_wrap {
        margin-left: auto;
    }
    .headerLogo,
    body:not(.home) .headerLogo {
        width: 100%;
    }
    .hdr_logoImg {
        width: 15em;
    }
    .hdrMain {
        height: 57.75em;
        padding: 6em 0 0 1.5em;
    }
    .main_visual_img01 {
        width: 24em;
        right: -3.5em;
    }
    .main_visual_img02 {
        width: 55em;
        right: 0;
    }
    body:not(.home) .hdr_wrap {
        background: #fff;
    }
    body:not(.home) .headerLogo {
        padding-bottom: 0;
    }
    
	/* モバイルメニュー */
	.hdr_slidemenu {
		opacity: 0;
		position: fixed;
		height: 100%;
		overflow-y: auto;
		top: 0;
		bottom: 0;
		right: 0;
		background-color: #fff;
		-webkit-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		z-index: -1;
	}
	/* オープン時 */
	.hdr_slidemenu.select {
		opacity: 1;
		width: 100%;
/*
		right: 0;
		-webkit-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
*/
		z-index: 100001;	/*追従するモバイルロゴより上に*/
	}
	.hdr_slidemenu_nav {
        margin-top: 1.5em;
        padding: 1.5em;
        background: #e0f3ff;
	}
	.hdr_slidemenu_nav li {
        font-size: 1.3em;
        margin: 0;
        list-style: none;
	}
	.hdr_slidemenu_nav li + li {
        margin-top: .8em;
	}
	.hdr_slidemenu_nav li a {
        color: #333;
        padding: .5em 2.5em .5em 1.5em;
        display: block;
        background: #fff;
        border: 2px solid #0097e0;
        border-radius: 10em;
        position: relative;
        z-index: 1;
	}
	.hdr_slidemenu_nav li a::after {
        content: "≫";
        font-size: 1.3em;
        color: #0097e0;
        position: absolute;
        right: .8em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
	}

	/* モバイルメニュー */
	.menu_bar {
		cursor: pointer;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-align-items: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 4em;
        height: 4em;
        background-color: #0097e0;
        color: #fff;
	}
    .menu_bar i{
        font-size: 1.7rem;
    }
    .menuTitle {
		font-size: .8rem;
	}	
	.menu_bar.select i {
        font-size: 1.2rem;
        margin: .2em 0;
    }
	/* モバイルメニュー 追従 */
	.hdrLogo.scroll,
	.headerLogo.scroll {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		z-index: 100000;
	}
	
    .hdr_slidemenu_logo {
        padding: 1em 1.5em;
    }
    
	/* モバイル お問い合わせ */
	.contact_area li {
        width: 100%;
		background: #009de6;
	}
	.contact_area li:nth-of-type(2) {
		margin-left: auto;
	}
	.contact_area li a {
		padding: 10vw 0 3vw;
		display: block;
		color: #fff;
		border-right: 1px solid #fff;
		font-weight: bold;
	}
	.hdr_slidemenu .contact_area li a {
		padding: 5vw 0;
	}
	.contact_area li.contact_area_tel a {
		background: url(../images/hdr_phone.svg) center 2vw / 4vw no-repeat;
	}
	.contact_area li.contact_area_web a {
		background: url(../images/hdr_mail.svg) center 3vw / 6vw no-repeat;
	}
	.contact_area li a:hover {
		opacity: .7;
	}
    
	.hdr .conversion_btn {
        margin-top: 0;
    }    
    .hdr .intro_home__btn {
        margin-top: 2em;
    }
    .hdr .intro_home__btn a {
        padding-bottom: 2em;
        border-color: #2e3192;
        position: relative;
        z-index: 1;
    }
    .hdr .intro_home__btn a::after {
        content: "≫";
        padding-top: .1em;
        font-size: 1.2em;
        color: #fff;
        background: #2e3192;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }
    .hdr_slidebutton {
        padding: .5em 1.5em 0;
    }
    a.hdr_slidebutton__box {
        height: 9em;
        margin-top: 1em;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 3px solid #aaa;
        border-radius: .4em;
        position: relative;
        z-index: 1;
    }
    a.hdr_slidebutton__box.box01,
    a.hdr_slidebutton__box.box02 {
        padding-left: 9.5em;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    a.hdr_slidebutton__box.box01 {
        border-color: #0097e0;
        background: url(../images/mct_item_bg01.jpg) center bottom / 100% no-repeat;
    }
    a.hdr_slidebutton__box.box02 {
        border-color: #006837;
        background: url(../images/mct_item_bg02.jpg) center bottom / 100% no-repeat;
    }
    a.hdr_slidebutton__box.box03 {
        border-color: #00a99d;
        background: url(../images/mct_item_bg03.jpg) center bottom / 100% no-repeat;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hdr_slidebutton__txt01 {
        display: block;
        color: #595757;
        font-size: 1.2em;
    }
    .hdr_slidebutton__txt02 {
        display: block;
        font-size: 1.8em;
        font-weight: bold;
        text-shadow: 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff;
    }
    .box01 .hdr_slidebutton__txt02 {
        color: #1c8ce4;
    }
    .box02 .hdr_slidebutton__txt02 {
        color: #006837;
    }
    .box03 .hdr_slidebutton__txt02 {
        color: #00a983;
    }
    .hdr_slidebutton__txt02 .icon_arrow {
        width: 1.2em;
        margin-left: .5em;
    }
    .hdr_slidebutton__img01 {
        width: 5.5em;
        position: absolute;
        right: 8.5em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .hdr_slidebutton__img02 {
        margin-right: 1em;
    }
    .hdr_slidebutton__img02 img {
        width: 5em;
        margin: 0 .1em;
    }
    
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    h1.entry-title.scroll {
        width: 75%;
        margin: .8em 0 0;
    }
    .hdr_wrap,
    .hdr_slidemenu_logo {
        padding: .6em 1em !important;
    }
    .hdrMain {
        height: 32em;
        padding: 3.8em 0 0 1em;
    }
    .hdrMain__wrap_txt {
        width: 100%;
    }
    .main_visual_copy {
        line-height: 1.5;
        font-size: 1.5em;
    }
    .main_visual_txt {
        line-height: 2;
        margin-top: 1em;
        font-size: .96em;
    }
    .main_visual_img01 {
        width: 16em;
    }
    .main_visual_img02 {
        width: 98%;
        top: 2.5em;
    }
    .main_visual_img02.show {
        top: 1.5em;
    }
    .hdr .intro_home__btn {
        margin-top: 1em;
        padding: 0 .8em;
    }
    .hdr .intro_home__btn_txt {
        height: 4em;
    }
    .hdr_slidebutton {
        padding: .3em .8em 0;
        font-size: .8em;
    }
    a.hdr_slidebutton__box {
        height: 8em;
        margin-top: .6em;
        border-width: 2px;
        border-radius: .6em;
    }
    a.hdr_slidebutton__box.box01, a.hdr_slidebutton__box.box02 {
        padding-left: 2em;
    }    
    .hdr_slidebutton__img01 {
        width: 4.8em;
        right: 1.8em;
    }
    .hdr_slidebutton__txt02 .icon_arrow {
        width: 1.1em;
        position: relative;
        bottom: .1em;
    }
    .hdr_slidemenu_nav li {
        font-size: 1.1em;
    }
    .hdr_slidemenu_nav li + li {
        margin-top: .6em;
    }
    
    /* モバイル お問い合わせ */
	.contact_area li {
        width: 50%;
	}
    .menu_bar {
        width: 3.75em;
        height: 3.75em;
	}
    .menu_bar i{
        font-size: 1.8em;
    }
    .menuTitle {
		font-size: .8em;
	}
}/*res end 480px*/

/* --------------------------------------------
   【sidebar】
-------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
	.sns_cnt_wrap{
        display: block;
        padding: 1em;
        margin-top: 0;
        background-color: #F2F2F2;
        margin-top: 2em;
    }
    .sns_cnt_first{
        margin-right: 0;
        width: 100%;
    }
    .sns_cnt_second{
        width: 100%;
    }
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
}/*res end 480px*/

/* --------------------------------------------
   【footer】
-------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    .ftr_cnt {
        display: block;
    }
    .ftr_nav {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ftr_nav ul + ul {
        margin-left: 7em;
    }
    .ftr_link {
        width: 23em;
        margin: 2.8em auto 0;
    }
    
	/* ページトップ */
	.pagetop {
		right: .5em;
		bottom: 5em;
	}
    
    /* アイコンの大きさはここのfont-sizeを変更 */
    .pagetop {
        /* .fa-2x */
        font-size: 2em;

        /* .fa-stack */
    /*	position: relative;*/
        display: inline-block;
        width: 2em;
        height: 2em;
        line-height: 2em;
        vertical-align: middle;
    }
    
	.pagetop::before
	, .pagetop::after {
		/* .fa */
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;	
	}

	/* アイコンの下側。
	 * colorで色を変更可能。基本は丸。他の形の場合は、awesomefontのサイト参照し、文字コードを変更。 
	*/
	.pagetop::before {
		color: #c1c2c2;
		
		/* .fa-circle */
		content: "\f111";

		/* .fa-stack-1x, .fa-stack-2x */
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;

		/* .fa-stack-2x */
		font-size: 2em;
	}


	/* アイコンの上側。
	 * colorで色を変更可能。
	 * 基本は上向き角。他の形の場合は、awesomefontのサイトを参照し、文字コードを変更。 
	*/
	.pagetop::after {
		/* .fa-inverse */
		color: #fff;

		/* .fa-angle-up  */
		content: "\f106";	

		/* .fa-stack-1x, .fa-stack-2x */
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;

		/* .fa-stack-1x */
		line-height: inherit;
	}
	
	.pagetop {
		/* .fa-lg */
		font-size: 1.33333333em;
	}
		/* imgタグを消す */
		.pagetop * {
			display: none;
		}
	
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .ftr_logo {
        width: 18em;
    }
    .ftr_cnt {
        padding: 0;
    }
    .ftr_nav ul + ul {
        margin-left: 1.5em;
    }
    .ftr_nav li {
        padding-left: 2.2em;
        background: url(../images/ftr_nav_bg.png) left center / 1.7em no-repeat;
    }
    .ftr_link {
        width: 20em;
    }
    
}/*res end 480px*/

/* --------------------------------------------
   index
-------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    .intro_home__btn_txt {
        font-size: 1.1em;
    }
    .box_item_home {
        font-size: .8em;
    }
    .wrap_case_list_home {
        font-size: .78em;
    }
    .conversion_banner {
        font-size: .84em;
    }
    .conversion_comment {
        font-size: 1.3em;
    }
    .conversion_btn {
        font-size: .85em;
    }
    .sns_search_wrap {
        width: 75%;
        margin: 2.5em auto 0;
        display: block;
    }
    .searchBlock {
        margin-left: 0;
    }
    
	/* SNSボタン */
	.snsText::after {
		content: none;
	}
	.sns {
		margin: 0 auto;
		text-align: center;
	}
	.sns ul {
		list-style: outside none none;
		margin: 0 auto 2% -2%;
	}
	.sns li {
		float: left;
		margin-bottom: 2%;
		margin-left: 1%;
		width: 24%;
	}
	.sns li a {
		border-radius: 6px;
		color: #fff;
		display: block;
		font-size: 1.1em;
		padding: 10px 2px;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	}
	.sns li:nth-child(4n) {
		margin-right: 0;
	}
	.sns li a:hover {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: translate3d(0px, 5px, 1px);
		transform: translate3d(0px, 5px, 1px);
	}
	.sns .twitter a {
		background: #00acee none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #0092ca;
		box-shadow: 0 5px 0 #0092ca;
	}
	.sns .twitter a:hover {
		background: #0092ca none repeat scroll 0 0;
	}
	.sns .facebook a {
		background: #3b5998 none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #2c4373;
		box-shadow: 0 5px 0 #2c4373;
	}
	.sns .facebook a:hover {
		background: #2c4373 none repeat scroll 0 0;
	}
	.sns .googleplus a {
		background: #db4a39 none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #ad3a2d;
		box-shadow: 0 5px 0 #ad3a2d;
	}
	.sns .googleplus a:hover {
		background: #ad3a2d none repeat scroll 0 0;
	}
	.sns .hatebu a {
		background: #5d8ac1 none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #43638b;
		box-shadow: 0 5px 0 #43638b;
	}
	.sns .hatebu a:hover {
		background: #43638b none repeat scroll 0 0;
	}
	.sns .line a {
		background: #25af00 none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #219900;
		box-shadow: 0 5px 0 #219900;
	}
	.sns .line a:hover {
		background: #219900 none repeat scroll 0 0;
	}
	.sns .pocket a {
		background: #f03e51 none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #c0392b;
		box-shadow: 0 5px 0 #c0392b;
	}
	.sns .pocket a:hover {
		background: #c0392b none repeat scroll 0 0;
	}
	.sns .rss a {
		background: #ffb53c none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #e09900;
		box-shadow: 0 5px 0 #e09900;
	}
	.sns .rss a:hover {
		background: #e09900 none repeat scroll 0 0;
	}
	.sns .feedly a {
		background: #87c040 none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #74a436;
		box-shadow: 0 5px 0 #74a436;
	}
	.sns .feedly a:hover {
		background: #74a436 none repeat scroll 0 0;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .intro_home__btn {
        padding: 0;
    }
    .intro_home__btn a {
        width: 48.6%;
    }
    .intro_home__btn {
        font-size: .8em;
    }
    .title_primary_home {
        font-size: 1.6em;
    }
    .box_item_home {
        padding: 0 1em 2.7em;
    }
    .box_item_home__cnt {
        margin-top: .8em;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .box_item_home__cnt_txt {
        width: 68%;
        padding-right: .8em;
    }
    .box_item_home__cnt_img {
        width: 32%;
        position: relative;
        right: 0;
    }
    .box_item_home__cnt_txt {
        line-height: 2.2;
        margin-top: 0;
        font-size: 1.28em;
    }
    .box_item_home__cnt_txt span {
        display: inline;
    }
    .box_item_home__shoulder {
        font-size: 1.8em;
    }
    .box_item_home__title {
        font-size: 2.8em;
    }
    a.btn_primary_home {
        margin: 1.6em auto 0;
        font-size: 1.3em;
    }
    .wrap_case_list_home {
        font-size: 1em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .box_case_list_home {
        width: 100%;
        padding: 0 4em;
    }
    .box_case_list_home + .box_case_list_home {
        margin-top: 2em;
    }
    .conversion_banner {
        width: 100%;
    }
    .conversion_banner a {
        padding: .8em .5em 1.5em;
    }
    .conversion_banner__box_img {
        position: relative;
        bottom: 0;
    }
    .conversion_banner__box_img.img_01 {
        left: 0;
    }
    .conversion_banner__box_img.img_02 {
        right: 0;
    }
    .conversion_banner__txt_02 {
        margin-top: .5em;
        font-size: 1.1em;
    }
    .conversion_banner__txt_01 {
        font-size: 1.6em;
    }
    .conversion_banner__wrap_img {
        margin-top: .5em;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .conversion_banner__box_img {
        width: 14em;
    }
    .conversion_banner__box_btn {
        width: 26em;
        margin: 1.3em auto 0;
        font-size: 1em;
    }
    .conversion_comment {
        font-size: 1.2em;
    }
    .conversion_box {
        width: 50%;
    }
    .conversion_btn {
        font-size: 1em;
    }
    .conversion_txt_first {
        font-size: .8em;
    }
    .conversion_txt_second {
        height: 2em;
    }
    .conversion_mail .conversion_txt_second .wrap_txt {
        font-size: 1.2em;
    }
    .conversion_tel .conversion_txt_second .wrap_txt {
        font-size: 1.5em;
    }
    .conversion_tel .conversion_txt_second .wrap_img {
        width: 1.3em;
        margin: 0 .5em 0 -.3em;
    }
    .conversion_mail .conversion_txt_second .wrap_img {
        width: 1.9em;
        margin-right: .5em;
    }
    .conversion_txt_third {
        font-size: .8em;
    }
    .conversion_txt_third {
        font-size: .68em;
    }
    .conversion_btn__inner {
        height: 5em;
    }
    .intro_home__btn a {
        padding: .5em .5em 0;
    }
    .sns_search_wrap {
        width: 95%;
    }
    .sns li a{
        font-size: .95em;
    }
}/*res end 480px*/

/* ---------------------------------------------------------
   【レイアウト】
--------------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.widthBase {
		width: 95%;
		padding: 0;
	}
}

/*res start 768px*/
@media screen and (max-width: 768px) {
	
	.pc {
		display: none;
	}
	.tab {
		display: block;
	}
	.tab_und {
		display: block;
	}

	.tab_ib {
		display: inline-block;
	}
	.tab_und_ib {
		display: inline-block;
	}
	
	
	.tab_center { text-align: center !important; }
	.tab_left { text-align: left !important;; }
	.tab_right { text-align: right !important;; }

	.col_tab_reset[class*="col"] {
		margin-right: 2.857142857142857%;
	}
    
    .col_tab_reset[class*="block"] {
		margin-right: 0%;
	}
	
	.gm_small .col_tab_reset[class*="col"] {
		margin-right: 1.408450704225352%;
	}

	.col2_tab[class*="col"]:nth-of-type(even),
	.col3_tab[class*="col"]:nth-of-type(3n),
	.col4_tab[class*="col"]:nth-of-type(4n),
	.col5_tab[class*="col"]:nth-of-type(5n),
	.col6_tab[class*="col"]:nth-of-type(6n),
	.col7_tab[class*="col"]:nth-of-type(7n),
	.col8_tab[class*="col"]:nth-of-type(8n) {
		margin-right: 0;
	}
	
	.col2_tab {
		width: 48.57142857142857%;
	}
	.col3_tab {
		width: 31.42857142857143%;
	}
	.col4_tab {
		width: 22.85714285714286%;
	}
	
	.gm_small .col2_tab {
		width: 49.29577464788732%;
	}
	.gm_small .col3_tab {
		width: 32.3943661971831%;
	}
	.gm_small .col4_tab {
		width: 23.94366197183099%;
	}

	.col2_tab[class*="block"] {
		width: 50%;
	}
	.col3_tab[class*="block"] {
		width: 33.3%;
	}
	.col4_tab[class*="block"] {
		width: 25%;
	}
	
	.col_tab_all_reset[class*="col"] {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}/*res end　768px*/

/*res start 480px*/
@media screen and (max-width: 480px) {
    .widthBase.widthBase_tab_over {
        width: 100%;
    }
    
	.tab {
		display: none;
	}
	.tab_over {
		display: none;
	}
	.sp {
		display: block;
	}
	br.sp {
		display: inline-block;
	}

	.tab_ib {
		display: none;
	}
	.tab_over_ib {
		display: none;
	}
	.sp_ib {
		display: inline-block;
	}
	
	
	.sp_center { text-align: center !important; }
	.sp_left { text-align: left !important; }
	.sp_right { text-align: right !important; }

	
	.col_sp_reset[class*="col"] {
		margin-right: 2.857142857142857% !important;
	}
    
    .col_sp_reset[class*="block"] {
		margin-right: 0% !important;
	}
	
	.gm_small .col_sp_reset[class*="col"] {
		margin-right: 1.408450704225352% !important;
	}

	.col2_sp[class*="col"]:nth-of-type(even),
	.col3_sp[class*="col"]:nth-of-type(3n),
	.col4_sp[class*="col"]:nth-of-type(4n),
	.col5_sp[class*="col"]:nth-of-type(5n),
	.col6_sp[class*="col"]:nth-of-type(6n),
	.col7_sp[class*="col"]:nth-of-type(7n),
	.col8_sp[class*="col"]:nth-of-type(8n) {
		margin-right: 0 !important;
	}
	
	.col2_sp {
		width: 48.57142857142857% !important;
	}
	.col3_sp {
		width: 31.42857142857143% !important;
	}
	.col4_sp {
		width: 22.85714285714286% !important;
	}
	
	.gm_small .col2_sp {
		width: 49.29577464788732% !important;
	}
	.gm_small .col3_sp {
		width: 32.3943661971831% !important;
	}
	.gm_small .col4_sp {
		width: 23.94366197183099% !important;
	}

	.col2_sp[class*="block"] {
		width: 50% !important;
	}
	.col3_sp[class*="block"] {
		width: 33.3% !important;
	}
	.col4_sp[class*="block"] {
		width: 25% !important;
	}
	
	.col_sp_all_reset[class*="col"]
	, .gm_small .col_sp_all_reset[class*="col"] 
	, .col_sp_all_reset[class*="block"]
	{
		width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
	}
}/*res end 480px*/

/* ---------------------------------------------------------
   【utility】
--------------------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
	/* （親）フレックスボックス基本設定 */
	.u-flex-t-l {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	/* （親）上から下へ垂直方向に配置 */
	.u-flex-fdc-t-l {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	/* （親）横複数行に配置 */
	.u-flex-fww-t-l {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/* （親）親要素の高さいっぱいに配置 */
	.u-flex-ais-t-l {
		-ms-align-items: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-ms-grid-row-align: stretch;
		align-items: stretch;
		height: auto;
	}

	/* （親）クロス軸の中央に配置 */
	.u-flex-aic-t-l {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}

	/* （親）中央に配置 */
	.u-flex-jcc-t-l {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}


	/* （親）等間隔に配置 */
	.u-flex-jcsa-t-l {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	/* （親）最初と最後のアイテムは端に、残りは等間隔で配置 */
	.u-flex-jcsb-t-l {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	/* 最初のメインとなるサイズを元に、幅と高さのプロパティを同じ値に */
	.u-flex-item-fb-half-t-l {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
        max-width: 49%;
	}
	.u-flex-item-fb-full-t-l {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
            max-width: 100%;
	}
	
	/* 表示優先度 */
	.u-flex-item-o-0-t-l {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.u-flex-item-o-1-t-l {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
	/* （親）フレックスボックス基本設定 */
	.u-flex-t {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	/* （親）上から下へ垂直方向に配置 */
	.u-flex-fdc-t {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	/* （親）横複数行に配置 */
	.u-flex-fww-t {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/* （親）親要素の高さいっぱいに配置 */
	.u-flex-ais-t {
		-ms-align-items: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-ms-grid-row-align: stretch;
		align-items: stretch;
		height: auto;
	}

	/* （親）クロス軸の中央に配置 */
	.u-flex-aic-t {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}

	/* （親）中央に配置 */
	.u-flex-jcc-t {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	/* （親）等間隔に配置 */
	.u-flex.u-flex-jcsa-t {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	/* （親）最初と最後のアイテムは端に、残りは等間隔で配置 */
	.u-flex-jcsb-t {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	/* 最初のメインとなるサイズを元に、幅と高さのプロパティを同じ値に */
	.u-flex-item-fb-half-t {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
        max-width: 49%;
	}
	.u-flex-item-fb-full-t {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
            max-width: 100%;
	}
	
	/* 表示優先度 */
	.u-flex-item-o-0-t {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.u-flex-item-o-1-t {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}


	/* アコーディオン */
	.accordion-tab {
		cursor: pointer;
		position: relative;
	}
	.u-hide-tab {
		display: none;
	}

	/* アコーディオン矢印（任意） */
	.accordion-tab::after {
		content: ">";
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.accordion-tab.open::after {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		right: 1.4em;		
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	/* （親）フレックスボックス基本設定 */
	.u-flex-s {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	/* （親）上から下へ垂直方向に配置 */
	.u-flex-fdc-s {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	/* （親）横複数行に配置 */
	.u-flex-fww-s {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/* （親）親要素の高さいっぱいに配置 */
	.u-flex-ais-s {
		-ms-align-items: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-ms-grid-row-align: stretch;
		align-items: stretch;
		height: auto;
	}

	/* （親）クロス軸の中央に配置 */
	.u-flex-aic-s {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}

	/* （親）中央に配置 */
	.u-flex-jcc-s {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	/* （親）等間隔に配置 */
	.u-flex.u-flex-jcsa-s {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	/* （親）最初と最後のアイテムは端に、残りは等間隔で配置 */
	.u-flex-jcsb-s {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	/* 最初のメインとなるサイズを元に、幅と高さのプロパティを同じ値に */
	.u-flex-item-fb-half-s {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
        max-width: 49%;
	}
	.u-flex-item-fb-full-s {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
            max-width: 100%;
	}
	
	/* 表示優先度 */
	.u-flex-item-o-0-s {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.u-flex-item-o-1-s {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
    
    /* iframeに自動振り分けされるクラス */
    .u-obj-box {
/*        padding-top: 80%;*/
    }

	
	/* アコーディオン */
	.accordion-sp {
		cursor: pointer;
		position: relative;
	}
	.u-hide-sp {
		display: none;
	}

	/* アコーディオン矢印（任意） */
	.accordion-sp::after {
		content: ">";
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.accordion-sp.open::after {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		right: 1.4em;		
	}
}/*res end 480px*/


/* ---------------------------------------------------------
   【テキストスタイル】
--------------------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
}/*res end 480px*/

/* ---------------------------------------------------------
   【font-size 13px 100%】
--------------------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
    .f10_tab {font-size:10px;}
    .f11_tab {font-size:11px;}
    .f12_tab {font-size:12px;}
    .f13_tab {font-size:13px;}
    .f14_tab {font-size:14px;}
    .f15_tab {font-size:15px;}
    .f16_tab {font-size:16px;}
    .f18_tab {font-size:18px;}
    .f20_tab {font-size:20px;}
    .f21_tab {font-size:21px;}
    .f22_tab {font-size:22px;}
    .f24_tab {font-size:24px;}
    .f26_tab {font-size:26px;}
    .f28_tab {font-size:28px;}
    .f42_tab {font-size:42px;}
    .f56_tab {font-size:56px;}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .f10_sp {font-size:10px;}
    .f11_sp {font-size:11px;}
    .f12_sp {font-size:12px;}
    .f13_sp {font-size:13px;}
    .f14_sp {font-size:14px;}
    .f15_sp {font-size:15px;}
    .f16_sp {font-size:16px;}
    .f18_sp {font-size:18px;}
    .f20_sp {font-size:20px;}
    .f21_sp {font-size:21px;}
    .f22_sp {font-size:22px;}
    .f24_sp {font-size:24px;}
    .f26_sp {font-size:26px;}
    .f28_sp {font-size:28px;}
    .f42_sp {font-size:42px;}
    .f56_sp {font-size:56px;}
}/*res end 480px*/

/* ---------------------------------------------------------
   【余白】	5px未満は個別に追加
--------------------------------------------------------- */

/*res start　768px*/
@media screen and (max-width: 768px) {
    .mt00_tab {margin-top: 0 !important;}
    .mt05_tab {margin-top: 5px !important;}
    .mt10_tab {margin-top: 10px !important;}
    .mt15_tab {margin-top: 15px !important;}
    .mt20_tab {margin-top: 20px !important;}
    .mt25_tab {margin-top: 25px !important;}
    .mt30_tab {margin-top: 30px !important;}
	.mt40_tab {margin-top: 40px !important;}
	.mt50_tab {margin-top: 50px !important;}
    .ml00_tab {margin-left: 0 !important;}
    .ml05_tab {margin-left: 5px !important;}
    .ml10_tab {margin-left: 10px !important;}
    .ml15_tab {margin-left: 15px !important;}
    .ml20_tab {margin-left: 20px !important;}
    .ml25_tab {margin-left: 25px !important;}
    .ml30_tab {margin-left: 30px !important;}
    .mr00_tab {margin-right: 0 !important;}
    .mr05_tab {margin-right: 5px !important;}
    .mr10_tab {margin-right: 10px !important;}
    .mr15_tab {margin-right: 15px !important;}
    .mr20_tab {margin-right: 20px !important;}
    .mr25_tab {margin-right: 25px !important;}
    .mr30_tab {margin-right: 30px !important;}
    .mb00_tab {margin-bottom: 0 !important;}
    .mb05_tab {margin-bottom: 5px !important;}
    .mb10_tab {margin-bottom: 10px !important;}
    .mb15_tab {margin-bottom: 15px !important;}
    .mb20_tab {margin-bottom: 20px !important;}
    .mb25_tab {margin-bottom: 25px !important;}
    .mb30_tab {margin-bottom: 30px !important;}
    
    .pt00_tab {padding-top: 0 !important;}
    .pt05_tab {padding-top: 5px !important;}
    .pt10_tab {padding-top: 10px !important;}
    .pt15_tab {padding-top: 15px !important;}
    .pt20_tab {padding-top: 20px !important;}
    .pt25_tab {padding-top: 25px !important;}
    .pt30_tab {padding-top: 30px !important;}
    .pl00_tab {padding-left: 0 !important;}
    .pl05_tab {padding-left: 5px !important;}
    .pl10_tab {padding-left: 10px !important;}
    .pl15_tab {padding-left: 15px !important;}
    .pl20_tab {padding-left: 20px !important;}
    .pl25_tab {padding-left: 25px !important;}
    .pl30_tab {padding-left: 30px !important;}
    .pr00_tab {padding-right: 0 !important;}
    .pr05_tab {padding-right: 5px !important;}
    .pr10_tab {padding-right: 10px !important;}
    .pr15_tab {padding-right: 15px !important;}
    .pr20_tab {padding-right: 20px !important;}
    .pr25_tab {padding-right: 25px !important;}
    .pr30_tab {padding-right: 30px !important;}
    .pb00_tab {padding-bottom: 0 !important;}
    .pb05_tab {padding-bottom: 5px !important;}
    .pb10_tab {padding-bottom: 10px !important;}
    .pb15_tab {padding-bottom: 15px !important;}
    .pb20_tab {padding-bottom: 20px !important;}
    .pb25_tab {padding-bottom: 25px !important;}
    .pb30_tab {padding-bottom: 30px !important;}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .mt00_sp {margin-top: 0 !important;}
    .mt05_sp {margin-top: 5px !important;}
    .mt10_sp {margin-top: 10px !important;}
    .mt15_sp {margin-top: 15px !important;}
    .mt20_sp {margin-top: 20px !important;}
    .mt25_sp {margin-top: 25px !important;}
    .mt30_sp {margin-top: 30px !important;}
    .ml00_sp {margin-left: 0 !important;}
    .ml05_sp {margin-left: 5px !important;}
    .ml10_sp {margin-left: 10px !important;}
    .ml15_sp {margin-left: 15px !important;}
    .ml20_sp {margin-left: 20px !important;}
    .ml25_sp {margin-left: 25px !important;}
    .ml30_sp {margin-left: 30px !important;}
    .mr00_sp {margin-right: 0 !important;}
    .mr05_sp {margin-right: 5px !important;}
    .mr10_sp {margin-right: 10px !important;}
    .mr15_sp {margin-right: 15px !important;}
    .mr20_sp {margin-right: 20px !important;}
    .mr25_sp {margin-right: 25px !important;}
    .mr30_sp {margin-right: 30px !important;}
    .mb00_sp {margin-bottom: 0 !important;}
    .mb05_sp {margin-bottom: 5px !important;}
    .mb10_sp {margin-bottom: 10px !important;}
    .mb15_sp {margin-bottom: 15px !important;}
    .mb20_sp {margin-bottom: 20px !important;}
    .mb25_sp {margin-bottom: 25px !important;}
    .mb30_sp {margin-bottom: 30px !important;}
    
    .pt00_sp {padding-top: 0 !important;}
    .pt05_sp {padding-top: 5px !important;}
    .pt10_sp {padding-top: 10px !important;}
    .pt15_sp {padding-top: 15px !important;}
    .pt20_sp {padding-top: 20px !important;}
    .pt25_sp {padding-top: 25px !important;}
    .pt30_sp {padding-top: 30px !important;}
    .pl00_sp {padding-left: 0 !important;}
    .pl05_sp {padding-left: 5px !important;}
    .pl10_sp {padding-left: 10px !important;}
    .pl15_sp {padding-left: 15px !important;}
    .pl20_sp {padding-left: 20px !important;}
    .pl25_sp {padding-left: 25px !important;}
    .pl30_sp {padding-left: 30px !important;}
    .pr00_sp {padding-right: 0 !important;}
    .pr05_sp {padding-right: 5px !important;}
    .pr10_sp {padding-right: 10px !important;}
    .pr15_sp {padding-right: 15px !important;}
    .pr20_sp {padding-right: 20px !important;}
    .pr25_sp {padding-right: 25px !important;}
    .pr30_sp {padding-right: 30px !important;}
    .pb00_sp {padding-bottom: 0 !important;}
    .pb05_sp {padding-bottom: 5px !important;}
    .pb10_sp {padding-bottom: 10px !important;}
    .pb15_sp {padding-bottom: 15px !important;}
    .pb20_sp {padding-bottom: 20px !important;}
    .pb25_sp {padding-bottom: 25px !important;}
    .pb30_sp {padding-bottom: 30px !important;}
}/*res end 480px*/

/* ---------------------------------------------------------
   【フロート】
--------------------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	.fl.tab_set,
	.fr.tab_set {
		float: none;
	}
	
	.section table.tab_set th,
	.section table.tab_set td {
		display: block;
		width: 100%;
	}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	.fl.sp_set,
	.fr.sp_set {
		float: none;
	}
	
	.section table th {
        width: 35%;
	}	
	.section table td {
        width: 65%;
	}	
	.section table.sp_set th,
	.section table.sp_set td {
		display: block;
		width: 100%;
	}
    .section table:not(.reset).sp_set td {
        padding: .7em .2em 1em;
    }
}/*res end 480px*/

/* --------------------------------------------
   【mailformpro】
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {

	form#mailformpro dl dt,
	form#mailformpro dl dd {
		font-size: 16px;
	}

	form#mailformpro dl dt {
		float:none !important;
		width:100% !important;
		text-align:left !important;
		padding-bottom:0 !important;
	}

	form#mailformpro dl dd {
		padding-left:10px !important;
		border:none !important;
	}

	form#mailformpro li, form#mailformpro li {
		margin-bottom: .5em;
	}

	div.mailform .mfp {
		padding-left: 0;
	}

	.mailform input, .mailform textarea {
/*		width:95% !important;*/
		margin: 1% 0;
		font-size: 16px;
		display: block;
	}

	.mfp_not_checked,
	.mfp_checked {
		padding: 3% 0.5% 2%;
		font-size: 16px;
	}

	.mailform label > input {
		width: 5% !important;
	}

	dd.mfp_achroma > a {
		display: block;
	}

	form#mailformpro label.mfp_checked,
	form#mailformpro label.mfp_not_checked {
		border: 1px solid #eee;
	}
	
	div#mfp_phase_confirm h4 {
		font-size: 1rem;
	}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {

	.mailform input, .mailform textarea {
		padding: 4% !important;
		font-size: 18px !important;
	}

	#mfp_overlay_inner {
		width:80% !important;
	}

	.mfp_not_checked,
	.mfp_checked {
		padding: 5% !important;
	}

	form#mailformpro ol li {
		margin-right: 0;
		display: block;
	}

	div.mailform {
		padding: 1em 0;
	}

	div.mailform .mfp {
		padding-left: 0;
	}

	form#mailformpro label,
	form#mailformpro label.mfp_checked{
		display: block;
	}

	table#mfp_confirm_table tr th {
		width:100% !important;
		display:block !important;
		background-color: #DEE1E9 !important;
	}

	table#mfp_confirm_table tr td {
		width:100% !important;
		display:block !important;
		border:none !important;
		background-color:#FFF !important;
	}
    div.mfp_buttons button[type="submit"] {
        font-size: 18px !important;
        padding: 5% 5px!important;
    }

}/*res end　480px*/

/* --------------------------------------------
   Contact Form 7
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	.contact_top {
        font-size: 3vmin;
	}
	.contact_top .fa-mobile {
        font-size: 25px;
        margin-top: -10px;
	}
	form.wpcf7-form input.wpcf7-submit {
	    margin: 0 auto;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	.contact_top {
        font-size: 6vw;
        margin-bottom: 8px;
	}
	form.wpcf7-form input {
        width: 100%;
	}
	form.wpcf7-form input[type="radio"] {
        width: auto;
	}
	a.contact_tel {
        margin-bottom: 5px;
        display: block;
	}
	form.wpcf7-form dl dt {
        float: none;
        font-size: 12px;
        text-align: left;
        width: 100%;
	}
	form.wpcf7-form dl dd {
        border-top: none;
        padding: 10px 5px 20px 0;
	}
	form.wpcf7-form .wpcf7-form-control.wpcf7-checkbox input {
	    width: auto;
	}
	form.wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
        width: 100%;
        display: block;
	}
	.alertlabel {
        font-size: 1rem;
        padding: 5px 0;
	}
	.wpcf7-form-control-wrap.reason {
	    margin-left: 0;
	}
    form.wpcf7-form input.wpcf7-submit, form.wpcf7-form input.wpcf7-confirm {
        font-size: 18px !important;
        padding: 5% 5px;
    }
}/*res end 480px*/

/* --------------------------------------------
下層共通パーツ
-------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {

}/*res end　1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    body:not(.home) .cnt {
        padding-top: 6.5em;
    }
    h1.entry-title {
        font-size: 1.6em;
    }

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {

}/*res end　480px*/

/* ----------------------------------------------
ブログ
---------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
    .blog_wrap .blog_box {
        height: auto;
    }
    .blog_wrap .more-link {
        position: static;
    }
    .blog_cnt, .blog_sdr {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .blog_sdr .link_box {
        float: left;
        margin-bottom: 20px;
        margin-right: 2%;
        width: 49%;
    }
    .blog_sdr .link_box:last-child {
        margin-right: 0;
    }
}/*res start　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .blog_sdr .link_box {
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
}/*res start　480px*/


/* ----------------------------------------------
会社案内
---------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
    
    .def_text {
        font-size: inherit;
    }
    
}/*res start　1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    .company_hope_under {
        background-size: 60.5vw auto;
/*        padding-bottom: 15.5vw;*/
    }
    
    .company_hope_btn_wrap {
        max-width: 80vw;
    }
    
    a.company_hope_btn {
        width: 38vw;
    }
    
    a.company_hope_btn {
       height: 8vw;
       font-size: 2vw;
    }
    
}/*res start　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    
    .company_hope_btn_wrap {
        width: 100%;
        max-width: 100%;
    }
    
    a.company_hope_btn {
        width: 100%;
        height: 15vw;
        padding-right: 5.7vw;
        font-size: 4vw;
    }
    
    a.company_hope_btn + a.safety_area_btn {
        margin-top: 3vw;
    }
    
    a.company_hope_btn::after {
        width: 2.8vw;
        height: 2.8vw;
        right: 3.3vw;
    }
    
    .section .mid_text {
        font-size: 1.3em;
    }
    
    .safety_area_btn_wrap_center {
        margin-top: 3vw;
    }
    
}/*res start　480px*/


/* ----------------------------------------------
販売店舗・メディア掲載情報
---------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
    
    .shop_info_under_in {
        font-size: 2vw;
    }
    
    .shop_bnr_under_title {
        font-size: 2.1vw;
    }
    
}/*res start　1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    .category-about .widthBase{
        width: 90%;
    }
    .category-about .section_conversion .widthBase{
        width: 95%;
    }
    
    a.lecture_info_btn {
        float: none;
        margin: 0 auto;
    }
    
    .both_cnt {
        height: 8vw;
    }
    
    .shop_bnr_under_title {
        font-size: 2vw;
    }
    
    .about_btn_double_wrap {
        max-width: 80vw;
    }
    
    a.safety_area_btn.about_btn_double  {
        width: 38vw;
        font-size: 2vw;
        height: 8vw;
    }
    
    .about_btn_double_main {
        margin-top: -10px;
    }
    
    .about_btn_double_sub {
        font-size: 0.7em;
    }
    
    .report_item_under_in {
        background-size: 5vw auto;
    }
    
    .shop_bnr_under_left {
        width: 50%;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;

    }
    
    .lecture_info_under dt {
        font-size: 1.2em!important;
    }
    
    .shadow_img img {
        width: 45%;
    }
    .media_top_text{
        text-align: left;
    }
}/*res start　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    
    .lecture_info_under {
        border: 1px solid #9E9E9F;
        padding: 3% 6% 5% 6%;
    }
    
    .u-flex-reverse {
        -webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
    }
    
    .shop_info_under {
        padding: 2% 0% 65vw 2%;
        background-size: 100% auto;
        background-position: 8vw bottom;
    }
    
    .shop_info_under_in {
        font-size: inherit;
    }
    
    .shop_info_under_in img {
        margin-left: 0;
    }
    
    .shop_bnr_under_wrap {
        padding: 1em 1.2em 1.5em 1em;
    }
    
    .shop_bnr_under_left {
        width: 100%;
    }
    
    .shop_bnr_under_right {
        width: 100%;
    }
    
    .shop_bnr_under_title {
        font-size: 4.4vw;
    }
    
    .shop_bnr_under_sub {
        font-size: 1.2em;
    }
    
    .about_system_under_left {
        width: 100%;
    }
    
    .about_system_under_right {
        width: 100%;
    }
    
    .about_system_under {
        padding: 2% 5% 4%!important;
    }
    
    .about_system_under_top {
        padding: 0;
    }
    
    .about_system_under_top_in {
        width: 100%;
    }
    
    .about_system_under_top_in + .about_system_under_top_in {
        margin-top: 1em;
    }
    
    a.safety_area_btn.about_btn_double {
        width: 100%;
        height: 13vw;
        padding-right: 5.7vw;
        font-size: 3.3vw;
    }
    
    a.about_btn_double + a.about_btn_double {
        margin-top: 3vw;
    }
    
    a.about_btn_double ::after {
        width: 3vw;
        height: 3vw;
    }
    
    .about_system_under img {
        max-width: 70%;
    }
    
    .report_item_under_in {
        background-size: 8vw auto;
        padding: 1.5em 1em 1.5em 4em;
    }
    
    .section ul.report_item_under li {
        margin-bottom: 1em;
    }
    
    .report_history_under_left {
        width: 100%;
    }
    
    .report_history_under_right {
        width: 100%;
    }
    
    .report_history_under {
        padding: 4%;
    }
    
    .report_history_under_in {
        padding: 5%;
    }
    
/*
    .report_history_under_in img {
        margin-bottom: 5%!important;
    }
*/
    
    .both_cnt {
        height: 30px;
    }
    
    .both_cnt02 {
        height: 30px;
    }
    
    .small_text {
        font-size: 0.9em;
    }
    
    .lecture_info_under dt {
        font-size: 1.2em!important;
        line-height: 1.4;
    }
    
     a.safety_area_btn.about_btn_double::after {
        width: 3vw;
        height: 3vw;
    }
    
    a.safety_area_btn.about_btn_double {
        height: 15vw;
        padding-right: 1vw;
        font-size: 3.8vw;
    }
    
    .about_system_under + .about_system_under {
        margin-top: 2.5em;
    }
    
    .media_info_under + .media_info_under {
        margin-top: 2.5em;
    }
    .shadow_img img {
        width: 100%;
    }
    .media-title{
        line-height: 1.4em;
        padding-left: 0;
    }
    .media_link_btn{
        font-size: .8em;
    }
    .media_img_01,
    .media_img_02{
        margin: 5px auto;
        max-width: 100%;
    }
    
    
}/*res start　480px*/


/* --------------------------------------------
商品紹介    
-------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end　1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    .item_wrap {
        font-size: .9em;
    }
    .area_item {
        padding: 0 1em 1.5em 1.5em;
    }
    .table_item_wrap th,
    .table_item_wrap td {
        font-size: .9em;
    }
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .box_item_home.under_page {
        padding: 0 .5em 1em 1em;
    }
    .box_item_home.under_page.item_home_01 {
        padding: 0 2.5em 1em 1.5em;
    }
    .catch_phrase_item {
        font-size: 1.3em;
    }
    .item_wrap {
        font-size: 1em;
    }
    .item_box {
        width: 100%;
        padding: .5em 0;
    }
    .list_flow {
        display: block;
    }
    .section ul.list_flow li {
        width: 70%;
        height: 6em;
        margin: 0 auto;
    }
    .section ul.list_flow li + li {
        margin: 2em auto 0;
    }
    .section ul.list_flow li + li::before {
        content: "";
        border-width: .8em;
        border-color: #1c8ce4 transparent transparent transparent;
        position: absolute;
        left: 50%;
        top: -1.4em;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .box_item_home.under_page .box_item_home__cnt_img {
        width: 28%;
    }
    .area_item__first {
        display: block;
    }
    .area_item__img {
        width: 70%;
        margin: 0 auto;
    }
    .area_item__txt {
        width: 100%;
        padding-left: 0;
        margin-top: 1.5em;
    }
    .area_item__title {
        font-size: 1.5em;
    }
    .area_item::before {
        height: 32.2em;
    }
    .list_considerations dd {
        padding: 1.2em .5em 1.4em 1em;
    }
    .table_item_wrap {
        padding-bottom: 1em;
        overflow-x: scroll;
    }
    .table_item_wrap table {
        width: 57em;
    }
    .table_item_wrap th,
    .table_item_wrap td {
        font-size: 1em;
    }
    .touch_message {
        width: 60%;
        margin: 1em auto 0;
    }
}/*res end　480px*/


/* --------------------------------------------
    事業活用事例
-------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end　1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    .top_txt_case {
        font-size: 1.5em;
    }
    .top_txt_case_second {
        font-size: 1em;
    }
    .sdgs_img {
        width: 90%;
    }
    .result_txt_bottom {
        font-size: 1.2em;
    }
    .before_after .case_img_list__box + .case_img_list__box::before {
        left: -2.8em;
    }
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .top_txt_case {
        font-size: 1.2em;
    }
    .top_txt_case_second {
        text-align: left;
    }
    .sdgs_img {
        width: 100%;
    }
    .section_case__first {
        display: block;
    }
    .section_case__img {
        width: 70%;
        padding: 1.5em 0;
        margin: 0 auto;
    }
    .section_case__txt {
        width: 100%;
    }
    .section_case__title::before {
        display: none;
    }
    .result_table_wrap {
        overflow-x: scroll;
    }
    .result_table_wrap table {
        width: 35em;
    }
    .case_img_list {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .case_img_list__box {
        width: 80%;
    }
    .case_img_list__box + .case_img_list__box {
        margin: 2.5em 0 0;
    }
    .before_after .case_img_list__box + .case_img_list__box::before {
        border-color: #1c8ce4 transparent transparent transparent;
        left: 50%;
        top: -1.8em;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .column_2 {
        width: 100% !important;
    }
    
}/*res end　480px*/