﻿



/*スマホサイト**********************************************************************/
@media screen and (max-width:680px) {



p#image_visual_sp_text1 {
	width: 100vw;
    height: 40px;
	margin-top: 42px;/*上部固定のメニュー帯分*/
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 0px 6px 0px; /*上部固定のメニュー帯のシャドー分程度下げている*/
    text-align: center;
    color: #FFFFFF;
    background: rgba(0,0,0,0.5);
    position: relative;
}

#image_visual_sp {
    margin-top: -55px; /*20×2+9+6*/
}
img#image_visual_sp_svg {
    width: 100vw;
    position: absolute;
}
img#image_visual_sp_bg {
    width: 100vw;
}

p#image_visual_sp_text2 {
	width: 100vw;
    height: 40px;
    margin-top: -52px; /*マイナスマージンでイメージビジュアルに重ねる*/
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 0px 6px 0px;
    text-align: center;
    color: #FFFFFF;
    background: rgba(0,0,0,0.5);
    position: relative;
}



p#image_visual_text1 {
    display: none;
}
#image_visual_bg {
    display: none;
}
#image_visual_svg {
    display: none;
}
p#image_visual_text2 {
    display: none;
}



/*▼マークアップ関係--------------------------------------------------*/
#h2_wrapper {
    width: 96vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    background-color: #F3F3F3;
    border-radius: 10px 10px 10px 10px;
    margin-right: auto;
    margin-left: auto;
}
h2 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
img#tel_h2 {
    display: block;
    width: 70vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}

#tel_icon_caption {
    width: 92vw;
    margin: 15px auto 0px auto;
}
img#tel_icon_sp {
    float: left;
    width: 25vw;
    height: 25vw;
    margin-left: 2vw;
    display: block;
}
img#tel_icon_pc {
    display: none;
}
p#tel_caption {
    float: left;
    width: 63vw;
    height: 25vw;
    line-height: 5vw;
    margin-left: 2vw;
    font-size: 14px;
    margin-bottom: 0px;
}



.h3_type1_wrapper {
    width: 96vw;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
}

.h3_type1_w445_left {
    width: 33vw;
    height: 4px;
    margin: 8px 0px 8px 0px;
    float: left;
    background: linear-gradient(to right, rgba(39,144,147,0), rgba(39,144,147,1));
}
h3.h3_type1_w270 {
    width: 30vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    float: left;
}
.h3_type1_w445_right {
    width: 33vw;
    height: 4px;
    margin: 8px 0px 8px 0px;
    float: left;
    background: linear-gradient(to left, rgba(39,144,147,0), rgba(39,144,147,1));
}

.h3_type1_w355_left {
    width: 21vw;
    height: 4px;
    margin: 8px 0px 8px 0px;
    float: left;
    background: linear-gradient(to right, rgba(39,144,147,0), rgba(39,144,147,1));
}
h3.h3_type1_w450 {
    width: 54vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    float: left;
}
.h3_type1_w355_right {
    width: 21vw;
    height: 4px;
    margin: 8px 0px 8px 0px;
    float: left;
    background: linear-gradient(to left, rgba(39,144,147,0), rgba(39,144,147,1));
}
/*▲マークアップ関係--------------------------------------------------*/



/*▼コンセプト関係----------------------------------------------------*/
#concept_wrapper {
    width: 98vw;
    border-radius: 10px 10px 10px 10px;
    background-color: #CAE4E8;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

p#concept_title {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

p#concept_title_caption {
    width: 92vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    margin-bottom: 25px;
}

#concept_inner {
    width: 94vw;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

hr.hr_concept {
    border: none;
    border-top: 2px dotted #279093;
    width: 88vw;
    margin-right: auto;
    margin-left: auto;
}
p#concept_caption_type1 {
    text-align: center;
    color: #279093;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0px 10px 0px;
}

#example1_wrapper {
    width: 80vw;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
img#example1 {
    width: 80vw;
}
p#example1_caption {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
}

#example2_wrapper {
    width: 80vw;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}
