/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul, li {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

body {
    font-family: "游ゴシック","Yu Gothic","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","sans-serif";
    font-weight: 500;
}

/* CSS Document */
.interview-page {
	line-height: 1.8;
}
.interview-page a { transition: all 300ms 0s ease; }
.interview-page a:hover {
	transition: all 300ms 0s ease;
	opacity: 0.6;
}
.interview-page img { display: block;}
.interview-page .w860 {
	width: 860px;
	margin: 0 auto;
}

.interview-page header {
	color: #FFF;
	text-align: right;
	font-size: 15px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	padding: 18px 0;
}

.interview-page .interview-main {
	margin-top: 30px;
	border: 1px solid #000;
	box-sizing: border-box;
	display: flex;
	align-content: center;
	justify-content: space-between;
}
.interview-page .interview-main .main-txt {
	box-sizing: border-box;
	padding: 25px;
	font-size: 16px;
	line-height: 1.6;
}

.interview-page .interview-main .main-txt h1 {
	margin-bottom: 20px;
}
.interview-page .interview-content section { 
	overflow: hidden;
	margin-top: 50px;
}
.interview-page .interview-content section h2 { margin-bottom: 30px;}
.interview-page .interview-content img { max-width: 100%;}
.interview-page .interview-content .imag-right,
.interview-page .interview-content .imag-left { 
	width: 315px;
	margin-bottom: 30px;
}
.interview-page .interview-content .imag-right { 
	float: right;
	margin-left: 30px;
}
.interview-page .interview-content .imag-left { 
	float: left;
	margin-right: 30px;
}
.interview-page .interview-content section p {
	font-size: 18px;
}
.interview-page .interview-content section p strong { font-weight: bold;}
.interview-page .interview-content section p.question {
	font-size: 18px;
	font-weight: bold;
    color: #C83660;
}

.interview-page .page-nav ul {
	text-align: center;
	margin: 30px 0 70px;
	padding: 18px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 2px solid #000;
}
.interview-page .page-nav ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 30px;
	height: 30px;
	border: 1px solid #000;
	margin: 0 5px;
}
.interview-page .page-nav ul li.active { color: #FFF;}
.interview-page .page-nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
}
/*.interview-page footer {
	padding: 18px;
	text-align: center;
}
.interview-page footer a {
	display: inline-block;
	margin: 0 auto;
}*/

.interview-page .prof h3 {
	padding: 10px;
	color: #FFF;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	margin: 50px 0 30px;
}
.interview-page .prof .prof-inner {
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
}
.interview-page .prof .prof-inner .prof-txt { 
	padding: 30px 25px;
	font-size: 15px;
}
.interview-page .prof .prof-inner .prof-txt h4 {
	font-size: 25px;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
}
.interview-page .prof .prof-inner .prof-txt h4 span { font-size: 18px; margin-left: 1em;}

@media screen and (max-width:768px){
	.interview-page .w860 { width: auto;}
	.interview-page img { max-width: 100%;}
	
	.interview-page header { text-align: center;}
	.interview-page .interview-main { 
		display: block;
		width: 90%;
		margin: 30px auto 0;
	}
	.interview-page .interview-main .main-img img { width: 100%;}
	.interview-page .interview-content section {
		width: 90%;
		margin: 50px auto 0;
	}
	.interview-page .interview-content .imag-right,
	.interview-page .interview-content .imag-left { 
		float: none;
		margin: 0 auto 20px;
	}
	
	.interview-page .prof {
		width: 90%;
		margin: 0 auto;
	}
	.interview-page .prof .prof-inner { display: block;}
	.interview-page .prof .prof-inner .prof-img img { margin: 0 auto;}
}


/* 190724 header gnav
--------------------------------------------------------------------------*/
header {
    display: none;
}



#page_mv {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.mv_pickup-info {
    background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/mv/mv_pickup-info.jpg);
}
#page_mv h1 {
    font-weight: bold;
    margin: 0;
    font-size: 40px;
    color: #fff;
    letter-spacing: .2em;
}

