article.layer2 section{
	padding-top:20px;
}
article.layer2 .col_fig {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
}
article.layer2 .col_fig .wrap_type {
    display: flex;
    justify-content: space-between;
    width: 48%;
}
article.layer2 .col_fig .wrap_type.type_before {
    flex-direction: row-reverse;
}
article.layer2 .col_fig .wrap_type .box_fig {
    width: 35%;
}
article.layer2 .col_fig .wrap_type .box_fig .fig_title_b_a {
    text-align: center;
    font-weight: 600;
    color: #fff;
    border-radius: 100px;
    padding: .15em 2em .3em;
    width: fit-content;
    margin: 0 auto 30px;
}
article.layer2 .col_fig .wrap_type .box_fig .fig_title_b_a.title_before {
    background-color: #444;
}
article.layer2 .col_fig .wrap_type .box_fig .fig_title_b_a.title_after {
    background-color: rgb(0 70 154);
}
article.layer2 .col_fig .wrap_type .box_baloon {
    width: 62%;
}
article.layer2 .col_fig .wrap_type .box_baloon ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
article.layer2 .col_fig .wrap_type .box_baloon ul li {
    border: 3px solid;
    border-radius: 10px;
    padding: .2em .5em;
    margin-bottom: .8em;
}
article.layer2 .col_fig .wrap_type .box_baloon ul.anxiety li {
    border-color: #444;
    background-color: #fff;
    position: relative;
}
article.layer2 .col_fig .wrap_type .box_baloon ul.relief li {
    border-color: rgb(0 70 154);
    background-color: #fff;
    position: relative;
}
article.layer2 .col_fig .wrap_type .box_baloon ul li:before {
    content: "";
    width: 2.2em;
    height: 2.2em;
    display: block;
    border-radius: 100px;
    position: absolute;
    top: 8px;
    left: 8px;
    transform: translate(-50%, -50%);
}
article.layer2 .col_fig .wrap_type .box_baloon ul.anxiety li:before {
    background-color: #444;
}
article.layer2 .col_fig .wrap_type .box_baloon ul.relief li:before {
    background-color: rgb(0 70 154);
}
article.layer2 .col_fig .wrap_type .box_baloon ul li:after {
    display: block;
    position: absolute;
    color: #fff;
    top: 8px;
    left: 8px;
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: .8rem;
}
article.layer2 .col_fig .wrap_type .box_baloon ul.anxiety li:after {
    content: "\4E0D\5B89";
}
article.layer2 .col_fig .wrap_type .box_baloon ul.anxiety li.discontent:after {
    content: "\4E0D\6E80";
}
article.layer2 .col_fig .wrap_type .box_baloon ul.anxiety li.burden:after {
    content: "\8CA0\62C5";
}

article.layer2 .col_fig .wrap_type .box_baloon ul.relief li:after {
    content: "\5B89\5FC3";
}
article.layer2 .col_fig .wrap_type .box_baloon ul.relief li.confort:after {
    content: "\5FEB\9069";
}
article.layer2 .col_fig .wrap_type .box_baloon ul.relief li.health:after {
    content: "\5065\5EB7";
}
article.layer2 .col_fig .wrap_type .box_baloon ul.relief li.connect:after {
    content: "\3064\306A\304C\308A";
    width: 2em;
}

article.layer2 .col_fig .wrap_type .box_baloon ul li .baloon_title {
    font-weight: 600;
    border-bottom: 1px solid #999;
    padding-left: 1.3em;
    padding-bottom: .3em;
}
article.layer2 .col_fig .wrap_type .box_baloon ul li .baloon_txt {
    font-size: .9rem;
    line-height: 1.2em;
}
article.layer2 .col_fig .wrap_type .box_baloon ul li .baloon_point {
    font-size: .85rem;
    font-weight: 600;
}
article.layer2 .col_fig .wrap_type .box_baloon ul.anxiety li .baloon_point {
    color: #444;
}
article.layer2 .col_fig .wrap_type .box_baloon ul.relief li .baloon_point {
    color: rgb(0 70 154);
}

article.layer2 .col_fig .box_fig {
    width: 47.5%;
}
article.layer2 .col_fig .box_fig.single {
    width: 100%;
}
article.layer2 .col_fig .box_fig img {
    
}
/*article.layer2 .col_fig {
    display: flex;
    justify-content:center;
    margin-bottom:30px;
}
article.layer2 .col_fig .box_fig {
    width:35%;
}*/
article.layer2 .col_h2:after {
    content: ;
}