img#example2 {
    width: 80vw;
}
p#example2_caption {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
}

p#concept_caption_type2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 14px;
}



#concept_additional_wrapper {
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}

p#concept_additional_title {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}

#hands_wrapper {
    width: 80vw;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #F6E7E7;
    border-radius: 20px 20px 20px 20px;
    margin-right: auto;
    margin-left: auto;
}
img#hands {
    display: block;
    width: 40vw;
    margin-right: auto;
    margin-left: auto;
}

#concept_additional_caption {
    width: 98vw;
}

p#concept_additional_caption_type1 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}

p.concept_additional_caption_type2 {
    width: 92vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    margin-bottom: 0px;
}
/*▲コンセプト関係----------------------------------------------------*/



/*▼サービスについて知る関係--------------------------------------------*/
#service_wrapper {
    width: 98vw;
    border-radius: 10px 10px 10px 10px;
    background-color: #CAE4E8;
    margin-right: auto;
    margin-left: auto;
    padding-top: 27px;
    padding-bottom: 30px;
}

p#service_title {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 17px;
}

p#service_title_caption1 {
    width: 92vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    margin-bottom: 10px;
}
p#service_title_caption2 {
    width: 92vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    margin-bottom: 20px;
}



#service_content1 {
    width: 44vw;
    height: 70px;
    background-color: #8DC8CB;
    border-radius: 15px 15px 15px 15px;
    border: 5px solid #FFFFFF;
    outline: 1px solid #000000;
    position: relative;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
}
img#service_content1_icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    left: 10px;
}
p#service_content1_title {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    position: absolute;
    top: 9px;
    left: 60px;
}
.fee_basic {
    font-size: 10px;
    display: block;
}
p#service_content1_title a {
    text-decoration: none;
}



#service_content2 {
    width: 44vw;
    height: 70px;
    background-color: #EEC432;
    border-radius: 15px 15px 15px 15px;
    border: 5px solid #FFFFFF;
    outline: 1px solid #000000;
    position: relative;
    float: right;
    margin-right: 5px;
    margin-bottom: 10px;
}
img#service_content2_icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    left: 10px;
}
p#service_content2_title {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    position: absolute;
    top: 13px;
    left: 60px;
}
.fee_option {
    font-size: 10px;
    display: block;
}
p#service_content2_title a {
    text-decoration: none;
}



#service_content3 {
    width: 44vw;
    height: 70px;
    background-color: #CAE4E8;
    border-radius: 15px 15px 15px 15px;
    border: 5px solid #FFFFFF;
    outline: 1px solid #000000;
    position: relative;
    float: left;
    margin-left: 5px;
    margin-bottom: 0px;
}
img#service_content3_icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    left: 10px;
}
p#service_content3_title {
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 60px;
}
p#service_content3_title a {
    text-decoration: none;
}



#service_content4 {
    width: 44vw;
    height: 70px;
    background-color: #CAE4E8;
    border-radius: 15px 15px 15px 15px;
    border: 5px solid #FFFFFF;
    outline: 1px solid #000000;
    position: relative;
    float: right;
    margin-right: 5px;
    margin-bottom: 0px;
}
img#service_content4_icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    left: 10px;
}
p#service_content4_title {
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 60px;
}
p#service_content4_title a {
    text-decoration: none;
}



#service_additional_wrapper {
    width: 98vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}

p#service_additional_title {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}

#users_current {
}
img#users {
    display: block;
    width: 98vw;
}
p#current {
    width: 98vw;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    margin-top: 4px;
}

#service_additional_caption {
    width: 92vw;
    margin-right: auto;
    margin-left: auto;
}

p#service_additional_caption_type1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}

p.service_additional_caption_type2 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
}
/*▲サービスについて知る関係--------------------------------------------*/



/*▼お客様の声関係----------------------------------------------------*/
#review_wrapper {
    width: 96vw;
    margin-right: auto;
    margin-left: auto;
    border: 2px dashed #27969A;
    border-radius: 10px 10px 10px 10px;
    padding-top: 28px;
    padding-bottom: 28px;
    margin-bottom: 40px;
}
#review_inner {
    width: 90vw;
    height: 300px;
    overflow: auto;
    margin-right: auto;
    margin-left: auto;
}