.header_main{
	overflow: visible;
    padding: 0px 15px;
    height: 80px;
    background: #FFF;
}
.header_slogan{
	font-size: 10px;
	position: absolute;
	top: 5px;
    left: 90px;
}
.header_logo{
	width: 240px;
	float: left;
	margin: 6px 0 0;
}
#header_menu{
	display: flex;
	flex-wrap: wrap;
	float: right;
}
#header_menu li{
	list-style: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 68px;
    margin: 0;
    padding: 6px 22px;
}
#header_menu li span{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	position: relative;
}
#header_menu li:hover{
    cursor: default;
}
#header_menu > li span:before, #header_menu > li span:after {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    transition: transform .2s cubic-bezier(.25,.1,0,.99);
    transition: transform .2s cubic-bezier(.25,.1,0,.99),-webkit-transform .2s cubic-bezier(.25,.1,0,.99);
    z-index: 1;
}
#header_menu > li span:before {
    background: #000;
    -webkit-transform-origin: right;
    transform-origin: right;
    left: -49%;
}
#header_menu > li span:after {
    background: #c7ae05;
    -webkit-transform-origin: left;
    transform-origin: left;
    left: 49%;
}
#header_menu > li:hover span:before, #header_menu > li:hover span:after {
    -webkit-transform: scale(0.4,1);
    transform: scale(0.4,1);
}
#header_menu li .header_hover_menu{
	position: absolute;
    width: 100vw;
    top: 80px;
    right: 0;
    height: 140px;
    background: #fafafa;
    z-index: 9999;
}


#header_menu li .header_hover_menu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#header_menu li .header_hover_menu ul li{
	width: 180px;
	height: 120px;
	text-align: center;
	justify-content: flex-end;
	display: flex;
	flex-direction: column;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin: 10px 5px;
	letter-spacing: .1em;
	padding: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#header_menu li .header_hover_menu ul .head_gr{
	width: 240px;
}

#header_menu li .header_hover_menu ul li span{
	background: rgba(0,0,0,0.6);
	line-height: 2.4;
	letter-spacing: 0;
}

#header_menu li .header_hover_menu ul li:hover{
	filter: brightness(120%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

#header_menu li .menu_box1{
	display: none;
}

#header_menu li .menu_box2{
	display: none;
}

#header_menu li .menu_box3{
	display: none;
}

#header_menu li .menu_box4{
	display: none;
}

#header_menu li .menu_box5{
	display: none;
}

#header_menu li .header_hover_menu ul li span:before,#header_menu li .header_hover_menu ul li span:after{
	width: 0;
	height: 0;
	background: none;
}

.cv_fixed{
	position: fixed;
	bottom: 8%;
	right: 0;
	margin-top: -100px;
  	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    flex-wrap: wrap;
    z-index: 9999;
}
.cv_fixed_in1 a{
	background-color: #ffff00;
    color: #222 !important;
    font-weight: bold;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 45px 0 8px 0;
    letter-spacing: 2px;
    background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/cv_icon1.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 16px 10px;
    font-family: "游ゴシック","Yu Gothic","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","sans-serif";
}
.cv_fixed_in1 a:hover{
	filter: brightness(80%);
}
.cv_fixed_in2{
	background-color: #222;
	padding: 45px 0 8px 0;
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/cv_icon2.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 18px 10px;
}

.cv_fixed_in2 ul li{
	list-style: none;
    font-weight: bold;
    overflow: hidden;
    margin: 0px 8px;
    line-height: 22px;
    letter-spacing: 2px;
    font-family: "游ゴシック","Yu Gothic","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","sans-serif";
}

.cv_fixed_in2 ul li a{
	display: block;
	color: #fff;
	float: left;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
}

.cv_fixed_in2 ul li span{
	background: #fff;
    color: #222;
    float: left;
    font-size: 14px;
    display: block;
    padding: 4px 0;
    margin: 8px 0;
    letter-spacing: 0;
}