article.layer3 .col_h2 ul.search_parent {
    list-style: none;
    padding: 0;
    margin: 0;
    display:none;
    padding: 0 calc((100% - 900px) / 2);
}
article.layer3 .col_h2 ul.search_parent > li {
    background-color: #fff;
    margin: 0 0 20px;
    padding: 1.2em 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .05);
    border-radius: 5px;
}
article.layer3 .col_h2 ul.search_parent > li .col_themeM {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
article.layer3 .col_h2 ul.search_parent > li .col_themeM .theme_title {
    font-size: 1.1rem;
    color: #cd5609;
    width: 60%;
}
article.layer3 .col_h2 ul.search_parent > li .col_themeM .theme_title {
    color: rgb(0 70 154);
}
article.layer3 .col_h2 ul.search_parent > li.now .col_themeM .theme_title{
	color:#999;
}
article.layer3 .col_h2 ul.search_parent > li .col_themeM .btn.btn_next {
    padding-right: 1.2em;
    width: 5em;
}
article.layer3 .col_h2 ul.search_parent > li.now .col_themeM .btn.btn_next {
    display: none;
}
article.layer3 .col_h2 ul.search_parent > li .col_themeM .btn.btn_next a {
    color: rgb(0 70 154);
    font-size: .83rem;
    font-weight: 600;
    position: relative;
    text-decoration:none;
}
article.layer3 .col_h2 ul.search_parent > li .col_themeM .btn.btn_next a:before {
    content: "\2192";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(200%, -50%);
    z-index: 10;
    color: #fff;
}

article.layer3 .col_h2 ul.search_parent > li .col_themeM .btn.btn_next a:after {
    content: "";
    width: 2em;
    height: 2em;
    background-color: rgb(0 70 154);
    display: block;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(128%, -48%);
}
article.layer3 .col_h2 .wrap_h2_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 1.2em;
}
article.layer3 .col_h2 .wrap_h2_main a.btn {
    background: unset;
    box-shadow: unset;
    padding: 0;
}
article.layer3.search_theme .col_h2 .wrap_h2_main a.btn {
    color: rgb(0 70 154);
}
article.layer3 .col_h2 .wrap_h2_main a.btn.b_return:before {
    content: "";
    width: 1em;
    height: 3px;
    background-color: #cd5609;
    top: 50%;
    left: 0;
    right: unset;
    transform: translate(-130%, -50%);
}
article.layer3.search_theme .col_h2 .wrap_h2_main a.btn.b_return:before {
    background-color: rgb(0 70 154);
}
article.layer3 .col_h2 .wrap_h2_main a.btn.b_return:after {
    content: "";
    display: block;
    background-color: #cd5609;
    width: 1em;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-130%, -50%) rotate(90deg);
    transition:.3s;
}
article.layer3.search_theme .col_h2 .wrap_h2_main a.btn.b_return:after {
    background-color: rgb(0 70 154);
}
article.layer3 .col_h2 .wrap_h2_main a.btn.on.b_return:after {
    transform: translate(-130%, -50%) rotate(00deg);
}

article.layer3 .col_h3 ul.search_parent {
    padding: 0 calc((100% - 900px) / 2);
    list-style: none;
    margin: 4% 0 0;
    display:none;
}
article.layer3 .col_h3 ul.search_parent li {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 100px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}
article.layer3 .col_h3 ul.search_parent li a {
    padding: 1em 2em;
    display: block;
    color: rgb(0 70 154);
    font-weight: 500;
    position: relative;
    text-decoration:none;
}
article.layer3 .col_h3 ul.search_parent li.now a{
	pointer-events: none;
	color:#999;
}
article.layer3 .col_h3 ul.search_parent li a:before {
    content: "→";
    display: block;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 10;
}
article.layer3 .col_h3 ul.search_parent li.now a:before {
	display:none;
}
article.layer3 .col_h3 ul.search_parent li a:after {
    content: "";
    width: 2em;
    height: 2em;
    display: block;
    background-color: rgb(0 70 154);
    position: absolute;
    right: 0em;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
}
article.layer3 .col_h3 ul.search_parent li.now a:after {
	display:none;
}
.search.layer3.search_theme a.link_btn::before {
    background-color: rgb(34 138 56);
}

@media screen and (max-width:900px){
	article.layer2 .col_fig {
/*		display: block;
		width: 70%;*/
	}
	article.layer2 .col_fig .box_fig {
		width: 100%;
		margin-bottom: 80px;
	}
}

@media screen and (max-width:600px){
	article.layer2 .col_fig {
		width: 100%;
		display: block;
	}
	article.layer2 .col_fig .wrap_type {
    width: 100%;
    display: block;
}
article.layer2 .col_fig .wrap_type .box_fig {
    width: 45%;
    margin: 0 auto;
}
article.layer2 .col_fig .wrap_type .box_fig .fig_title_b_a.title_before {
    margin-bottom: 10px;
}
article.layer2 .col_fig .wrap_type .box_baloon {
    width: 100%;
}
article.layer3 .col_h2 ul.search_parent > li {
    padding: 13px;
}
article.layer3 .col_h3 ul.search_parent li a {
    padding: .5em 3.5em .5em .5em;
}
article.layer3 .col_h3 ul.search_parent li a:before {
    transform: translate(-0%, -50%);
}
article.layer3 .col_h3 ul.search_parent li a:after {
    transform: translate(-20%, -50%);
}
article.layer3 .col_h2 .wrap_h2_main {
    padding-right: 1em;
}
article.layer3.search_theme section.wrap_lead h2 {
    width: calc(100% - 6em);
    font-size: 1.4rem;
}
article.layer3 .col_h2 .wrap_h2_main a.btn {
    width: 2em;
}
}