p.review_title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0px;
    font-weight: bold;
}
p.review_text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3px;
    margin-top: 6px;
    padding-right: 1vw;
}
p.review_from {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
}

hr.hr_review {
    border: none;
    border-top: 2px dashed #27969A;
    width: 84vw;
    margin: 20px 0px 25px 0px;
}
/*▲お客様の声関係----------------------------------------------------*/



/*▼ホーム内の共通部分-------------------------------------------------*/
.detail_button {
    width: 240px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    background-color: #CCE7EB;
    border-radius: 20px 20px 20px 20px;
    border: 4px solid #FFFFFF;
    outline: 1px solid #000000;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

p.detail {
    margin-bottom: 0px;
}
p.detail a {/*リンクされた文字*/
	color:#000000;
	font-style:normal;
	text-decoration:none;
}
p.detail a:link {/*未訪問のリンク*/
	color:#000000;
	font-style:normal;
	text-decoration:none;
}
p.detail a:visited {/*訪問後のリンク*/
	color:#000000;
	font-style:normal;
	text-decoration:none;
}
p.detail a:hover {/*マウスをのせたとき*/
	color:#000000;
	font-style:normal;
	text-decoration:none;
}
p.detail a:active {/*クリック中*/
	color:#000000;
	font-style:normal;
	text-decoration:none;
}

img.arrow2 {
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px 5px 5px 5px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    top: 5px;
    left: 200px;
}
/*▲ホーム内の共通部分-------------------------------------------------*/



}










/*PCサイト**************************************************************************/
@media screen and (min-width:681px) {



p#image_visual_sp_text1 {
    display: none;
}
#image_visual_sp {
    display: none;
}
img#image_visual_sp_svg {
    display: none;
}
img#image_visual_sp_bg {
    display: none;
}
p#image_visual_sp_text2 {
    display: none;
}



p#image_visual_text1 {
	margin-top: 70px;/*上部固定のメニュー帯分*/
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 5px; /*3px+シャドウ分2px*/
    padding-bottom: 3px;
    text-align: center;
    color: #FFFFFF;
    background: rgba(0,0,0,0.5);
    position: relative;
}

#image_visual {
    margin-top: -56px; /*24×2=48 48+5+3=56*/
}
#image_visual_bg {
	height: 600px;
	background-image: url(../home/img/image_visual_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#image_visual_svg {
	height: 600px;
	background-image: url(../home/img/image_visual_svg.svg);
	background-position: center;
	background-repeat: no-repeat;
    margin-top: -600px;
}

p#image_visual_text2 {
    margin-top: -54px; /*マイナスマージンでイメージビジュアルに重ねる*/
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    color: #FFFFFF;
    background: rgba(0,0,0,0.5);
    position: relative;
}



/*▼マークアップ関係--------------------------------------------------*/
#h2_wrapper {
    width: 700px;
    padding-top: 33px;
    padding-bottom: 36px;
    background-color: #F3F3F3;
    border-radius: 30px 30px 30px 30px;
    margin-right: auto;
    margin-left: auto;
}
h2 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}
img#tel_h2 {
    display: block;
    width: 332px;
    height: 31px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 17px;
}



#tel_icon_caption {
    width: 600px;
    margin: 16px auto 0px auto;
}
img#tel_icon_sp {
    display: none;
}
img#tel_icon_pc {
    width: 140px;
    height: 140px;
    display: block;
    float: left;
}
p#tel_caption {
    width: 440px;
    height: 120px;
    float: left;
    margin: 0px 0px 0px 20px;
}



.h3_type1_wrapper {
    width: 1160px;
    height: 36px;
    margin-right: auto;
    margin-left: auto;
}