.head_qa{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/head_qa.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.head_knowledge{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/head_knowledge.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.head_interview{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/head_interview.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.head_interview2{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/head_interview2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.head_contest{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/head_contest.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.head_column{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/head_column.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.head_gr{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/head_gr.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.head_feature{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/head_feature.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.head_products{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/head_products.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.head_outline{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/head_outline.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.head_map{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/head_map.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.head_seminar{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/head_seminar.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.head_application{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/head_application.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.head_request{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/head_request.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.head_estimate{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/head_estimate.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.head_contact{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/head_contact.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.head_qa{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/head_qa.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

footer {
    background: none !important;
}
footer a {
    color: #000 !important;
    text-decoration: none;
}
footer a:hover {
    color: #c7ae05 !important;
    transition: .3s;
}
.site-footer {
    padding: 30px 0 0;
}
.in-cont {
    width: 1100px;
    margin: 0 auto;
}
.footer_list_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}
.footer_menu {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.footer_menu ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    text-align: center;
    justify-content: center;
    padding: 15px 0;
}
.footer_menu ul li {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}
.copyright p {
    font-size: 10px;
    padding: 30px 0 60px;
}
.footer_box:nth-child(1) {
    width: 26%;
}
.footer_box {
    width: 18.5%;
}
.footer_box h3 {
    margin: 0 0 15px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: bold;
}
.footer_box ul li {
    font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.cta {
    padding: 60px 0;
    background-color: #eee;
    background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/top/top_mv_bg.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.cta_in {
    background: #fff;
    padding: 45px;
}
.cta_lead {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.cta_list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.cta_list li {
    list-style: none;
    margin: 0 15px;
    width: 316px;
    display: flex;
    flex-wrap: wrap;
    border: 4px solid #c7ae05;
    box-sizing: border-box;
    padding: 2px;
}
.cta_list li:nth-child(1) {
    margin-left: 0;
}
.cta_list li:nth-child(3) {
    margin-right: 0;
}
.cta_list_tt {
    background: #c7ae05;
    color: #fff;
    display: block;
    width: 30%;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    font-weight: bold;
}
.cta_list li p {
    display: block;
    width: 70%;
    padding: 15px;
    box-sizing: border-box;
    font-weight: bold;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.cta_menu {
    display: flex;
    flex-wrap: wrap;
}
.cta_menu li {
    list-style: none;
    margin: 0 15px;
    width: 230px;
    display: block;
    height: 120px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.cta_menu li:nth-child(1) {
    margin-left: 0;
}
.cta_menu li:nth-child(4) {
    margin-right: 0;
}
.cta_menu li a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .1em;
    display: block;
    height: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.cta_application{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/cta_menu1.jpg);
	background-size: cover;
	background-position: center;
}

.cta_request{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/cta_menu3.jpg);
	background-size: cover;
	background-position: center;
}

.cta_estimate{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/cta_menu2.jpg);
	background-size: cover;
	background-position: center;
}

.cta_contact{
	background-image: url(https://www.gentosha-book.com/wp-content/themes/new_gr/images/common/cta_menu4.jpg);
	background-size: cover;
	background-position: center;
}

.listttl {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
#list {
    width: 860px;
    margin: 0 auto 50px auto;
}
#list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #CCC;
    overflow: hidden;
}
#list li img {
    float: left;
}
#list li dl {
    float: right;
    width: 610px;
}
#list li dl dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}
#list li dl dt span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}
#list li dl dd {
    margin-top: 10px;
    font-size: 14px;
}
.listopen {
    text-align: center;
}

.area-link:hover {
    opacity: 0.7;
    transition: .5s;
}
















@media all and (min-width: 0px) and (max-width: 768px) {
.cta {
    padding: 30px 15px;
}
.in-cont {
    width: 100%;
}
.cta_in {
    padding: 15px;
}
.cta_list {
    display: block;
    margin: 15px 0;
}
.cta_list li {
    width: 100%;
    margin: 0 auto 15px;
}
.cta_menu li {
    margin: 0 2%;
    width: 48%;
}
.cta_menu li:nth-child(odd) {
    margin: 0 2% 15px 0;
}
.cta_menu li:nth-child(even) {
    margin: 0 0 15px 2%;
}

.cv_fixed_in2 ul li a,
.cv_fixed_in1 a{
    font-size: 12px;
    letter-spacing: 0;
}
#page_mv {
    margin-top: 44px;
}

#list {
    width: 90%;
    margin: 0 5% 50px;
    box-sizing: border-box;
}
#list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#list li img {
    float: none;
    display: block;
    margin: 0 auto;
}
#list li dl {
    float: none;
    width: 100%;
    margin-top: 10px;
}
#list li dl dt {
    font-size: 18px;
    font-weight: bold;
}
#list li dl dt span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
#list li dl dd {
    margin-top: 10px;
    font-size: 14px;
}
.listopen span {
    display: block;
}

.menu_wrap {
    font-family: "游ゴシック","Yu Gothic","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","sans-serif";
}

}



/* ----------------------------------------

- breadcrumbs

---------------------------------------- */
.breadcrumbs {
	font-size: 14px;
	color: #999999;
	background: #fff;
    padding: 5px 20px;
}
.breadcrumbs .breadcrumbs-in {
	margin: 0 auto;
	max-width: 1180px;
}
.breadcrumbs .breadcrumbs-in a {
	color: #999999;
}
.breadcrumbs-in a:hover,
.breadcrumbs-in a:active,
.breadcrumbs-in a:focus{
	opacity: 0.6;
}
.breadcrumbs-in li {
	display: inline-block;
	list-style: none;
	position: relative;
    margin-right: 8px;
    padding-right: 15px;
	background-size: 7px;
    margin-bottom: 0;
}
.breadcrumbs-in li:after {
	content: ">";
	position: absolute;
	right: -7px;
	top: 0;
}
.breadcrumbs-in li.bcl-last:after {
	content: "";
}
.breadcrumbs-in li.bcl-last:before {
	content: none;
}
@media only screen and (max-width: 737px) {
    .breadcrumbs {
	    padding: 4px 15px;
	}
	.breadcrumbs .breadcrumbs-in {
        width: auto;
	    font-size: 10px;
	}
}




/* ----------------------------------------
- pege

---------------------------------------- */
/* pageMv
---------------------------------------- */
#pageMv {
	background-image: none;
	background-color: #F2F2F2;
	padding: 25px 20px;
}
#pageMv #pageMv_ttl {
	max-width: 1200px;
	padding-left: 20px;
	border-left: 5px solid #189800;
	margin: 0 auto;
}
#pageMv #pageMv_ttl .jp {
	font-size: 32px;
	line-height: 1.3;
	font-weight: bold;
}

@media only screen and (max-width: 737px) {
	#pageMv {
		height: auto;
        margin-top: 44px;
	}
	#pageMv #pageMv_ttl .jp {
		font-size: 23px;
	}
}
/* pegeLead
---------------------------------------- */
#pegeLead {
	font-size: 22px;
	line-height: 1.81;
	font-weight: 600;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 60px;
}
#pegeLead .pegeLead-main {
	font-size: 38px;
	line-height: 1.42;
	font-weight: 800;
	margin-bottom: 40px;
}
@media only screen and (max-width: 737px) {
	#pegeLead {
		font-size: 16px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
}



/* ----------------------------------------

- btn

---------------------------------------- */
.btnSec {
    margin-top: 40px;
    text-align: center;
  }
  .btnUnit {
      margin-left: -10px;
      margin-top: -10px;
  }
  .btnUnit > a {
      margin-left: 10px;
      margin-top: 10px;
  }
  .btn01 {
      max-width: 100%;
      min-width: 230px;
      display: inline-block;
      font-size: 19px;
      line-height: 1.71;
      font-weight: bold;
      color: #fff;
      text-align: center;
      box-sizing: border-box;
    transition: .3s;
    position: relative;
      background-color: #189800;
      border: 2px solid #189800;
      box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 18%);
      border-radius: 50px;
      padding: .8em 1.5em;
  }
  .btn01_txt {
      display: inline-table;
      padding-left: 1.5em;
      background-image: url(../img/icon_arw_circle_right_white.svg);
      background-repeat: no-repeat;
      background-size: 1.3em;
      background-position: center left;
  }
  .btn01_txt.arw_right {
      padding-left: 0;
      padding-right: 1.5em;
      background-position: center right;
  }
  .btn01:hover {
      transform: translateY(3%);
  }
  /**** orange ****/
  .btn01.orange {
      color: #000000;
      background-color: #FEFCE7;
      border-color: #E96E1F;
  }
  .btn01.orange .btn01_txt { background-image: url(../img/icon_arw_circle_right_orange.svg); }
  /**** transparent ****/
  .btn01.transparent {
      color: #189800;
      background-color: transparent;
  }
  .btn01.transparent .btn01_txt { background-image: url(../img/icon_arw_circle_right_green.svg); }
  /**** black ****/
  .btn01.black {
      color: #fff;
      background-color: #2E2E2E;
      border-color: #2E2E2E;
  }
  .btn01.black .btn01_txt { background-image: url(../img/icon_arw_circle_right_black.svg); }
  @media only screen and (max-width: 737px) {
      .btn01 {
          font-size: 16px;
      }
  }