.h3_type1_w445_left {
    width: 445px;
    height: 4px;
    margin: 16px 0px 16px 0px;
    float: left;
    background: linear-gradient(to right, rgba(39,144,147,0), rgba(39,144,147,1));
}
h3.h3_type1_w270 {
    width: 270px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    float: left;
}
.h3_type1_w445_right {
    width: 445px;
    height: 4px;
    margin: 16px 0px 16px 0px;
    float: left;
    background: linear-gradient(to left, rgba(39,144,147,0), rgba(39,144,147,1));
}

.h3_type1_w355_left {
    width: 355px;
    height: 4px;
    margin: 16px 0px 16px 0px;
    float: left;
    background: linear-gradient(to right, rgba(39,144,147,0), rgba(39,144,147,1));
}
h3.h3_type1_w450 {
    width: 450px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    float: left;
}
.h3_type1_w355_right {
    width: 355px;
    height: 4px;
    margin: 16px 0px 16px 0px;
    float: left;
    background: linear-gradient(to left, rgba(39,144,147,0), rgba(39,144,147,1));
}
/*▲マークアップ関係--------------------------------------------------*/



/*▼コンセプト関係----------------------------------------------------*/
#concept_wrapper {
    width: 1160px;
    border-radius: 30px 30px 30px 30px;
    background-color: #CAE4E8;
    margin-right: auto;
    margin-left: auto;
    padding-top: 95px;
    padding-bottom: 90px;
}

p#concept_title {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 60px;
}

p#concept_title_caption {
    text-align: center;
    margin-bottom: 70px;
}

#concept_inner {
    width: 1060px;
    background-color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 30px;
}

hr.hr_concept {
    border: none;
    border-top: 3px dotted #279093;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}
p#concept_caption_type1 {
    text-align: center;
    color: #279093;
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    margin: 10px 0px 10px 0px;
}

#example1_wrapper {
    width: 460px;
    float: left;
    margin-left: 30px;
}
img#example1 {
    width: 460px;
    height: 250px;
}
p#example1_caption {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
}

#example2_wrapper {
    width: 460px;
    float: right;
    margin-right: 30px;
}
img#example2 {
    width: 460px;
    height: 250px;
}
p#example2_caption {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
}

p#concept_caption_type2 {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 0px;
}



#concept_additional_wrapper {
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
}

p#concept_additional_title {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    margin-top: 100px;
    margin-bottom: 44px;
}

#hands_wrapper {
    float: left;
    width: 650px;
    height: 270px;
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #F6E7E7;
    border-radius: 30px 30px 30px 30px;
}
img#hands {
    display: block;
    width: 382px;
    height: 270px;
    margin-right: auto;
    margin-left: auto;
}

#concept_additional_caption {
    float: right;
    width: 475px;
    height: 360px;
}

p#concept_additional_caption_type1 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 100px;
}

p.concept_additional_caption_type2 {
}
/*▲コンセプト関係----------------------------------------------------*/



/*▼サービスについて知る関係--------------------------------------------*/
#service_wrapper {
    width: 1160px;
    border-radius: 30px 30px 30px 30px;
    background-color: #CAE4E8;
    margin-right: auto;
    margin-left: auto;
    padding-top: 90px;
    padding-bottom: 100px;
}

p#service_title {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 55px;
}

p#service_title_caption1 {
    text-align: center;
    margin-bottom: 20px;
}
p#service_title_caption2 {
    text-align: center;
    margin-bottom: 70px;
}

#service_content1 {
    width: 353px;
    height: 138px;
    background-color: #8DC8CB;
    border-radius: 22px 22px 22px 22px;
    border: 9px solid #FFFFFF;
    outline: 1px solid #000000;
    position: relative;
    float: left;
    margin-left: 190px;
    margin-bottom: 35px;
}
img#service_content1_icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 29px;
    left: 20px;
}
p#service_content1_title {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    position: absolute;
    top: 40px;
    left: 118px;
}
.fee_basic {
    font-size: 16px;
    display: block;
}
p#service_content1_title a {
    text-decoration: none;
}

#service_content2 {
    width: 353px;
    height: 138px;
    background-color: #EEC432;
    border-radius: 22px 22px 22px 22px;
    border: 9px solid #FFFFFF;
    outline: 1px solid #000000;
    position: relative;
    float: right;
    margin-right: 190px;
    margin-bottom: 35px;
}
img#service_content2_icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 29px;
    left: 20px;
}
p#service_content2_title {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    position: absolute;
    top: 28px;
    left: 118px;
}
.fee_option {
    font-size: 16px;
    display: block;
}
p#service_content2_title a {
    text-decoration: none;
}

#service_content3 {
    width: 353px;
    height: 138px;
    background-color: #CAE4E8;
    border-radius: 22px 22px 22px 22px;
    border: 9px solid #FFFFFF;
    outline: 1px solid #000000;
    position: relative;
    float: left;
    margin-left: 190px;
}
img#service_content3_icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 29px;
    left: 20px;
}
p#service_content3_title {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    position: absolute;
    top: 55px;
    left: 118px;
}
p#service_content3_title a {
    text-decoration: none;
}

#service_content4 {
    width: 353px;
    height: 138px;
    background-color: #CAE4E8;
    border-radius: 22px 22px 22px 22px;
    border: 9px solid #FFFFFF;
    outline: 1px solid #000000;
    position: relative;
    float: right;
    margin-right: 190px;
}
img#service_content4_icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 29px;
    left: 20px;
}
p#service_content4_title {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    position: absolute;
    top: 55px;
    left: 118px;
}
p#service_content4_title a {
    text-decoration: none;
}



#service_additional_wrapper {
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
}

p#service_additional_title {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    margin-top: 100px;
    margin-bottom: 44px;
}

#users_current {
    float: left;
}
img#users {
    width: 650px;
    height: 360px;
    display: block;
}
p#current {
    width: 650px;
    height: 28px;
    margin-bottom: 0px;
    text-align: center;
}

#service_additional_caption {
    float: right;
    width: 475px;
    height: 388px;
}

p#service_additional_caption_type1 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 60px;
}

p.service_additional_caption_type2 {
}
/*▲サービスについて知る関係--------------------------------------------*/



/*▼お客様の声関係----------------------------------------------------*/
#review_wrapper {
    width: 1156px;
    margin-right: auto;
    margin-left: auto;
    border: 2px dashed #27969A;
    border-radius: 30px 30px 30px 30px;
    padding-top: 28px;
    padding-bottom: 28px;
    margin-bottom: 70px;
}
#review_inner {
    width: 1100px;
    height: 450px;
    overflow: auto;
    margin-right: auto;
    margin-left: auto;
}

p.review_title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: bold;
}
p.review_text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 3px;
    margin-top: 6px;
}
p.review_from {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
}

hr.hr_review {
    border: none;
    border-top: 2px dashed #27969A;
    width: 1055px;
    margin: 20px 0px 25px 0px;
}
/*▲お客様の声関係----------------------------------------------------*/



/*▼ホーム内の共通部分-------------------------------------------------*/
.detail_button {
    width: 240px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    background-color: #CCE7EB;
    border-radius: 22px 22px 22px 22px;
    border: 4px solid #FFFFFF;
    outline: 1px solid #000000;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

p.detail {
    margin-bottom: 0px;
}
p.detail a {/*リンクされた文字*/
	color:#000000;
	font-style:normal;
	text-decoration:none;
}
p.detail a:link {/*未訪問のリンク*/
	color:#000000;
	font-style:normal;
	text-decoration:none;
}
p.detail a:visited {/*訪問後のリンク*/
	color:#000000;
	font-style:normal;
	text-decoration:none;
}
p.detail a:hover {/*マウスをのせたとき*/
	color:#000000;
	font-style:normal;
	text-decoration:none;
}
p.detail a:active {/*クリック中*/
	color:#000000;
	font-style:normal;
	text-decoration:none;
}

img.arrow2 {
    display: block;
    width: 10px;
    height: 10px;
    padding: 10px 10px 10px 10px;
    background-color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    position: absolute;
    top: 5px;
    left: 204px;
}
/*▲ホーム内の共通部分-------------------------------------------------*/



}


